COLOR #C9DBE0

HEX: #C9DBE0
RGB: (201,219,224)

Color info

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

RGB color model

#C9DBE0 color RGB value is (201,219,224).

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

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 224 of 255 = 88%

201
219
224

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

Portions of RGB colors in percentages

R + G + B =
201 + 219 + 224 = 644 (100%)
R 201 of 644 ~ 31.21%
G 219 of 644 ~ 34.01%
B 224 of 644 ~ 34.78%

%31.21
%34.01
%34.78

CMYK color model

#C9DBE0 color CMYK value is (10,2,0,12).

  • cyan value is 10.27%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,2,0,12)
C10M2Y0K12 
(10%,2%,0%,12%)
(0.10/0.02/0.00/0.12)	

CMYK percentages

%10.27
%2.23
%0
%12.16

Codes

Color #C9DBE0 in popluar color models

C9DBE0
RGB201219224
HSL193°27.06%83.33%
HSB/HSV193°10.27%87.84%
CMYK10.27%2.23%0.00%
12.16%

Color #C9DBE0 in popluar number systems.

HEXC9DBE0
Decimal201219224
Binary110010011101101111100000
Octal311333340

Shades and tints

Shades of #C9DBE0

#C9DBE0
(201,219,224)
#B7C8CC
(183,200,204)
#A5B5B8
(165,181,184)
#93A2A4
(147,162,164)
#818F90
(129,143,144)
#6F7C7C
(111,124,124)
#5D6968
(93,105,104)
#4B5654
(75,86,84)
#394340
(57,67,64)
#27302C
(39,48,44)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #C9DBE0

#C9DBE0
(201,219,224)
#CDDEE2
(205,222,226)
#D1E1E4
(209,225,228)
#D5E4E6
(213,228,230)
#D9E7E8
(217,231,232)
#DDEAEA
(221,234,234)
#E1EDEC
(225,237,236)
#E5F0EE
(229,240,238)
#E9F3F0
(233,243,240)
#EDF6F2
(237,246,242)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBE0; }

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

This text font color is #C9DBE0.


Background Color

.myBgColor { background-color: #C9DBE0; }

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

This div background color is #C9DBE0.


Border color

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

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

This div border color is #C9DBE0.


Opacity

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

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

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

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

This text has shadow with #C9DBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DBE0 on black background.


Color preview on white background

This text has color #C9DBE0 on white background.



Black color preview on #C9DBE0 background

This text has black color on #C9DBE0 background.


White color preview on #C9DBE0 background

This text has white color on #C9DBE0 background.