COLOR #C89CAE

HEX: #C89CAE RGB: (200,156,174)

Color info

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

RGB color model

#C89CAE color RGB value is (200,156,174).

RGB: (200,156,174) (78%, 61%, 68%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 174 of 255 = 68%

200
156
174

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

Portions of RGB colors in percentages

R + G + B = 200 + 156 + 174 = 530 (100%)
R 200 of 530 ~ 37.74%
G 156 of 530 ~ 29.43%
B 174 of 530 ~ 32.83'%

%37.74
%29.43
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 13.00%
  • 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
%22
%13
%21.57

Codes

Color #C89CAE in popluar color models

C8 9C AE
RGB 200 156 174
HSL 335° 28.57% 69.80%
HSB/HSV 335° 22.00% 78.43%
CMYK 0.00% 22.00% 13.00%
21.57%

Color #C89CAE in popluar number systems.

HEX C8 9C AE
Decimal 200 156 174
Binary 11001000 10011100 10101110
Octal 310 234 256

Shades and tints

Shades of #C89CAE

#C89CAE
(200,156,174)
#B68E9F
(182,142,159)
#A48090
(164,128,144)
#927281
(146,114,129)
#806472
(128,100,114)
#6E5663
(110,86,99)
#5C4854
(92,72,84)
#4A3A45
(74,58,69)
#382C36
(56,44,54)
#261E27
(38,30,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #C89CAE

#C89CAE
(200,156,174)
#CDA5B5
(205,165,181)
#D2AEBC
(210,174,188)
#D7B7C3
(215,183,195)
#DCC0CA
(220,192,202)
#E1C9D1
(225,201,209)
#E6D2D8
(230,210,216)
#EBDBDF
(235,219,223)
#F0E4E6
(240,228,230)
#F5EDED
(245,237,237)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C89CAE color. Also use rgb(200,156,174) instead hex code.

Text Font Color

.myTextColor { color: #C89CAE; }

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

This text font color is #C89CAE.

Background Color

.myBgColor { background-color: #C89CAE; }

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

This div background color is #C89CAE.

Border color

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

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

This div border color is #C89CAE.

Opacity

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

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

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

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

This text has shadow with #C89CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89CAE.

Preview

Color preview on black background

This text has color #C89CAE on black background.


Color preview on white background

This text has color #C89CAE on white background.


Black color preview on #C89CAE background

This text has black color on #C89CAE background.


White color preview on #C89CAE background

This text has white color on #C89CAE background.


Related colors

Complementary color

Complementary color for #hex is #376351.


I love getcolorcode.com

Triadic colors

1 #AEC89C and #9CAEC8 with #C89CAE are triadic colors.

2 #AE9CC8 and #9CC8AE with #C89CAE are triadic colors.