COLOR #C8D0E4

HEX: #C8D0E4
RGB: (200,208,228)

Color info

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

RGB color model

#C8D0E4 color RGB value is (200,208,228).

  • red value is 200;
  • green value is 208;
  • blue value is 228.
RGB:
(200,208,228)
(78%,82%,89%)

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 228 of 255 = 89%

200
208
228

R + G + B ~ 83%. #C8D0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 208 + 228 = 636 (100%)
R 200 of 636 ~ 31.45%
G 208 of 636 ~ 32.7%
B 228 of 636 ~ 35.85%

%31.45
%32.7
%35.85

CMYK color model

#C8D0E4 color CMYK value is (12,9,0,11).

  • cyan value is 12.28%
  • magenta value is 8.77%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(12,9,0,11)
C12M9Y0K11 
(12%,9%,0%,11%)
(0.12/0.09/0.00/0.11)	

CMYK percentages

%12.28
%8.77
%0
%10.59

Codes

Color #C8D0E4 in popluar color models

C8D0E4
RGB200208228
HSL223°34.15%83.92%
HSB/HSV223°12.28%89.41%
CMYK12.28%8.77%0.00%
10.59%

Color #C8D0E4 in popluar number systems.

HEXC8D0E4
Decimal200208228
Binary110010001101000011100100
Octal310320344

Shades and tints

Shades of #C8D0E4

#C8D0E4
(200,208,228)
#B6BED0
(182,190,208)
#A4ACBC
(164,172,188)
#929AA8
(146,154,168)
#808894
(128,136,148)
#6E7680
(110,118,128)
#5C646C
(92,100,108)
#4A5258
(74,82,88)
#384044
(56,64,68)
#262E30
(38,46,48)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #C8D0E4

#C8D0E4
(200,208,228)
#CDD4E6
(205,212,230)
#D2D8E8
(210,216,232)
#D7DCEA
(215,220,234)
#DCE0EC
(220,224,236)
#E1E4EE
(225,228,238)
#E6E8F0
(230,232,240)
#EBECF2
(235,236,242)
#F0F0F4
(240,240,244)
#F5F4F6
(245,244,246)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D0E4 color. Also use rgb(200,208,228) instead hex code.

Text Font Color

.myTextColor { color: #C8D0E4; }

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

This text font color is #C8D0E4.


Background Color

.myBgColor { background-color: #C8D0E4; }

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

This div background color is #C8D0E4.


Border color

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

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

This div border color is #C8D0E4.


Opacity

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

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

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

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

This text has shadow with #C8D0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D0E4 on black background.


Color preview on white background

This text has color #C8D0E4 on white background.



Black color preview on #C8D0E4 background

This text has black color on #C8D0E4 background.


White color preview on #C8D0E4 background

This text has white color on #C8D0E4 background.