COLOR #C8D5EC

HEX: #C8D5EC RGB: (200,213,236)

Color info

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

RGB color model

#C8D5EC color RGB value is (200,213,236).

RGB: (200,213,236) (78%, 84%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 213 of 255 = 84%
B 236 of 255 = 93%

200
213
236

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

Portions of RGB colors in percentages

R + G + B = 200 + 213 + 236 = 649 (100%)
R 200 of 649 ~ 30.82%
G 213 of 649 ~ 32.82%
B 236 of 649 ~ 36.36'%

%30.82
%32.82
%36.36

CMYK color model

#C8D5EC color CMYK value is (15,10,0,7).

  • cyan value is 15.25%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,10,0,7)
C15M10Y0K7 (15%, 10%, 0%, 7%)
(0.15 / 0.10 / 0.00 / 0.07)

CMYK percentages

%15.25
%9.75
%0
%7.45

Codes

Color #C8D5EC in popluar color models

C8 D5 EC
RGB 200 213 236
HSL 218° 48.65% 85.49%
HSB/HSV 218° 15.25% 92.55%
CMYK 15.25% 9.75% 0.00%
7.45%

Color #C8D5EC in popluar number systems.

HEX C8 D5 EC
Decimal 200 213 236
Binary 11001000 11010101 11101100
Octal 310 325 354

Shades and tints

Shades of #C8D5EC

#C8D5EC
(200,213,236)
#B6C2D7
(182,194,215)
#A4AFC2
(164,175,194)
#929CAD
(146,156,173)
#808998
(128,137,152)
#6E7683
(110,118,131)
#5C636E
(92,99,110)
#4A5059
(74,80,89)
#383D44
(56,61,68)
#262A2F
(38,42,47)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #C8D5EC

#C8D5EC
(200,213,236)
#CDD8ED
(205,216,237)
#D2DBEE
(210,219,238)
#D7DEEF
(215,222,239)
#DCE1F0
(220,225,240)
#E1E4F1
(225,228,241)
#E6E7F2
(230,231,242)
#EBEAF3
(235,234,243)
#F0EDF4
(240,237,244)
#F5F0F5
(245,240,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D5EC color. Also use rgb(200,213,236) instead hex code.

Text Font Color

.myTextColor { color: #C8D5EC; }

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

This text font color is #C8D5EC.

Background Color

.myBgColor { background-color: #C8D5EC; }

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

This div background color is #C8D5EC.

Border color

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

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

This div border color is #C8D5EC.

Opacity

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

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

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

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

This text has shadow with #C8D5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D5EC.

Preview

Color preview on black background

This text has color #C8D5EC on black background.


Color preview on white background

This text has color #C8D5EC on white background.


Black color preview on #C8D5EC background

This text has black color on #C8D5EC background.


White color preview on #C8D5EC background

This text has white color on #C8D5EC background.


Related colors

Complementary color

Complementary color for #hex is #372A13.


I love getcolorcode.com

Triadic colors

1 #ECC8D5 and #D5ECC8 with #C8D5EC are triadic colors.

2 #ECD5C8 and #D5C8EC with #C8D5EC are triadic colors.