COLOR #C8ECD5

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

Color info

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

RGB color model

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

  • red value is 200;
  • green value is 236;
  • blue value is 213.
RGB:
(200,236,213)
(78%,93%,84%)

RGB channels and saturation

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

200
236
213

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

Portions of RGB colors in percentages

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

%30.82
%36.36
%32.82

CMYK color model

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

  • cyan value is 15.25%
  • magenta value is 0.00%
  • yellow value is 9.75%
  • key color value is 7.45%
CMYK:
(15,0,10,7)
C15M0Y10K7 
(15%,0%,10%,7%)
(0.15/0.00/0.10/0.07)	

CMYK percentages

%15.25
%0
%9.75
%7.45

Codes

Color #C8ECD5 in popluar color models

C8ECD5
RGB200236213
HSL142°48.65%85.49%
HSB/HSV142°15.25%92.55%
CMYK15.25%0.00%9.75%
7.45%

Color #C8ECD5 in popluar number systems.

HEXC8ECD5
Decimal200236213
Binary110010001110110011010101
Octal310354325

Shades and tints

Shades of #C8ECD5

#C8ECD5
(200,236,213)
#B6D7C2
(182,215,194)
#A4C2AF
(164,194,175)
#92AD9C
(146,173,156)
#809889
(128,152,137)
#6E8376
(110,131,118)
#5C6E63
(92,110,99)
#4A5950
(74,89,80)
#38443D
(56,68,61)
#262F2A
(38,47,42)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #C8ECD5

#C8ECD5
(200,236,213)
#CDEDD8
(205,237,216)
#D2EEDB
(210,238,219)
#D7EFDE
(215,239,222)
#DCF0E1
(220,240,225)
#E1F1E4
(225,241,228)
#E6F2E7
(230,242,231)
#EBF3EA
(235,243,234)
#F0F4ED
(240,244,237)
#F5F5F0
(245,245,240)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ECD5; }

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

This text font color is #C8ECD5.


Background Color

.myBgColor { background-color: #C8ECD5; }

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

This div background color is #C8ECD5.


Border color

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

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

This div border color is #C8ECD5.


Opacity

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

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

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

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

This text has shadow with #C8ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ECD5 on black background.


Color preview on white background

This text has color #C8ECD5 on white background.



Black color preview on #C8ECD5 background

This text has black color on #C8ECD5 background.


White color preview on #C8ECD5 background

This text has white color on #C8ECD5 background.