COLOR #C8D5EE

HEX: #C8D5EE RGB: (200,213,238)

Color info

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

RGB color model

#C8D5EE color RGB value is (200,213,238).

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

RGB channels and saturation

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

200
213
238

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

Portions of RGB colors in percentages

R + G + B = 200 + 213 + 238 = 651 (100%)
R 200 of 651 ~ 30.72%
G 213 of 651 ~ 32.72%
B 238 of 651 ~ 36.56'%

%30.72
%32.72
%36.56

CMYK color model

#C8D5EE color CMYK value is (16,11,0,7).

  • cyan value is 15.97%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,11,0,7)
C16M11Y0K7 (16%, 11%, 0%, 7%)
(0.16 / 0.11 / 0.00 / 0.07)

CMYK percentages

%15.97
%10.5
%0
%6.67

Codes

Color #C8D5EE in popluar color models

C8 D5 EE
RGB 200 213 238
HSL 219° 52.78% 85.88%
HSB/HSV 219° 15.97% 93.33%
CMYK 15.97% 10.50% 0.00%
6.67%

Color #C8D5EE in popluar number systems.

HEX C8 D5 EE
Decimal 200 213 238
Binary 11001000 11010101 11101110
Octal 310 325 356

Shades and tints

Shades of #C8D5EE

#C8D5EE
(200,213,238)
#B6C2D9
(182,194,217)
#A4AFC4
(164,175,196)
#929CAF
(146,156,175)
#80899A
(128,137,154)
#6E7685
(110,118,133)
#5C6370
(92,99,112)
#4A505B
(74,80,91)
#383D46
(56,61,70)
#262A31
(38,42,49)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #C8D5EE

#C8D5EE
(200,213,238)
#CDD8EF
(205,216,239)
#D2DBF0
(210,219,240)
#D7DEF1
(215,222,241)
#DCE1F2
(220,225,242)
#E1E4F3
(225,228,243)
#E6E7F4
(230,231,244)
#EBEAF5
(235,234,245)
#F0EDF6
(240,237,246)
#F5F0F7
(245,240,247)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D5EE; }

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

This text font color is #C8D5EE.

Background Color

.myBgColor { background-color: #C8D5EE; }

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

This div background color is #C8D5EE.

Border color

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

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

This div border color is #C8D5EE.

Opacity

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

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

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

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

This text has shadow with #C8D5EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D5EE.

Preview

Color preview on black background

This text has color #C8D5EE on black background.


Color preview on white background

This text has color #C8D5EE on white background.


Black color preview on #C8D5EE background

This text has black color on #C8D5EE background.


White color preview on #C8D5EE background

This text has white color on #C8D5EE background.


Related colors

Complementary color

Complementary color for #hex is #372A11.


I love getcolorcode.com

Triadic colors

1 #EEC8D5 and #D5EEC8 with #C8D5EE are triadic colors.

2 #EED5C8 and #D5C8EE with #C8D5EE are triadic colors.