COLOR #C89DAF

HEX: #C89DAF RGB: (200,157,175)

Color info

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

RGB color model

#C89DAF color RGB value is (200,157,175).

RGB: (200,157,175) (78%, 62%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 157 of 255 = 62%
B 175 of 255 = 69%

200
157
175

R + G + B ~ 70%. #C89DAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 157 + 175 = 532 (100%)
R 200 of 532 ~ 37.59%
G 157 of 532 ~ 29.51%
B 175 of 532 ~ 32.89'%

%37.59
%29.51
%32.89

CMYK color model

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

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

CMYK: (0,22,13,22)
C0M22Y13K22 (0%, 22%, 13%, 22%)
(0.00 / 0.22 / 0.13 / 0.22)

CMYK percentages

%0
%21.5
%12.5
%21.57

Codes

Color #C89DAF in popluar color models

C8 9D AF
RGB 200 157 175
HSL 335° 28.10% 70.00%
HSB/HSV 335° 21.50% 78.43%
CMYK 0.00% 21.50% 12.50%
21.57%

Color #C89DAF in popluar number systems.

HEX C8 9D AF
Decimal 200 157 175
Binary 11001000 10011101 10101111
Octal 310 235 257

Shades and tints

Shades of #C89DAF

#C89DAF
(200,157,175)
#B68FA0
(182,143,160)
#A48191
(164,129,145)
#927382
(146,115,130)
#806573
(128,101,115)
#6E5764
(110,87,100)
#5C4955
(92,73,85)
#4A3B46
(74,59,70)
#382D37
(56,45,55)
#261F28
(38,31,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #C89DAF

#C89DAF
(200,157,175)
#CDA5B6
(205,165,182)
#D2ADBD
(210,173,189)
#D7B5C4
(215,181,196)
#DCBDCB
(220,189,203)
#E1C5D2
(225,197,210)
#E6CDD9
(230,205,217)
#EBD5E0
(235,213,224)
#F0DDE7
(240,221,231)
#F5E5EE
(245,229,238)
#FAEDF5
(250,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89DAF; }

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

This text font color is #C89DAF.

Background Color

.myBgColor { background-color: #C89DAF; }

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

This div background color is #C89DAF.

Border color

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

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

This div border color is #C89DAF.

Opacity

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

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

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

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

This text has shadow with #C89DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89DAF.

Preview

Color preview on black background

This text has color #C89DAF on black background.


Color preview on white background

This text has color #C89DAF on white background.


Black color preview on #C89DAF background

This text has black color on #C89DAF background.


White color preview on #C89DAF background

This text has white color on #C89DAF background.


Related colors

Complementary color

Complementary color for #hex is #376250.


I love getcolorcode.com

Triadic colors

1 #AFC89D and #9DAFC8 with #C89DAF are triadic colors.

2 #AF9DC8 and #9DC8AF with #C89DAF are triadic colors.