COLOR #C0D6F0

HEX: #C0D6F0
RGB: (192,214,240)

Color info

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

RGB color model

#C0D6F0 color RGB value is (192,214,240).

  • red value is 192;
  • green value is 214;
  • blue value is 240.
RGB:
(192,214,240)
(75%,84%,94%)

RGB channels and saturation

R 192 of 255 = 75%
G 214 of 255 = 84%
B 240 of 255 = 94%

192
214
240

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

Portions of RGB colors in percentages

R + G + B =
192 + 214 + 240 = 646 (100%)
R 192 of 646 ~ 29.72%
G 214 of 646 ~ 33.13%
B 240 of 646 ~ 37.15%

%29.72
%33.13
%37.15

CMYK color model

#C0D6F0 color CMYK value is (20,11,0,6).

  • cyan value is 20.00%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,11,0,6)
C20M11Y0K6 
(20%,11%,0%,6%)
(0.20/0.11/0.00/0.06)	

CMYK percentages

%20
%10.83
%0
%5.88

Codes

Color #C0D6F0 in popluar color models

C0D6F0
RGB192214240
HSL213°61.54%84.71%
HSB/HSV213°20.00%94.12%
CMYK20.00%10.83%0.00%
5.88%

Color #C0D6F0 in popluar number systems.

HEXC0D6F0
Decimal192214240
Binary110000001101011011110000
Octal300326360

Shades and tints

Shades of #C0D6F0

#C0D6F0
(192,214,240)
#AFC3DB
(175,195,219)
#9EB0C6
(158,176,198)
#8D9DB1
(141,157,177)
#7C8A9C
(124,138,156)
#6B7787
(107,119,135)
#5A6472
(90,100,114)
#49515D
(73,81,93)
#383E48
(56,62,72)
#272B33
(39,43,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #C0D6F0

#C0D6F0
(192,214,240)
#C5D9F1
(197,217,241)
#CADCF2
(202,220,242)
#CFDFF3
(207,223,243)
#D4E2F4
(212,226,244)
#D9E5F5
(217,229,245)
#DEE8F6
(222,232,246)
#E3EBF7
(227,235,247)
#E8EEF8
(232,238,248)
#EDF1F9
(237,241,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D6F0 color. Also use rgb(192,214,240) instead hex code.

Text Font Color

.myTextColor { color: #C0D6F0; }

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

This text font color is #C0D6F0.


Background Color

.myBgColor { background-color: #C0D6F0; }

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

This div background color is #C0D6F0.


Border color

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

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

This div border color is #C0D6F0.


Opacity

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

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

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

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

This text has shadow with #C0D6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D6F0 on black background.


Color preview on white background

This text has color #C0D6F0 on white background.



Black color preview on #C0D6F0 background

This text has black color on #C0D6F0 background.


White color preview on #C0D6F0 background

This text has white color on #C0D6F0 background.