COLOR #C9CDE7

HEX: #C9CDE7
RGB: (201,205,231)

Color info

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

RGB color model

#C9CDE7 color RGB value is (201,205,231).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 231 of 255 = 91%

201
205
231

R + G + B ~ 83%. #C9CDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 231 = 637 (100%)
R 201 of 637 ~ 31.55%
G 205 of 637 ~ 32.18%
B 231 of 637 ~ 36.26%

%31.55
%32.18
%36.26

CMYK color model

#C9CDE7 color CMYK value is (13,11,0,9).

  • cyan value is 12.99%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,11,0,9)
C13M11Y0K9 
(13%,11%,0%,9%)
(0.13/0.11/0.00/0.09)	

CMYK percentages

%12.99
%11.26
%0
%9.41

Codes

Color #C9CDE7 in popluar color models

C9CDE7
RGB201205231
HSL232°38.46%84.71%
HSB/HSV232°12.99%90.59%
CMYK12.99%11.26%0.00%
9.41%

Color #C9CDE7 in popluar number systems.

HEXC9CDE7
Decimal201205231
Binary110010011100110111100111
Octal311315347

Shades and tints

Shades of #C9CDE7

#C9CDE7
(201,205,231)
#B7BBD2
(183,187,210)
#A5A9BD
(165,169,189)
#9397A8
(147,151,168)
#818593
(129,133,147)
#6F737E
(111,115,126)
#5D6169
(93,97,105)
#4B4F54
(75,79,84)
#393D3F
(57,61,63)
#272B2A
(39,43,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #C9CDE7

#C9CDE7
(201,205,231)
#CDD1E9
(205,209,233)
#D1D5EB
(209,213,235)
#D5D9ED
(213,217,237)
#D9DDEF
(217,221,239)
#DDE1F1
(221,225,241)
#E1E5F3
(225,229,243)
#E5E9F5
(229,233,245)
#E9EDF7
(233,237,247)
#EDF1F9
(237,241,249)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDE7; }

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

This text font color is #C9CDE7.


Background Color

.myBgColor { background-color: #C9CDE7; }

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

This div background color is #C9CDE7.


Border color

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

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

This div border color is #C9CDE7.


Opacity

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

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

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

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

This text has shadow with #C9CDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDE7 on black background.


Color preview on white background

This text has color #C9CDE7 on white background.



Black color preview on #C9CDE7 background

This text has black color on #C9CDE7 background.


White color preview on #C9CDE7 background

This text has white color on #C9CDE7 background.