COLOR #C9A9AE

HEX: #C9A9AE
RGB: (201,169,174)

Color info

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

RGB color model

#C9A9AE color RGB value is (201,169,174).

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

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 174 of 255 = 68%

201
169
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 169 + 174 = 544 (100%)
R 201 of 544 ~ 36.95%
G 169 of 544 ~ 31.07%
B 174 of 544 ~ 31.99%

%36.95
%31.07
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,16,13,21)
C0M16Y13K21 
(0%,16%,13%,21%)
(0.00/0.16/0.13/0.21)	

CMYK percentages

%0
%15.92
%13.43
%21.18

Codes

Color #C9A9AE in popluar color models

C9A9AE
RGB201169174
HSL351°22.86%72.55%
HSB/HSV351°15.92%78.82%
CMYK0.00%15.92%13.43%
21.18%

Color #C9A9AE in popluar number systems.

HEXC9A9AE
Decimal201169174
Binary110010011010100110101110
Octal311251256

Shades and tints

Shades of #C9A9AE

#C9A9AE
(201,169,174)
#B79A9F
(183,154,159)
#A58B90
(165,139,144)
#937C81
(147,124,129)
#816D72
(129,109,114)
#6F5E63
(111,94,99)
#5D4F54
(93,79,84)
#4B4045
(75,64,69)
#393136
(57,49,54)
#272227
(39,34,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #C9A9AE

#C9A9AE
(201,169,174)
#CDB0B5
(205,176,181)
#D1B7BC
(209,183,188)
#D5BEC3
(213,190,195)
#D9C5CA
(217,197,202)
#DDCCD1
(221,204,209)
#E1D3D8
(225,211,216)
#E5DADF
(229,218,223)
#E9E1E6
(233,225,230)
#EDE8ED
(237,232,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A9AE; }

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

This text font color is #C9A9AE.


Background Color

.myBgColor { background-color: #C9A9AE; }

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

This div background color is #C9A9AE.


Border color

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

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

This div border color is #C9A9AE.


Opacity

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

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

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

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

This text has shadow with #C9A9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A9AE on black background.


Color preview on white background

This text has color #C9A9AE on white background.



Black color preview on #C9A9AE background

This text has black color on #C9A9AE background.


White color preview on #C9A9AE background

This text has white color on #C9A9AE background.