COLOR #C9AEA1

HEX: #C9AEA1
RGB: (201,174,161)

Color info

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

RGB color model

#C9AEA1 color RGB value is (201,174,161).

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

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 161 of 255 = 63%

201
174
161

R + G + B ~ 70%. #C9AEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 161 = 536 (100%)
R 201 of 536 ~ 37.5%
G 174 of 536 ~ 32.46%
B 161 of 536 ~ 30.04%

%37.5
%32.46
%30.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 19.90%
  • key color value is 21.18%
CMYK:
(0,13,20,21)
C0M13Y20K21 
(0%,13%,20%,21%)
(0.00/0.13/0.20/0.21)	

CMYK percentages

%0
%13.43
%19.9
%21.18

Codes

Color #C9AEA1 in popluar color models

C9AEA1
RGB201174161
HSL20°27.03%70.98%
HSB/HSV20°19.90%78.82%
CMYK0.00%13.43%19.90%
21.18%

Color #C9AEA1 in popluar number systems.

HEXC9AEA1
Decimal201174161
Binary110010011010111010100001
Octal311256241

Shades and tints

Shades of #C9AEA1

#C9AEA1
(201,174,161)
#B79F93
(183,159,147)
#A59085
(165,144,133)
#938177
(147,129,119)
#817269
(129,114,105)
#6F635B
(111,99,91)
#5D544D
(93,84,77)
#4B453F
(75,69,63)
#393631
(57,54,49)
#272723
(39,39,35)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9AEA1

#C9AEA1
(201,174,161)
#CDB5A9
(205,181,169)
#D1BCB1
(209,188,177)
#D5C3B9
(213,195,185)
#D9CAC1
(217,202,193)
#DDD1C9
(221,209,201)
#E1D8D1
(225,216,209)
#E5DFD9
(229,223,217)
#E9E6E1
(233,230,225)
#EDEDE9
(237,237,233)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEA1; }

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

This text font color is #C9AEA1.


Background Color

.myBgColor { background-color: #C9AEA1; }

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

This div background color is #C9AEA1.


Border color

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

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

This div border color is #C9AEA1.


Opacity

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

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

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

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

This text has shadow with #C9AEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEA1 on black background.


Color preview on white background

This text has color #C9AEA1 on white background.



Black color preview on #C9AEA1 background

This text has black color on #C9AEA1 background.


White color preview on #C9AEA1 background

This text has white color on #C9AEA1 background.