COLOR #C8E0EE

HEX: #C8E0EE RGB: (200,224,238)

Color info

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

RGB color model

#C8E0EE color RGB value is (200,224,238).

RGB: (200,224,238) (78%, 88%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 224 of 255 = 88%
B 238 of 255 = 93%

200
224
238

R + G + B ~ 86%. #C8E0EE is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 224 + 238 = 662 (100%)
R 200 of 662 ~ 30.21%
G 224 of 662 ~ 33.84%
B 238 of 662 ~ 35.95'%

%30.21
%33.84
%35.95

CMYK color model

#C8E0EE color CMYK value is (16,6,0,7).

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

CMYK: (16,6,0,7)
C16M6Y0K7 (16%, 6%, 0%, 7%)
(0.16 / 0.06 / 0.00 / 0.07)

CMYK percentages

%15.97
%5.88
%0
%6.67

Codes

Color #C8E0EE in popluar color models

C8 E0 EE
RGB 200 224 238
HSL 202° 52.78% 85.88%
HSB/HSV 202° 15.97% 93.33%
CMYK 15.97% 5.88% 0.00%
6.67%

Color #C8E0EE in popluar number systems.

HEX C8 E0 EE
Decimal 200 224 238
Binary 11001000 11100000 11101110
Octal 310 340 356

Shades and tints

Shades of #C8E0EE

#C8E0EE
(200,224,238)
#B6CCD9
(182,204,217)
#A4B8C4
(164,184,196)
#92A4AF
(146,164,175)
#80909A
(128,144,154)
#6E7C85
(110,124,133)
#5C6870
(92,104,112)
#4A545B
(74,84,91)
#384046
(56,64,70)
#262C31
(38,44,49)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #C8E0EE

#C8E0EE
(200,224,238)
#CDE2EF
(205,226,239)
#D2E4F0
(210,228,240)
#D7E6F1
(215,230,241)
#DCE8F2
(220,232,242)
#E1EAF3
(225,234,243)
#E6ECF4
(230,236,244)
#EBEEF5
(235,238,245)
#F0F0F6
(240,240,246)
#F5F2F7
(245,242,247)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E0EE; }

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

This text font color is #C8E0EE.

Background Color

.myBgColor { background-color: #C8E0EE; }

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

This div background color is #C8E0EE.

Border color

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

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

This div border color is #C8E0EE.

Opacity

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

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

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

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

This text has shadow with #C8E0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E0EE.

Preview

Color preview on black background

This text has color #C8E0EE on black background.


Color preview on white background

This text has color #C8E0EE on white background.


Black color preview on #C8E0EE background

This text has black color on #C8E0EE background.


White color preview on #C8E0EE background

This text has white color on #C8E0EE background.


Related colors

Complementary color

Complementary color for #hex is #371F11.


I love getcolorcode.com

Triadic colors

1 #EEC8E0 and #E0EEC8 with #C8E0EE are triadic colors.

2 #EEE0C8 and #E0C8EE with #C8E0EE are triadic colors.