COLOR #C8ABB9

HEX: #C8ABB9
RGB: (200,171,185)

Color info

#C8ABB9 contains red, green and blue colors in about the same proportion. Web safe color of #C8ABB9 is #CC99CC (or #C9C).

RGB color model

#C8ABB9 color RGB value is (200,171,185).

  • red value is 200;
  • green value is 171;
  • blue value is 185.
RGB:
(200,171,185)
(78%,67%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 185 of 255 = 73%

200
171
185

R + G + B ~ 73%. #C8ABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 185 = 556 (100%)
R 200 of 556 ~ 35.97%
G 171 of 556 ~ 30.76%
B 185 of 556 ~ 33.27%

%35.97
%30.76
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 7.50%
  • key color value is 21.57%
CMYK:
(0,15,8,22)
C0M15Y8K22 
(0%,15%,8%,22%)
(0.00/0.15/0.08/0.22)	

CMYK percentages

%0
%14.5
%7.5
%21.57

Codes

Color #C8ABB9 in popluar color models

C8ABB9
RGB200171185
HSL331°20.86%72.75%
HSB/HSV331°14.50%78.43%
CMYK0.00%14.50%7.50%
21.57%

Color #C8ABB9 in popluar number systems.

HEXC8ABB9
Decimal200171185
Binary110010001010101110111001
Octal310253271

Shades and tints

Shades of #C8ABB9

#C8ABB9
(200,171,185)
#B69CA9
(182,156,169)
#A48D99
(164,141,153)
#927E89
(146,126,137)
#806F79
(128,111,121)
#6E6069
(110,96,105)
#5C5159
(92,81,89)
#4A4249
(74,66,73)
#383339
(56,51,57)
#262429
(38,36,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C8ABB9

#C8ABB9
(200,171,185)
#CDB2BF
(205,178,191)
#D2B9C5
(210,185,197)
#D7C0CB
(215,192,203)
#DCC7D1
(220,199,209)
#E1CED7
(225,206,215)
#E6D5DD
(230,213,221)
#EBDCE3
(235,220,227)
#F0E3E9
(240,227,233)
#F5EAEF
(245,234,239)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABB9; }

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

This text font color is #C8ABB9.


Background Color

.myBgColor { background-color: #C8ABB9; }

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

This div background color is #C8ABB9.


Border color

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

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

This div border color is #C8ABB9.


Opacity

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

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

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

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

This text has shadow with #C8ABB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABB9 on black background.


Color preview on white background

This text has color #C8ABB9 on white background.



Black color preview on #C8ABB9 background

This text has black color on #C8ABB9 background.


White color preview on #C8ABB9 background

This text has white color on #C8ABB9 background.