COLOR #C0D8EB

HEX: #C0D8EB
RGB: (192,216,235)

Color info

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

RGB color model

#C0D8EB color RGB value is (192,216,235).

  • red value is 192;
  • green value is 216;
  • blue value is 235.
RGB:
(192,216,235)
(75%,85%,92%)

RGB channels and saturation

R 192 of 255 = 75%
G 216 of 255 = 85%
B 235 of 255 = 92%

192
216
235

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

Portions of RGB colors in percentages

R + G + B =
192 + 216 + 235 = 643 (100%)
R 192 of 643 ~ 29.86%
G 216 of 643 ~ 33.59%
B 235 of 643 ~ 36.55%

%29.86
%33.59
%36.55

CMYK color model

#C0D8EB color CMYK value is (18,8,0,8).

  • cyan value is 18.30%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(18,8,0,8)
C18M8Y0K8 
(18%,8%,0%,8%)
(0.18/0.08/0.00/0.08)	

CMYK percentages

%18.3
%8.09
%0
%7.84

Codes

Color #C0D8EB in popluar color models

C0D8EB
RGB192216235
HSL207°51.81%83.73%
HSB/HSV207°18.30%92.16%
CMYK18.30%8.09%0.00%
7.84%

Color #C0D8EB in popluar number systems.

HEXC0D8EB
Decimal192216235
Binary110000001101100011101011
Octal300330353

Shades and tints

Shades of #C0D8EB

#C0D8EB
(192,216,235)
#AFC5D6
(175,197,214)
#9EB2C1
(158,178,193)
#8D9FAC
(141,159,172)
#7C8C97
(124,140,151)
#6B7982
(107,121,130)
#5A666D
(90,102,109)
#495358
(73,83,88)
#384043
(56,64,67)
#272D2E
(39,45,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #C0D8EB

#C0D8EB
(192,216,235)
#C5DBEC
(197,219,236)
#CADEED
(202,222,237)
#CFE1EE
(207,225,238)
#D4E4EF
(212,228,239)
#D9E7F0
(217,231,240)
#DEEAF1
(222,234,241)
#E3EDF2
(227,237,242)
#E8F0F3
(232,240,243)
#EDF3F4
(237,243,244)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D8EB color. Also use rgb(192,216,235) instead hex code.

Text Font Color

.myTextColor { color: #C0D8EB; }

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

This text font color is #C0D8EB.


Background Color

.myBgColor { background-color: #C0D8EB; }

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

This div background color is #C0D8EB.


Border color

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

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

This div border color is #C0D8EB.


Opacity

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

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

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

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

This text has shadow with #C0D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D8EB on black background.


Color preview on white background

This text has color #C0D8EB on white background.



Black color preview on #C0D8EB background

This text has black color on #C0D8EB background.


White color preview on #C0D8EB background

This text has white color on #C0D8EB background.