COLOR #C897AF

HEX: #C897AF RGB: (200,151,175)

Color info

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

RGB color model

#C897AF color RGB value is (200,151,175).

RGB: (200,151,175) (78%, 59%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 175 of 255 = 69%

200
151
175

R + G + B ~ 69%. #C897AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 175 = 526 (100%)
R 200 of 526 ~ 38.02%
G 151 of 526 ~ 28.71%
B 175 of 526 ~ 33.27'%

%38.02
%28.71
%33.27

CMYK color model

#C897AF color CMYK value is (0,25,13,22).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 12.50%
  • key color value is 21.57%

CMYK: (0,25,13,22)
C0M25Y13K22 (0%, 25%, 13%, 22%)
(0.00 / 0.25 / 0.13 / 0.22)

CMYK percentages

%0
%24.5
%12.5
%21.57

Codes

Color #C897AF in popluar color models

C8 97 AF
RGB 200 151 175
HSL 331° 30.82% 68.82%
HSB/HSV 331° 24.50% 78.43%
CMYK 0.00% 24.50% 12.50%
21.57%

Color #C897AF in popluar number systems.

HEX C8 97 AF
Decimal 200 151 175
Binary 11001000 10010111 10101111
Octal 310 227 257

Shades and tints

Shades of #C897AF

#C897AF
(200,151,175)
#B68AA0
(182,138,160)
#A47D91
(164,125,145)
#927082
(146,112,130)
#806373
(128,99,115)
#6E5664
(110,86,100)
#5C4955
(92,73,85)
#4A3C46
(74,60,70)
#382F37
(56,47,55)
#262228
(38,34,40)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C897AF

#C897AF
(200,151,175)
#CDA0B6
(205,160,182)
#D2A9BD
(210,169,189)
#D7B2C4
(215,178,196)
#DCBBCB
(220,187,203)
#E1C4D2
(225,196,210)
#E6CDD9
(230,205,217)
#EBD6E0
(235,214,224)
#F0DFE7
(240,223,231)
#F5E8EE
(245,232,238)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897AF; }

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

This text font color is #C897AF.

Background Color

.myBgColor { background-color: #C897AF; }

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

This div background color is #C897AF.

Border color

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

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

This div border color is #C897AF.

Opacity

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

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

Text with #C897AF 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 #C897AF;}

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

This text has shadow with #C897AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897AF.

Preview

Color preview on black background

This text has color #C897AF on black background.


Color preview on white background

This text has color #C897AF on white background.


Black color preview on #C897AF background

This text has black color on #C897AF background.


White color preview on #C897AF background

This text has white color on #C897AF background.


Related colors

Complementary color

Complementary color for #hex is #376850.


I love getcolorcode.com

Triadic colors

1 #AFC897 and #97AFC8 with #C897AF are triadic colors.

2 #AF97C8 and #97C8AF with #C897AF are triadic colors.