COLOR #C9AAEE

HEX: #C9AAEE
RGB: (201,170,238)

Color info

#C9AAEE contains mainly red and blue colors. Web safe color of #C9AAEE is #CC99FF (or #C9F).

RGB color model

#C9AAEE color RGB value is (201,170,238).

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

RGB channels and saturation

R 201 of 255 = 79%
G 170 of 255 = 67%
B 238 of 255 = 93%

201
170
238

R + G + B ~ 80%. #C9AAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 170 + 238 = 609 (100%)
R 201 of 609 ~ 33%
G 170 of 609 ~ 27.91%
B 238 of 609 ~ 39.08%

%33
%27.91
%39.08

CMYK color model

#C9AAEE color CMYK value is (16,29,0,7).

  • cyan value is 15.55%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(16,29,0,7)
C16M29Y0K7 
(16%,29%,0%,7%)
(0.16/0.29/0.00/0.07)	

CMYK percentages

%15.55
%28.57
%0
%6.67

Codes

Color #C9AAEE in popluar color models

C9AAEE
RGB201170238
HSL267°66.67%80.00%
HSB/HSV267°28.57%93.33%
CMYK15.55%28.57%0.00%
6.67%

Color #C9AAEE in popluar number systems.

HEXC9AAEE
Decimal201170238
Binary110010011010101011101110
Octal311252356

Shades and tints

Shades of #C9AAEE

#C9AAEE
(201,170,238)
#B79BD9
(183,155,217)
#A58CC4
(165,140,196)
#937DAF
(147,125,175)
#816E9A
(129,110,154)
#6F5F85
(111,95,133)
#5D5070
(93,80,112)
#4B415B
(75,65,91)
#393246
(57,50,70)
#272331
(39,35,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #C9AAEE

#C9AAEE
(201,170,238)
#CDB1EF
(205,177,239)
#D1B8F0
(209,184,240)
#D5BFF1
(213,191,241)
#D9C6F2
(217,198,242)
#DDCDF3
(221,205,243)
#E1D4F4
(225,212,244)
#E5DBF5
(229,219,245)
#E9E2F6
(233,226,246)
#EDE9F7
(237,233,247)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AAEE; }

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

This text font color is #C9AAEE.


Background Color

.myBgColor { background-color: #C9AAEE; }

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

This div background color is #C9AAEE.


Border color

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

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

This div border color is #C9AAEE.


Opacity

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

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

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

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

This text has shadow with #C9AAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AAEE on black background.


Color preview on white background

This text has color #C9AAEE on white background.



Black color preview on #C9AAEE background

This text has black color on #C9AAEE background.


White color preview on #C9AAEE background

This text has white color on #C9AAEE background.