COLOR #C8DBE6

HEX: #C8DBE6
RGB: (200,219,230)

Color info

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

RGB color model

#C8DBE6 color RGB value is (200,219,230).

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

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 230 of 255 = 90%

200
219
230

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

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 230 = 649 (100%)
R 200 of 649 ~ 30.82%
G 219 of 649 ~ 33.74%
B 230 of 649 ~ 35.44%

%30.82
%33.74
%35.44

CMYK color model

#C8DBE6 color CMYK value is (13,5,0,10).

  • cyan value is 13.04%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(13,5,0,10)
C13M5Y0K10 
(13%,5%,0%,10%)
(0.13/0.05/0.00/0.10)	

CMYK percentages

%13.04
%4.78
%0
%9.8

Codes

Color #C8DBE6 in popluar color models

C8DBE6
RGB200219230
HSL202°37.50%84.31%
HSB/HSV202°13.04%90.20%
CMYK13.04%4.78%0.00%
9.80%

Color #C8DBE6 in popluar number systems.

HEXC8DBE6
Decimal200219230
Binary110010001101101111100110
Octal310333346

Shades and tints

Shades of #C8DBE6

#C8DBE6
(200,219,230)
#B6C8D2
(182,200,210)
#A4B5BE
(164,181,190)
#92A2AA
(146,162,170)
#808F96
(128,143,150)
#6E7C82
(110,124,130)
#5C696E
(92,105,110)
#4A565A
(74,86,90)
#384346
(56,67,70)
#263032
(38,48,50)
#141D1E
(20,29,30)
#000000
(0,0,0)

Tints of #C8DBE6

#C8DBE6
(200,219,230)
#CDDEE8
(205,222,232)
#D2E1EA
(210,225,234)
#D7E4EC
(215,228,236)
#DCE7EE
(220,231,238)
#E1EAF0
(225,234,240)
#E6EDF2
(230,237,242)
#EBF0F4
(235,240,244)
#F0F3F6
(240,243,246)
#F5F6F8
(245,246,248)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DBE6; }

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

This text font color is #C8DBE6.


Background Color

.myBgColor { background-color: #C8DBE6; }

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

This div background color is #C8DBE6.


Border color

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

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

This div border color is #C8DBE6.


Opacity

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

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

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

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

This text has shadow with #C8DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DBE6 on black background.


Color preview on white background

This text has color #C8DBE6 on white background.



Black color preview on #C8DBE6 background

This text has black color on #C8DBE6 background.


White color preview on #C8DBE6 background

This text has white color on #C8DBE6 background.