COLOR #C0DAF6

HEX: #C0DAF6
RGB: (192,218,246)

Color info

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

RGB color model

#C0DAF6 color RGB value is (192,218,246).

  • red value is 192;
  • green value is 218;
  • blue value is 246.
RGB:
(192,218,246)
(75%,85%,96%)

RGB channels and saturation

R 192 of 255 = 75%
G 218 of 255 = 85%
B 246 of 255 = 96%

192
218
246

R + G + B ~ 85%. #C0DAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 218 + 246 = 656 (100%)
R 192 of 656 ~ 29.27%
G 218 of 656 ~ 33.23%
B 246 of 656 ~ 37.5%

%29.27
%33.23
%37.5

CMYK color model

#C0DAF6 color CMYK value is (22,11,0,4).

  • cyan value is 21.95%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(22,11,0,4)
C22M11Y0K4 
(22%,11%,0%,4%)
(0.22/0.11/0.00/0.04)	

CMYK percentages

%21.95
%11.38
%0
%3.53

Codes

Color #C0DAF6 in popluar color models

C0DAF6
RGB192218246
HSL211°75.00%85.88%
HSB/HSV211°21.95%96.47%
CMYK21.95%11.38%0.00%
3.53%

Color #C0DAF6 in popluar number systems.

HEXC0DAF6
Decimal192218246
Binary110000001101101011110110
Octal300332366

Shades and tints

Shades of #C0DAF6

#C0DAF6
(192,218,246)
#AFC7E0
(175,199,224)
#9EB4CA
(158,180,202)
#8DA1B4
(141,161,180)
#7C8E9E
(124,142,158)
#6B7B88
(107,123,136)
#5A6872
(90,104,114)
#49555C
(73,85,92)
#384246
(56,66,70)
#272F30
(39,47,48)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #C0DAF6

#C0DAF6
(192,218,246)
#C5DDF6
(197,221,246)
#CAE0F6
(202,224,246)
#CFE3F6
(207,227,246)
#D4E6F6
(212,230,246)
#D9E9F6
(217,233,246)
#DEECF6
(222,236,246)
#E3EFF6
(227,239,246)
#E8F2F6
(232,242,246)
#EDF5F6
(237,245,246)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DAF6 color. Also use rgb(192,218,246) instead hex code.

Text Font Color

.myTextColor { color: #C0DAF6; }

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

This text font color is #C0DAF6.


Background Color

.myBgColor { background-color: #C0DAF6; }

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

This div background color is #C0DAF6.


Border color

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

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

This div border color is #C0DAF6.


Opacity

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

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

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

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

This text has shadow with #C0DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0DAF6 on black background.


Color preview on white background

This text has color #C0DAF6 on white background.



Black color preview on #C0DAF6 background

This text has black color on #C0DAF6 background.


White color preview on #C0DAF6 background

This text has white color on #C0DAF6 background.