COLOR #C8DBEA

HEX: #C8DBEA
RGB: (200,219,234)

Color info

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

RGB color model

#C8DBEA color RGB value is (200,219,234).

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

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 234 of 255 = 92%

200
219
234

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

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 234 = 653 (100%)
R 200 of 653 ~ 30.63%
G 219 of 653 ~ 33.54%
B 234 of 653 ~ 35.83%

%30.63
%33.54
%35.83

CMYK color model

#C8DBEA color CMYK value is (15,6,0,8).

  • cyan value is 14.53%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,6,0,8)
C15M6Y0K8 
(15%,6%,0%,8%)
(0.15/0.06/0.00/0.08)	

CMYK percentages

%14.53
%6.41
%0
%8.24

Codes

Color #C8DBEA in popluar color models

C8DBEA
RGB200219234
HSL206°44.74%85.10%
HSB/HSV206°14.53%91.76%
CMYK14.53%6.41%0.00%
8.24%

Color #C8DBEA in popluar number systems.

HEXC8DBEA
Decimal200219234
Binary110010001101101111101010
Octal310333352

Shades and tints

Shades of #C8DBEA

#C8DBEA
(200,219,234)
#B6C8D5
(182,200,213)
#A4B5C0
(164,181,192)
#92A2AB
(146,162,171)
#808F96
(128,143,150)
#6E7C81
(110,124,129)
#5C696C
(92,105,108)
#4A5657
(74,86,87)
#384342
(56,67,66)
#26302D
(38,48,45)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #C8DBEA

#C8DBEA
(200,219,234)
#CDDEEB
(205,222,235)
#D2E1EC
(210,225,236)
#D7E4ED
(215,228,237)
#DCE7EE
(220,231,238)
#E1EAEF
(225,234,239)
#E6EDF0
(230,237,240)
#EBF0F1
(235,240,241)
#F0F3F2
(240,243,242)
#F5F6F3
(245,246,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DBEA; }

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

This text font color is #C8DBEA.


Background Color

.myBgColor { background-color: #C8DBEA; }

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

This div background color is #C8DBEA.


Border color

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

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

This div border color is #C8DBEA.


Opacity

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

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

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

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

This text has shadow with #C8DBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DBEA on black background.


Color preview on white background

This text has color #C8DBEA on white background.



Black color preview on #C8DBEA background

This text has black color on #C8DBEA background.


White color preview on #C8DBEA background

This text has white color on #C8DBEA background.