COLOR #C9AAB8

HEX: #C9AAB8
RGB: (201,170,184)

Color info

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

RGB color model

#C9AAB8 color RGB value is (201,170,184).

  • red value is 201;
  • green value is 170;
  • blue value is 184.
RGB:
(201,170,184)
(79%,67%,72%)

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 184 of 255 = 72%

201
170
184

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

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 184 = 555 (100%)
R 201 of 555 ~ 36.22%
G 170 of 555 ~ 30.63%
B 184 of 555 ~ 33.15%

%36.22
%30.63
%33.15

CMYK color model

#C9AAB8 color CMYK value is (0,15,8,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(0,15,8,21)
C0M15Y8K21 
(0%,15%,8%,21%)
(0.00/0.15/0.08/0.21)	

CMYK percentages

%0
%15.42
%8.46
%21.18

Codes

Color #C9AAB8 in popluar color models

C9AAB8
RGB201170184
HSL333°22.30%72.75%
HSB/HSV333°15.42%78.82%
CMYK0.00%15.42%8.46%
21.18%

Color #C9AAB8 in popluar number systems.

HEXC9AAB8
Decimal201170184
Binary110010011010101010111000
Octal311252270

Shades and tints

Shades of #C9AAB8

#C9AAB8
(201,170,184)
#B79BA8
(183,155,168)
#A58C98
(165,140,152)
#937D88
(147,125,136)
#816E78
(129,110,120)
#6F5F68
(111,95,104)
#5D5058
(93,80,88)
#4B4148
(75,65,72)
#393238
(57,50,56)
#272328
(39,35,40)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9AAB8

#C9AAB8
(201,170,184)
#CDB1BE
(205,177,190)
#D1B8C4
(209,184,196)
#D5BFCA
(213,191,202)
#D9C6D0
(217,198,208)
#DDCDD6
(221,205,214)
#E1D4DC
(225,212,220)
#E5DBE2
(229,219,226)
#E9E2E8
(233,226,232)
#EDE9EE
(237,233,238)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AAB8 color. Also use rgb(201,170,184) instead hex code.

Text Font Color

.myTextColor { color: #C9AAB8; }

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

This text font color is #C9AAB8.


Background Color

.myBgColor { background-color: #C9AAB8; }

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

This div background color is #C9AAB8.


Border color

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

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

This div border color is #C9AAB8.


Opacity

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

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

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

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

This text has shadow with #C9AAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AAB8 on black background.


Color preview on white background

This text has color #C9AAB8 on white background.



Black color preview on #C9AAB8 background

This text has black color on #C9AAB8 background.


White color preview on #C9AAB8 background

This text has white color on #C9AAB8 background.