COLOR #C9AEE7

HEX: #C9AEE7
RGB: (201,174,231)

Color info

#C9AEE7 contains red, green and blue colors in about the same proportion. Web safe color of #C9AEE7 is #CC99FF (or #C9F).

RGB color model

#C9AEE7 color RGB value is (201,174,231).

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

RGB channels and saturation

R 201 of 255 = 79%
G 174 of 255 = 68%
B 231 of 255 = 91%

201
174
231

R + G + B ~ 79%. #C9AEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 174 + 231 = 606 (100%)
R 201 of 606 ~ 33.17%
G 174 of 606 ~ 28.71%
B 231 of 606 ~ 38.12%

%33.17
%28.71
%38.12

CMYK color model

#C9AEE7 color CMYK value is (13,25,0,9).

  • cyan value is 12.99%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,25,0,9)
C13M25Y0K9 
(13%,25%,0%,9%)
(0.13/0.25/0.00/0.09)	

CMYK percentages

%12.99
%24.68
%0
%9.41

Codes

Color #C9AEE7 in popluar color models

C9AEE7
RGB201174231
HSL268°54.29%79.41%
HSB/HSV268°24.68%90.59%
CMYK12.99%24.68%0.00%
9.41%

Color #C9AEE7 in popluar number systems.

HEXC9AEE7
Decimal201174231
Binary110010011010111011100111
Octal311256347

Shades and tints

Shades of #C9AEE7

#C9AEE7
(201,174,231)
#B79FD2
(183,159,210)
#A590BD
(165,144,189)
#9381A8
(147,129,168)
#817293
(129,114,147)
#6F637E
(111,99,126)
#5D5469
(93,84,105)
#4B4554
(75,69,84)
#39363F
(57,54,63)
#27272A
(39,39,42)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9AEE7

#C9AEE7
(201,174,231)
#CDB5E9
(205,181,233)
#D1BCEB
(209,188,235)
#D5C3ED
(213,195,237)
#D9CAEF
(217,202,239)
#DDD1F1
(221,209,241)
#E1D8F3
(225,216,243)
#E5DFF5
(229,223,245)
#E9E6F7
(233,230,247)
#EDEDF9
(237,237,249)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AEE7; }

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

This text font color is #C9AEE7.


Background Color

.myBgColor { background-color: #C9AEE7; }

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

This div background color is #C9AEE7.


Border color

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

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

This div border color is #C9AEE7.


Opacity

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

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

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

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

This text has shadow with #C9AEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEE7 on black background.


Color preview on white background

This text has color #C9AEE7 on white background.



Black color preview on #C9AEE7 background

This text has black color on #C9AEE7 background.


White color preview on #C9AEE7 background

This text has white color on #C9AEE7 background.