COLOR #C9A7AE

HEX: #C9A7AE
RGB: (201,167,174)

Color info

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

RGB color model

#C9A7AE color RGB value is (201,167,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 167 of 255 = 65%
B 174 of 255 = 68%

201
167
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 167 + 174 = 542 (100%)
R 201 of 542 ~ 37.08%
G 167 of 542 ~ 30.81%
B 174 of 542 ~ 32.1%

%37.08
%30.81
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,17,13,21)
C0M17Y13K21 
(0%,17%,13%,21%)
(0.00/0.17/0.13/0.21)	

CMYK percentages

%0
%16.92
%13.43
%21.18

Codes

Color #C9A7AE in popluar color models

C9A7AE
RGB201167174
HSL348°23.94%72.16%
HSB/HSV348°16.92%78.82%
CMYK0.00%16.92%13.43%
21.18%

Color #C9A7AE in popluar number systems.

HEXC9A7AE
Decimal201167174
Binary110010011010011110101110
Octal311247256

Shades and tints

Shades of #C9A7AE

#C9A7AE
(201,167,174)
#B7989F
(183,152,159)
#A58990
(165,137,144)
#937A81
(147,122,129)
#816B72
(129,107,114)
#6F5C63
(111,92,99)
#5D4D54
(93,77,84)
#4B3E45
(75,62,69)
#392F36
(57,47,54)
#272027
(39,32,39)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #C9A7AE

#C9A7AE
(201,167,174)
#CDAFB5
(205,175,181)
#D1B7BC
(209,183,188)
#D5BFC3
(213,191,195)
#D9C7CA
(217,199,202)
#DDCFD1
(221,207,209)
#E1D7D8
(225,215,216)
#E5DFDF
(229,223,223)
#E9E7E6
(233,231,230)
#EDEFED
(237,239,237)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A7AE; }

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

This text font color is #C9A7AE.


Background Color

.myBgColor { background-color: #C9A7AE; }

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

This div background color is #C9A7AE.


Border color

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

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

This div border color is #C9A7AE.


Opacity

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

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

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

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

This text has shadow with #C9A7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A7AE on black background.


Color preview on white background

This text has color #C9A7AE on white background.



Black color preview on #C9A7AE background

This text has black color on #C9A7AE background.


White color preview on #C9A7AE background

This text has white color on #C9A7AE background.