COLOR #C9D5E3

HEX: #C9D5E3
RGB: (201,213,227)

Color info

#C9D5E3 contains red, green and blue colors in about the same proportion. Web safe color of #C9D5E3 is #CCCCCC (or #CCC).

RGB color model

#C9D5E3 color RGB value is (201,213,227).

  • red value is 201;
  • green value is 213;
  • blue value is 227.
RGB:
(201,213,227)
(79%,84%,89%)

RGB channels and saturation

R 201 of 255 = 79%
G 213 of 255 = 84%
B 227 of 255 = 89%

201
213
227

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

Portions of RGB colors in percentages

R + G + B =
201 + 213 + 227 = 641 (100%)
R 201 of 641 ~ 31.36%
G 213 of 641 ~ 33.23%
B 227 of 641 ~ 35.41%

%31.36
%33.23
%35.41

CMYK color model

#C9D5E3 color CMYK value is (11,6,0,11).

  • cyan value is 11.45%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(11,6,0,11)
C11M6Y0K11 
(11%,6%,0%,11%)
(0.11/0.06/0.00/0.11)	

CMYK percentages

%11.45
%6.17
%0
%10.98

Codes

Color #C9D5E3 in popluar color models

C9D5E3
RGB201213227
HSL212°31.71%83.92%
HSB/HSV212°11.45%89.02%
CMYK11.45%6.17%0.00%
10.98%

Color #C9D5E3 in popluar number systems.

HEXC9D5E3
Decimal201213227
Binary110010011101010111100011
Octal311325343

Shades and tints

Shades of #C9D5E3

#C9D5E3
(201,213,227)
#B7C2CF
(183,194,207)
#A5AFBB
(165,175,187)
#939CA7
(147,156,167)
#818993
(129,137,147)
#6F767F
(111,118,127)
#5D636B
(93,99,107)
#4B5057
(75,80,87)
#393D43
(57,61,67)
#272A2F
(39,42,47)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #C9D5E3

#C9D5E3
(201,213,227)
#CDD8E5
(205,216,229)
#D1DBE7
(209,219,231)
#D5DEE9
(213,222,233)
#D9E1EB
(217,225,235)
#DDE4ED
(221,228,237)
#E1E7EF
(225,231,239)
#E5EAF1
(229,234,241)
#E9EDF3
(233,237,243)
#EDF0F5
(237,240,245)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5E3 color. Also use rgb(201,213,227) instead hex code.

Text Font Color

.myTextColor { color: #C9D5E3; }

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

This text font color is #C9D5E3.


Background Color

.myBgColor { background-color: #C9D5E3; }

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

This div background color is #C9D5E3.


Border color

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

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

This div border color is #C9D5E3.


Opacity

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

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

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

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

This text has shadow with #C9D5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D5E3 on black background.


Color preview on white background

This text has color #C9D5E3 on white background.



Black color preview on #C9D5E3 background

This text has black color on #C9D5E3 background.


White color preview on #C9D5E3 background

This text has white color on #C9D5E3 background.