COLOR #C9AABE

HEX: #C9AABE
RGB: (201,170,190)

Color info

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

RGB color model

#C9AABE color RGB value is (201,170,190).

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

RGB channels and saturation

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

201
170
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 190 = 561 (100%)
R 201 of 561 ~ 35.83%
G 170 of 561 ~ 30.3%
B 190 of 561 ~ 33.87%

%35.83
%30.3
%33.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 5.47%
  • 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
%5.47
%21.18

Codes

Color #C9AABE in popluar color models

C9AABE
RGB201170190
HSL321°22.30%72.75%
HSB/HSV321°15.42%78.82%
CMYK0.00%15.42%5.47%
21.18%

Color #C9AABE in popluar number systems.

HEXC9AABE
Decimal201170190
Binary110010011010101010111110
Octal311252276

Shades and tints

Shades of #C9AABE

#C9AABE
(201,170,190)
#B79BAD
(183,155,173)
#A58C9C
(165,140,156)
#937D8B
(147,125,139)
#816E7A
(129,110,122)
#6F5F69
(111,95,105)
#5D5058
(93,80,88)
#4B4147
(75,65,71)
#393236
(57,50,54)
#272325
(39,35,37)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #C9AABE

#C9AABE
(201,170,190)
#CDB1C3
(205,177,195)
#D1B8C8
(209,184,200)
#D5BFCD
(213,191,205)
#D9C6D2
(217,198,210)
#DDCDD7
(221,205,215)
#E1D4DC
(225,212,220)
#E5DBE1
(229,219,225)
#E9E2E6
(233,226,230)
#EDE9EB
(237,233,235)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AABE; }

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

This text font color is #C9AABE.


Background Color

.myBgColor { background-color: #C9AABE; }

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

This div background color is #C9AABE.


Border color

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

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

This div border color is #C9AABE.


Opacity

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

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

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

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

This text has shadow with #C9AABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AABE on black background.


Color preview on white background

This text has color #C9AABE on white background.



Black color preview on #C9AABE background

This text has black color on #C9AABE background.


White color preview on #C9AABE background

This text has white color on #C9AABE background.