COLOR #C9DBFB

HEX: #C9DBFB
RGB: (201,219,251)

Color info

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

RGB color model

#C9DBFB color RGB value is (201,219,251).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 251 of 255 = 98%

201
219
251

R + G + B ~ 88%. #C9DBFB is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 251 = 671 (100%)
R 201 of 671 ~ 29.96%
G 219 of 671 ~ 32.64%
B 251 of 671 ~ 37.41%

%29.96
%32.64
%37.41

CMYK color model

#C9DBFB color CMYK value is (20,13,0,2).

  • cyan value is 19.92%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,13,0,2)
C20M13Y0K2 
(20%,13%,0%,2%)
(0.20/0.13/0.00/0.02)	

CMYK percentages

%19.92
%12.75
%0
%1.57

Codes

Color #C9DBFB in popluar color models

C9DBFB
RGB201219251
HSL218°86.21%88.63%
HSB/HSV218°19.92%98.43%
CMYK19.92%12.75%0.00%
1.57%

Color #C9DBFB in popluar number systems.

HEXC9DBFB
Decimal201219251
Binary110010011101101111111011
Octal311333373

Shades and tints

Shades of #C9DBFB

#C9DBFB
(201,219,251)
#B7C8E5
(183,200,229)
#A5B5CF
(165,181,207)
#93A2B9
(147,162,185)
#818FA3
(129,143,163)
#6F7C8D
(111,124,141)
#5D6977
(93,105,119)
#4B5661
(75,86,97)
#39434B
(57,67,75)
#273035
(39,48,53)
#151D1F
(21,29,31)
#000000
(0,0,0)

Tints of #C9DBFB

#C9DBFB
(201,219,251)
#CDDEFB
(205,222,251)
#D1E1FB
(209,225,251)
#D5E4FB
(213,228,251)
#D9E7FB
(217,231,251)
#DDEAFB
(221,234,251)
#E1EDFB
(225,237,251)
#E5F0FB
(229,240,251)
#E9F3FB
(233,243,251)
#EDF6FB
(237,246,251)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBFB; }

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

This text font color is #C9DBFB.


Background Color

.myBgColor { background-color: #C9DBFB; }

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

This div background color is #C9DBFB.


Border color

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

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

This div border color is #C9DBFB.


Opacity

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

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

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

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

This text has shadow with #C9DBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBFB on black background.


Color preview on white background

This text has color #C9DBFB on white background.



Black color preview on #C9DBFB background

This text has black color on #C9DBFB background.


White color preview on #C9DBFB background

This text has white color on #C9DBFB background.