COLOR #C0C8DB

HEX: #C0C8DB
RGB: (192,200,219)

Color info

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

RGB color model

#C0C8DB color RGB value is (192,200,219).

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

RGB channels and saturation

R 192 of 255 = 75%
G 200 of 255 = 78%
B 219 of 255 = 86%

192
200
219

R + G + B ~ 80%. #C0C8DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 200 + 219 = 611 (100%)
R 192 of 611 ~ 31.42%
G 200 of 611 ~ 32.73%
B 219 of 611 ~ 35.84%

%31.42
%32.73
%35.84

CMYK color model

#C0C8DB color CMYK value is (12,9,0,14).

  • cyan value is 12.33%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,9,0,14)
C12M9Y0K14 
(12%,9%,0%,14%)
(0.12/0.09/0.00/0.14)	

CMYK percentages

%12.33
%8.68
%0
%14.12

Codes

Color #C0C8DB in popluar color models

C0C8DB
RGB192200219
HSL222°27.27%80.59%
HSB/HSV222°12.33%85.88%
CMYK12.33%8.68%0.00%
14.12%

Color #C0C8DB in popluar number systems.

HEXC0C8DB
Decimal192200219
Binary110000001100100011011011
Octal300310333

Shades and tints

Shades of #C0C8DB

#C0C8DB
(192,200,219)
#AFB6C8
(175,182,200)
#9EA4B5
(158,164,181)
#8D92A2
(141,146,162)
#7C808F
(124,128,143)
#6B6E7C
(107,110,124)
#5A5C69
(90,92,105)
#494A56
(73,74,86)
#383843
(56,56,67)
#272630
(39,38,48)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #C0C8DB

#C0C8DB
(192,200,219)
#C5CDDE
(197,205,222)
#CAD2E1
(202,210,225)
#CFD7E4
(207,215,228)
#D4DCE7
(212,220,231)
#D9E1EA
(217,225,234)
#DEE6ED
(222,230,237)
#E3EBF0
(227,235,240)
#E8F0F3
(232,240,243)
#EDF5F6
(237,245,246)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C8DB; }

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

This text font color is #C0C8DB.


Background Color

.myBgColor { background-color: #C0C8DB; }

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

This div background color is #C0C8DB.


Border color

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

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

This div border color is #C0C8DB.


Opacity

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

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

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

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

This text has shadow with #C0C8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C8DB on black background.


Color preview on white background

This text has color #C0C8DB on white background.



Black color preview on #C0C8DB background

This text has black color on #C0C8DB background.


White color preview on #C0C8DB background

This text has white color on #C0C8DB background.