COLOR #C89CAB

HEX: #C89CAB RGB: (200,156,171)

Color info

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

RGB color model

#C89CAB color RGB value is (200,156,171).

RGB: (200,156,171) (78%, 61%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 156 of 255 = 61%
B 171 of 255 = 67%

200
156
171

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

Portions of RGB colors in percentages

R + G + B = 200 + 156 + 171 = 527 (100%)
R 200 of 527 ~ 37.95%
G 156 of 527 ~ 29.6%
B 171 of 527 ~ 32.45'%

%37.95
%29.6
%32.45

CMYK color model

#C89CAB color CMYK value is (0,22,15,22).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK: (0,22,15,22) C0M22Y15K22 (0%,22%,15%,22%) (0.00/0.22/0.15/0.22) 

CMYK percentages

%0
%22
%14.5
%21.57

Codes

Color #C89CAB in popluar color models

C8 9C AB
RGB 200 156 171
HSL 340° 28.57% 69.80%
HSB/HSV 340° 22.00% 78.43%
CMYK 0.00% 22.00% 14.50%
21.57%

Color #C89CAB in popluar number systems.

HEX C8 9C AB
Decimal 200 156 171
Binary 11001000 10011100 10101011
Octal 310 234 253

Shades and tints

Shades of #C89CAB

#C89CAB
(200,156,171)
#B68E9C
(182,142,156)
#A4808D
(164,128,141)
#92727E
(146,114,126)
#80646F
(128,100,111)
#6E5660
(110,86,96)
#5C4851
(92,72,81)
#4A3A42
(74,58,66)
#382C33
(56,44,51)
#261E24
(38,30,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #C89CAB

#C89CAB
(200,156,171)
#CDA5B2
(205,165,178)
#D2AEB9
(210,174,185)
#D7B7C0
(215,183,192)
#DCC0C7
(220,192,199)
#E1C9CE
(225,201,206)
#E6D2D5
(230,210,213)
#EBDBDC
(235,219,220)
#F0E4E3
(240,228,227)
#F5EDEA
(245,237,234)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C89CAB; }

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

This text font color is #C89CAB.

Background Color

.myBgColor { background-color: #C89CAB; }

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

This div background color is #C89CAB.

Border color

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

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

This div border color is #C89CAB.

Opacity

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

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

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

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

This text has shadow with #C89CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C89CAB.

Preview

Color preview on black background

This text has color #C89CAB on black background.


Color preview on white background

This text has color #C89CAB on white background.


Black color preview on #C89CAB background

This text has black color on #C89CAB background.


White color preview on #C89CAB background

This text has white color on #C89CAB background.


Related colors

Complementary color

Complementary color for #hex is #376354.


I love getcolorcode.com

Triadic colors

1 #ABC89C and #9CABC8 with #C89CAB are triadic colors.

2 #AB9CC8 and #9CC8AB with #C89CAB are triadic colors.