COLOR #C897A5

HEX: #C897A5
RGB: (200,151,165)

Color info

#C897A5 contains red, green and blue colors in about the same proportion. Web safe color of #C897A5 is #CC9999 (or #C99).

RGB color model

#C897A5 color RGB value is (200,151,165).

  • red value is 200;
  • green value is 151;
  • blue value is 165.
RGB:
(200,151,165)
(78%,59%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 165 of 255 = 65%

200
151
165

R + G + B ~ 67%. #C897A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 151 + 165 = 516 (100%)
R 200 of 516 ~ 38.76%
G 151 of 516 ~ 29.26%
B 165 of 516 ~ 31.98%

%38.76
%29.26
%31.98

CMYK color model

#C897A5 color CMYK value is (0,25,18,22).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 17.50%
  • key color value is 21.57%
CMYK:
(0,25,18,22)
C0M25Y18K22 
(0%,25%,18%,22%)
(0.00/0.25/0.18/0.22)	

CMYK percentages

%0
%24.5
%17.5
%21.57

Codes

Color #C897A5 in popluar color models

C897A5
RGB200151165
HSL343°30.82%68.82%
HSB/HSV343°24.50%78.43%
CMYK0.00%24.50%17.50%
21.57%

Color #C897A5 in popluar number systems.

HEXC897A5
Decimal200151165
Binary110010001001011110100101
Octal310227245

Shades and tints

Shades of #C897A5

#C897A5
(200,151,165)
#B68A96
(182,138,150)
#A47D87
(164,125,135)
#927078
(146,112,120)
#806369
(128,99,105)
#6E565A
(110,86,90)
#5C494B
(92,73,75)
#4A3C3C
(74,60,60)
#382F2D
(56,47,45)
#26221E
(38,34,30)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #C897A5

#C897A5
(200,151,165)
#CDA0AD
(205,160,173)
#D2A9B5
(210,169,181)
#D7B2BD
(215,178,189)
#DCBBC5
(220,187,197)
#E1C4CD
(225,196,205)
#E6CDD5
(230,205,213)
#EBD6DD
(235,214,221)
#F0DFE5
(240,223,229)
#F5E8ED
(245,232,237)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C897A5 color. Also use rgb(200,151,165) instead hex code.

Text Font Color

.myTextColor { color: #C897A5; }

<p style="color:#C897A5">This sample text font color is #C897A5.</p>

This text font color is #C897A5.


Background Color

.myBgColor { background-color: #C897A5; }

<div style="background-color:#C897A5">Inner text</div>

This div background color is #C897A5.


Border color

.myBorderColor { border: 1px solid #C897A5; }

<div style="border:3px solid #C897A5">Div</div>

This div border color is #C897A5.


Opacity

.myOpacity80 { color: #C897A5; opacity: 0.8; }

<p style="color:#C897A5;opacity:0.8;">80%</p>

Text with #C897A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C897A5;}

<p style="text-shadow: 3px 3px 1px #C897A5">Text here.</p>

This text has shadow with #C897A5 color.

.textShadow {text-shadow: 3px 3px 1px #C897A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C897A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #C897A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C897A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C897A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #C897A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C897A5;
  -webkit-box-shadow:	1px 1px 3px 2px #C897A5;
  box-shadow:		1px 1px 3px 2px #C897A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C897A5;
-webkit-box-shadow: 1px 1px 3px 2px #C897A5;
box-shadow:1px 1px 3px 2px #C897A5;">
Div content here</div>
This div box has shadow with color #C897A5.

Preview

Color preview on black background

This text has color #C897A5 on black background.


Color preview on white background

This text has color #C897A5 on white background.



Black color preview on #C897A5 background

This text has black color on #C897A5 background.


White color preview on #C897A5 background

This text has white color on #C897A5 background.