COLOR #C8E4EC

HEX: #C8E4EC RGB: (200,228,236)

Color info

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

RGB color model

#C8E4EC color RGB value is (200,228,236).

RGB: (200,228,236) (78%, 89%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 236 of 255 = 93%

200
228
236

R + G + B ~ 87%. #C8E4EC is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 228 + 236 = 664 (100%)
R 200 of 664 ~ 30.12%
G 228 of 664 ~ 34.34%
B 236 of 664 ~ 35.54'%

%30.12
%34.34
%35.54

CMYK color model

#C8E4EC color CMYK value is (15,3,0,7).

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

CMYK: (15,3,0,7)
C15M3Y0K7 (15%, 3%, 0%, 7%)
(0.15 / 0.03 / 0.00 / 0.07)

CMYK percentages

%15.25
%3.39
%0
%7.45

Codes

Color #C8E4EC in popluar color models

C8 E4 EC
RGB 200 228 236
HSL 193° 48.65% 85.49%
HSB/HSV 193° 15.25% 92.55%
CMYK 15.25% 3.39% 0.00%
7.45%

Color #C8E4EC in popluar number systems.

HEX C8 E4 EC
Decimal 200 228 236
Binary 11001000 11100100 11101100
Octal 310 344 354

Shades and tints

Shades of #C8E4EC

#C8E4EC
(200,228,236)
#B6D0D7
(182,208,215)
#A4BCC2
(164,188,194)
#92A8AD
(146,168,173)
#809498
(128,148,152)
#6E8083
(110,128,131)
#5C6C6E
(92,108,110)
#4A5859
(74,88,89)
#384444
(56,68,68)
#26302F
(38,48,47)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #C8E4EC

#C8E4EC
(200,228,236)
#CDE6ED
(205,230,237)
#D2E8EE
(210,232,238)
#D7EAEF
(215,234,239)
#DCECF0
(220,236,240)
#E1EEF1
(225,238,241)
#E6F0F2
(230,240,242)
#EBF2F3
(235,242,243)
#F0F4F4
(240,244,244)
#F5F6F5
(245,246,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E4EC; }

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

This text font color is #C8E4EC.

Background Color

.myBgColor { background-color: #C8E4EC; }

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

This div background color is #C8E4EC.

Border color

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

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

This div border color is #C8E4EC.

Opacity

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

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

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

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

This text has shadow with #C8E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8E4EC.

Preview

Color preview on black background

This text has color #C8E4EC on black background.


Color preview on white background

This text has color #C8E4EC on white background.


Black color preview on #C8E4EC background

This text has black color on #C8E4EC background.


White color preview on #C8E4EC background

This text has white color on #C8E4EC background.


Related colors

Complementary color

Complementary color for #hex is #371B13.


I love getcolorcode.com

Triadic colors

1 #ECC8E4 and #E4ECC8 with #C8E4EC are triadic colors.

2 #ECE4C8 and #E4C8EC with #C8E4EC are triadic colors.