COLOR #C9AEB5

HEX: #C9AEB5
RGB: (201,174,181)

Color info

#C9AEB5 contains red, green and blue colors in about the same proportion. Web safe color of #C9AEB5 is #CC99CC (or #C9C).

RGB color model

#C9AEB5 color RGB value is (201,174,181).

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

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 181 of 255 = 71%

201
174
181

R + G + B ~ 73%. #C9AEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 181 = 556 (100%)
R 201 of 556 ~ 36.15%
G 174 of 556 ~ 31.29%
B 181 of 556 ~ 32.55%

%36.15
%31.29
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(0,13,10,21)
C0M13Y10K21 
(0%,13%,10%,21%)
(0.00/0.13/0.10/0.21)	

CMYK percentages

%0
%13.43
%9.95
%21.18

Codes

Color #C9AEB5 in popluar color models

C9AEB5
RGB201174181
HSL344°20.00%73.53%
HSB/HSV344°13.43%78.82%
CMYK0.00%13.43%9.95%
21.18%

Color #C9AEB5 in popluar number systems.

HEXC9AEB5
Decimal201174181
Binary110010011010111010110101
Octal311256265

Shades and tints

Shades of #C9AEB5

#C9AEB5
(201,174,181)
#B79FA5
(183,159,165)
#A59095
(165,144,149)
#938185
(147,129,133)
#817275
(129,114,117)
#6F6365
(111,99,101)
#5D5455
(93,84,85)
#4B4545
(75,69,69)
#393635
(57,54,53)
#272725
(39,39,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9AEB5

#C9AEB5
(201,174,181)
#CDB5BB
(205,181,187)
#D1BCC1
(209,188,193)
#D5C3C7
(213,195,199)
#D9CACD
(217,202,205)
#DDD1D3
(221,209,211)
#E1D8D9
(225,216,217)
#E5DFDF
(229,223,223)
#E9E6E5
(233,230,229)
#EDEDEB
(237,237,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEB5; }

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

This text font color is #C9AEB5.


Background Color

.myBgColor { background-color: #C9AEB5; }

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

This div background color is #C9AEB5.


Border color

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

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

This div border color is #C9AEB5.


Opacity

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

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

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

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

This text has shadow with #C9AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEB5 on black background.


Color preview on white background

This text has color #C9AEB5 on white background.



Black color preview on #C9AEB5 background

This text has black color on #C9AEB5 background.


White color preview on #C9AEB5 background

This text has white color on #C9AEB5 background.