COLOR #C8ECDD

HEX: #C8ECDD RGB: (200,236,221)

Color info

#C8ECDD contains red, green and blue colors in about the same proportion. Web safe color of #C8ECDD is #CCFFCC (or #CFC).

RGB color model

#C8ECDD color RGB value is (200,236,221).

RGB: (200,236,221) (78%, 93%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 236 of 255 = 93%
B 221 of 255 = 87%

200
236
221

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

Portions of RGB colors in percentages

R + G + B = 200 + 236 + 221 = 657 (100%)
R 200 of 657 ~ 30.44%
G 236 of 657 ~ 35.92%
B 221 of 657 ~ 33.64'%

%30.44
%35.92
%33.64

CMYK color model

#C8ECDD color CMYK value is (15,0,6,7).

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK: (15,0,6,7) C15M0Y6K7 (15%,0%,6%,7%) (0.15/0.00/0.06/0.07) 

CMYK percentages

%15.25
%0
%6.36
%7.45

Codes

Color #C8ECDD in popluar color models

C8 EC DD
RGB 200 236 221
HSL 155° 48.65% 85.49%
HSB/HSV 155° 15.25% 92.55%
CMYK 15.25% 0.00% 6.36%
7.45%

Color #C8ECDD in popluar number systems.

HEX C8 EC DD
Decimal 200 236 221
Binary 11001000 11101100 11011101
Octal 310 354 335

Shades and tints

Shades of #C8ECDD

#C8ECDD
(200,236,221)
#B6D7C9
(182,215,201)
#A4C2B5
(164,194,181)
#92ADA1
(146,173,161)
#80988D
(128,152,141)
#6E8379
(110,131,121)
#5C6E65
(92,110,101)
#4A5951
(74,89,81)
#38443D
(56,68,61)
#262F29
(38,47,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #C8ECDD

#C8ECDD
(200,236,221)
#CDEDE0
(205,237,224)
#D2EEE3
(210,238,227)
#D7EFE6
(215,239,230)
#DCF0E9
(220,240,233)
#E1F1EC
(225,241,236)
#E6F2EF
(230,242,239)
#EBF3F2
(235,243,242)
#F0F4F5
(240,244,245)
#F5F5F8
(245,245,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ECDD; }

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

This text font color is #C8ECDD.

Background Color

.myBgColor { background-color: #C8ECDD; }

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

This div background color is #C8ECDD.

Border color

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

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

This div border color is #C8ECDD.

Opacity

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

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

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

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

This text has shadow with #C8ECDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ECDD.

Preview

Color preview on black background

This text has color #C8ECDD on black background.


Color preview on white background

This text has color #C8ECDD on white background.


Black color preview on #C8ECDD background

This text has black color on #C8ECDD background.


White color preview on #C8ECDD background

This text has white color on #C8ECDD background.


Related colors

Complementary color

Complementary color for #hex is #371322.


I love getcolorcode.com

Triadic colors

1 #DDC8EC and #ECDDC8 with #C8ECDD are triadic colors.

2 #DDECC8 and #ECC8DD with #C8ECDD are triadic colors.