COLOR #C9AFAE

HEX: #C9AFAE
RGB: (201,175,174)

Color info

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

RGB color model

#C9AFAE color RGB value is (201,175,174).

  • red value is 201;
  • green value is 175;
  • blue value is 174.
RGB:
(201,175,174)
(79%,69%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 174 of 255 = 68%

201
175
174

R + G + B ~ 72%. #C9AFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 174 = 550 (100%)
R 201 of 550 ~ 36.55%
G 175 of 550 ~ 31.82%
B 174 of 550 ~ 31.64%

%36.55
%31.82
%31.64

CMYK color model

#C9AFAE color CMYK value is (0,13,13,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,13,13,21)
C0M13Y13K21 
(0%,13%,13%,21%)
(0.00/0.13/0.13/0.21)	

CMYK percentages

%0
%12.94
%13.43
%21.18

Codes

Color #C9AFAE in popluar color models

C9AFAE
RGB201175174
HSL20.00%73.53%
HSB/HSV13.43%78.82%
CMYK0.00%12.94%13.43%
21.18%

Color #C9AFAE in popluar number systems.

HEXC9AFAE
Decimal201175174
Binary110010011010111110101110
Octal311257256

Shades and tints

Shades of #C9AFAE

#C9AFAE
(201,175,174)
#B7A09F
(183,160,159)
#A59190
(165,145,144)
#938281
(147,130,129)
#817372
(129,115,114)
#6F6463
(111,100,99)
#5D5554
(93,85,84)
#4B4645
(75,70,69)
#393736
(57,55,54)
#272827
(39,40,39)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9AFAE

#C9AFAE
(201,175,174)
#CDB6B5
(205,182,181)
#D1BDBC
(209,189,188)
#D5C4C3
(213,196,195)
#D9CBCA
(217,203,202)
#DDD2D1
(221,210,209)
#E1D9D8
(225,217,216)
#E5E0DF
(229,224,223)
#E9E7E6
(233,231,230)
#EDEEED
(237,238,237)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AFAE color. Also use rgb(201,175,174) instead hex code.

Text Font Color

.myTextColor { color: #C9AFAE; }

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

This text font color is #C9AFAE.


Background Color

.myBgColor { background-color: #C9AFAE; }

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

This div background color is #C9AFAE.


Border color

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

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

This div border color is #C9AFAE.


Opacity

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

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

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

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

This text has shadow with #C9AFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFAE on black background.


Color preview on white background

This text has color #C9AFAE on white background.



Black color preview on #C9AFAE background

This text has black color on #C9AFAE background.


White color preview on #C9AFAE background

This text has white color on #C9AFAE background.