COLOR #C9CAEF

HEX: #C9CAEF
RGB: (201,202,239)

Color info

#C9CAEF contains red, green and blue colors in about the same proportion. Web safe color of #C9CAEF is #CCCCFF (or #CCF).

RGB color model

#C9CAEF color RGB value is (201,202,239).

  • red value is 201;
  • green value is 202;
  • blue value is 239.
RGB:
(201,202,239)
(79%,79%,94%)

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 239 of 255 = 94%

201
202
239

R + G + B ~ 84%. #C9CAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 239 = 642 (100%)
R 201 of 642 ~ 31.31%
G 202 of 642 ~ 31.46%
B 239 of 642 ~ 37.23%

%31.31
%31.46
%37.23

CMYK color model

#C9CAEF color CMYK value is (16,15,0,6).

  • cyan value is 15.90%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,15,0,6)
C16M15Y0K6 
(16%,15%,0%,6%)
(0.16/0.15/0.00/0.06)	

CMYK percentages

%15.9
%15.48
%0
%6.27

Codes

Color #C9CAEF in popluar color models

C9CAEF
RGB201202239
HSL238°54.29%86.27%
HSB/HSV238°15.90%93.73%
CMYK15.90%15.48%0.00%
6.27%

Color #C9CAEF in popluar number systems.

HEXC9CAEF
Decimal201202239
Binary110010011100101011101111
Octal311312357

Shades and tints

Shades of #C9CAEF

#C9CAEF
(201,202,239)
#B7B8DA
(183,184,218)
#A5A6C5
(165,166,197)
#9394B0
(147,148,176)
#81829B
(129,130,155)
#6F7086
(111,112,134)
#5D5E71
(93,94,113)
#4B4C5C
(75,76,92)
#393A47
(57,58,71)
#272832
(39,40,50)
#15161D
(21,22,29)
#000000
(0,0,0)

Tints of #C9CAEF

#C9CAEF
(201,202,239)
#CDCEF0
(205,206,240)
#D1D2F1
(209,210,241)
#D5D6F2
(213,214,242)
#D9DAF3
(217,218,243)
#DDDEF4
(221,222,244)
#E1E2F5
(225,226,245)
#E5E6F6
(229,230,246)
#E9EAF7
(233,234,247)
#EDEEF8
(237,238,248)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CAEF color. Also use rgb(201,202,239) instead hex code.

Text Font Color

.myTextColor { color: #C9CAEF; }

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

This text font color is #C9CAEF.


Background Color

.myBgColor { background-color: #C9CAEF; }

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

This div background color is #C9CAEF.


Border color

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

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

This div border color is #C9CAEF.


Opacity

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

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

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

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

This text has shadow with #C9CAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CAEF on black background.


Color preview on white background

This text has color #C9CAEF on white background.



Black color preview on #C9CAEF background

This text has black color on #C9CAEF background.


White color preview on #C9CAEF background

This text has white color on #C9CAEF background.