COLOR #C9AABF

HEX: #C9AABF
RGB: (201,170,191)

Color info

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

RGB color model

#C9AABF color RGB value is (201,170,191).

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

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 191 of 255 = 75%

201
170
191

R + G + B ~ 74%. #C9AABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 191 = 562 (100%)
R 201 of 562 ~ 35.77%
G 170 of 562 ~ 30.25%
B 191 of 562 ~ 33.99%

%35.77
%30.25
%33.99

CMYK color model

#C9AABF color CMYK value is (0,15,5,21).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(0,15,5,21)
C0M15Y5K21 
(0%,15%,5%,21%)
(0.00/0.15/0.05/0.21)	

CMYK percentages

%0
%15.42
%4.98
%21.18

Codes

Color #C9AABF in popluar color models

C9AABF
RGB201170191
HSL319°22.30%72.75%
HSB/HSV319°15.42%78.82%
CMYK0.00%15.42%4.98%
21.18%

Color #C9AABF in popluar number systems.

HEXC9AABF
Decimal201170191
Binary110010011010101010111111
Octal311252277

Shades and tints

Shades of #C9AABF

#C9AABF
(201,170,191)
#B79BAE
(183,155,174)
#A58C9D
(165,140,157)
#937D8C
(147,125,140)
#816E7B
(129,110,123)
#6F5F6A
(111,95,106)
#5D5059
(93,80,89)
#4B4148
(75,65,72)
#393237
(57,50,55)
#272326
(39,35,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C9AABF

#C9AABF
(201,170,191)
#CDB1C4
(205,177,196)
#D1B8C9
(209,184,201)
#D5BFCE
(213,191,206)
#D9C6D3
(217,198,211)
#DDCDD8
(221,205,216)
#E1D4DD
(225,212,221)
#E5DBE2
(229,219,226)
#E9E2E7
(233,226,231)
#EDE9EC
(237,233,236)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AABF; }

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

This text font color is #C9AABF.


Background Color

.myBgColor { background-color: #C9AABF; }

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

This div background color is #C9AABF.


Border color

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

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

This div border color is #C9AABF.


Opacity

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

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

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

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

This text has shadow with #C9AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AABF on black background.


Color preview on white background

This text has color #C9AABF on white background.



Black color preview on #C9AABF background

This text has black color on #C9AABF background.


White color preview on #C9AABF background

This text has white color on #C9AABF background.