COLOR #C8D4EA

HEX: #C8D4EA
RGB: (200,212,234)

Color info

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

RGB color model

#C8D4EA color RGB value is (200,212,234).

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

RGB channels and saturation

R 200 of 255 = 78%
G 212 of 255 = 83%
B 234 of 255 = 92%

200
212
234

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

Portions of RGB colors in percentages

R + G + B =
200 + 212 + 234 = 646 (100%)
R 200 of 646 ~ 30.96%
G 212 of 646 ~ 32.82%
B 234 of 646 ~ 36.22%

%30.96
%32.82
%36.22

CMYK color model

#C8D4EA color CMYK value is (15,9,0,8).

  • cyan value is 14.53%
  • magenta value is 9.40%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(15,9,0,8)
C15M9Y0K8 
(15%,9%,0%,8%)
(0.15/0.09/0.00/0.08)	

CMYK percentages

%14.53
%9.4
%0
%8.24

Codes

Color #C8D4EA in popluar color models

C8D4EA
RGB200212234
HSL219°44.74%85.10%
HSB/HSV219°14.53%91.76%
CMYK14.53%9.40%0.00%
8.24%

Color #C8D4EA in popluar number systems.

HEXC8D4EA
Decimal200212234
Binary110010001101010011101010
Octal310324352

Shades and tints

Shades of #C8D4EA

#C8D4EA
(200,212,234)
#B6C1D5
(182,193,213)
#A4AEC0
(164,174,192)
#929BAB
(146,155,171)
#808896
(128,136,150)
#6E7581
(110,117,129)
#5C626C
(92,98,108)
#4A4F57
(74,79,87)
#383C42
(56,60,66)
#26292D
(38,41,45)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #C8D4EA

#C8D4EA
(200,212,234)
#CDD7EB
(205,215,235)
#D2DAEC
(210,218,236)
#D7DDED
(215,221,237)
#DCE0EE
(220,224,238)
#E1E3EF
(225,227,239)
#E6E6F0
(230,230,240)
#EBE9F1
(235,233,241)
#F0ECF2
(240,236,242)
#F5EFF3
(245,239,243)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D4EA; }

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

This text font color is #C8D4EA.


Background Color

.myBgColor { background-color: #C8D4EA; }

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

This div background color is #C8D4EA.


Border color

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

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

This div border color is #C8D4EA.


Opacity

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

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

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

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

This text has shadow with #C8D4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D4EA on black background.


Color preview on white background

This text has color #C8D4EA on white background.



Black color preview on #C8D4EA background

This text has black color on #C8D4EA background.


White color preview on #C8D4EA background

This text has white color on #C8D4EA background.