COLOR #C8ABAE

HEX: #C8ABAE
RGB: (200,171,174)

Color info

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

RGB color model

#C8ABAE color RGB value is (200,171,174).

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

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 174 of 255 = 68%

200
171
174

R + G + B ~ 71%. #C8ABAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 174 = 545 (100%)
R 200 of 545 ~ 36.7%
G 171 of 545 ~ 31.38%
B 174 of 545 ~ 31.93%

%36.7
%31.38
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 13.00%
  • key color value is 21.57%
CMYK:
(0,15,13,22)
C0M15Y13K22 
(0%,15%,13%,22%)
(0.00/0.15/0.13/0.22)	

CMYK percentages

%0
%14.5
%13
%21.57

Codes

Color #C8ABAE in popluar color models

C8ABAE
RGB200171174
HSL354°20.86%72.75%
HSB/HSV354°14.50%78.43%
CMYK0.00%14.50%13.00%
21.57%

Color #C8ABAE in popluar number systems.

HEXC8ABAE
Decimal200171174
Binary110010001010101110101110
Octal310253256

Shades and tints

Shades of #C8ABAE

#C8ABAE
(200,171,174)
#B69C9F
(182,156,159)
#A48D90
(164,141,144)
#927E81
(146,126,129)
#806F72
(128,111,114)
#6E6063
(110,96,99)
#5C5154
(92,81,84)
#4A4245
(74,66,69)
#383336
(56,51,54)
#262427
(38,36,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8ABAE

#C8ABAE
(200,171,174)
#CDB2B5
(205,178,181)
#D2B9BC
(210,185,188)
#D7C0C3
(215,192,195)
#DCC7CA
(220,199,202)
#E1CED1
(225,206,209)
#E6D5D8
(230,213,216)
#EBDCDF
(235,220,223)
#F0E3E6
(240,227,230)
#F5EAED
(245,234,237)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABAE; }

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

This text font color is #C8ABAE.


Background Color

.myBgColor { background-color: #C8ABAE; }

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

This div background color is #C8ABAE.


Border color

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

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

This div border color is #C8ABAE.


Opacity

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

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

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

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

This text has shadow with #C8ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABAE on black background.


Color preview on white background

This text has color #C8ABAE on white background.



Black color preview on #C8ABAE background

This text has black color on #C8ABAE background.


White color preview on #C8ABAE background

This text has white color on #C8ABAE background.