COLOR #C9DBF5

HEX: #C9DBF5
RGB: (201,219,245)

Color info

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

RGB color model

#C9DBF5 color RGB value is (201,219,245).

  • red value is 201;
  • green value is 219;
  • blue value is 245.
RGB:
(201,219,245)
(79%,86%,96%)

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 245 of 255 = 96%

201
219
245

R + G + B ~ 87%. #C9DBF5 is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 245 = 665 (100%)
R 201 of 665 ~ 30.23%
G 219 of 665 ~ 32.93%
B 245 of 665 ~ 36.84%

%30.23
%32.93
%36.84

CMYK color model

#C9DBF5 color CMYK value is (18,11,0,4).

  • cyan value is 17.96%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(18,11,0,4)
C18M11Y0K4 
(18%,11%,0%,4%)
(0.18/0.11/0.00/0.04)	

CMYK percentages

%17.96
%10.61
%0
%3.92

Codes

Color #C9DBF5 in popluar color models

C9DBF5
RGB201219245
HSL215°68.75%87.45%
HSB/HSV215°17.96%96.08%
CMYK17.96%10.61%0.00%
3.92%

Color #C9DBF5 in popluar number systems.

HEXC9DBF5
Decimal201219245
Binary110010011101101111110101
Octal311333365

Shades and tints

Shades of #C9DBF5

#C9DBF5
(201,219,245)
#B7C8DF
(183,200,223)
#A5B5C9
(165,181,201)
#93A2B3
(147,162,179)
#818F9D
(129,143,157)
#6F7C87
(111,124,135)
#5D6971
(93,105,113)
#4B565B
(75,86,91)
#394345
(57,67,69)
#27302F
(39,48,47)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #C9DBF5

#C9DBF5
(201,219,245)
#CDDEF5
(205,222,245)
#D1E1F5
(209,225,245)
#D5E4F5
(213,228,245)
#D9E7F5
(217,231,245)
#DDEAF5
(221,234,245)
#E1EDF5
(225,237,245)
#E5F0F5
(229,240,245)
#E9F3F5
(233,243,245)
#EDF6F5
(237,246,245)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DBF5 color. Also use rgb(201,219,245) instead hex code.

Text Font Color

.myTextColor { color: #C9DBF5; }

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

This text font color is #C9DBF5.


Background Color

.myBgColor { background-color: #C9DBF5; }

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

This div background color is #C9DBF5.


Border color

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

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

This div border color is #C9DBF5.


Opacity

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

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

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

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

This text has shadow with #C9DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBF5 on black background.


Color preview on white background

This text has color #C9DBF5 on white background.



Black color preview on #C9DBF5 background

This text has black color on #C9DBF5 background.


White color preview on #C9DBF5 background

This text has white color on #C9DBF5 background.