COLOR #C0DBE9

HEX: #C0DBE9
RGB: (192,219,233)

Color info

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

RGB color model

#C0DBE9 color RGB value is (192,219,233).

  • red value is 192;
  • green value is 219;
  • blue value is 233.
RGB:
(192,219,233)
(75%,86%,91%)

RGB channels and saturation

R 192 of 255 = 75%
G 219 of 255 = 86%
B 233 of 255 = 91%

192
219
233

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

Portions of RGB colors in percentages

R + G + B =
192 + 219 + 233 = 644 (100%)
R 192 of 644 ~ 29.81%
G 219 of 644 ~ 34.01%
B 233 of 644 ~ 36.18%

%29.81
%34.01
%36.18

CMYK color model

#C0DBE9 color CMYK value is (18,6,0,9).

  • cyan value is 17.60%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,6,0,9)
C18M6Y0K9 
(18%,6%,0%,9%)
(0.18/0.06/0.00/0.09)	

CMYK percentages

%17.6
%6.01
%0
%8.63

Codes

Color #C0DBE9 in popluar color models

C0DBE9
RGB192219233
HSL200°48.24%83.33%
HSB/HSV200°17.60%91.37%
CMYK17.60%6.01%0.00%
8.63%

Color #C0DBE9 in popluar number systems.

HEXC0DBE9
Decimal192219233
Binary110000001101101111101001
Octal300333351

Shades and tints

Shades of #C0DBE9

#C0DBE9
(192,219,233)
#AFC8D4
(175,200,212)
#9EB5BF
(158,181,191)
#8DA2AA
(141,162,170)
#7C8F95
(124,143,149)
#6B7C80
(107,124,128)
#5A696B
(90,105,107)
#495656
(73,86,86)
#384341
(56,67,65)
#27302C
(39,48,44)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #C0DBE9

#C0DBE9
(192,219,233)
#C5DEEB
(197,222,235)
#CAE1ED
(202,225,237)
#CFE4EF
(207,228,239)
#D4E7F1
(212,231,241)
#D9EAF3
(217,234,243)
#DEEDF5
(222,237,245)
#E3F0F7
(227,240,247)
#E8F3F9
(232,243,249)
#EDF6FB
(237,246,251)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DBE9 color. Also use rgb(192,219,233) instead hex code.

Text Font Color

.myTextColor { color: #C0DBE9; }

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

This text font color is #C0DBE9.


Background Color

.myBgColor { background-color: #C0DBE9; }

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

This div background color is #C0DBE9.


Border color

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

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

This div border color is #C0DBE9.


Opacity

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

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

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

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

This text has shadow with #C0DBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0DBE9 on black background.


Color preview on white background

This text has color #C0DBE9 on white background.



Black color preview on #C0DBE9 background

This text has black color on #C0DBE9 background.


White color preview on #C0DBE9 background

This text has white color on #C0DBE9 background.