COLOR #C9DBF3

HEX: #C9DBF3
RGB: (201,219,243)

Color info

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

RGB color model

#C9DBF3 color RGB value is (201,219,243).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 243 of 255 = 95%

201
219
243

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 243 = 663 (100%)
R 201 of 663 ~ 30.32%
G 219 of 663 ~ 33.03%
B 243 of 663 ~ 36.65%

%30.32
%33.03
%36.65

CMYK color model

#C9DBF3 color CMYK value is (17,10,0,5).

  • cyan value is 17.28%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(17,10,0,5)
C17M10Y0K5 
(17%,10%,0%,5%)
(0.17/0.10/0.00/0.05)	

CMYK percentages

%17.28
%9.88
%0
%4.71

Codes

Color #C9DBF3 in popluar color models

C9DBF3
RGB201219243
HSL214°63.64%87.06%
HSB/HSV214°17.28%95.29%
CMYK17.28%9.88%0.00%
4.71%

Color #C9DBF3 in popluar number systems.

HEXC9DBF3
Decimal201219243
Binary110010011101101111110011
Octal311333363

Shades and tints

Shades of #C9DBF3

#C9DBF3
(201,219,243)
#B7C8DD
(183,200,221)
#A5B5C7
(165,181,199)
#93A2B1
(147,162,177)
#818F9B
(129,143,155)
#6F7C85
(111,124,133)
#5D696F
(93,105,111)
#4B5659
(75,86,89)
#394343
(57,67,67)
#27302D
(39,48,45)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #C9DBF3

#C9DBF3
(201,219,243)
#CDDEF4
(205,222,244)
#D1E1F5
(209,225,245)
#D5E4F6
(213,228,246)
#D9E7F7
(217,231,247)
#DDEAF8
(221,234,248)
#E1EDF9
(225,237,249)
#E5F0FA
(229,240,250)
#E9F3FB
(233,243,251)
#EDF6FC
(237,246,252)
#F1F9FD
(241,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBF3; }

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

This text font color is #C9DBF3.


Background Color

.myBgColor { background-color: #C9DBF3; }

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

This div background color is #C9DBF3.


Border color

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

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

This div border color is #C9DBF3.


Opacity

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

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

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

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

This text has shadow with #C9DBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBF3 on black background.


Color preview on white background

This text has color #C9DBF3 on white background.



Black color preview on #C9DBF3 background

This text has black color on #C9DBF3 background.


White color preview on #C9DBF3 background

This text has white color on #C9DBF3 background.