COLOR #C8ECED

HEX: #C8ECED RGB: (200,236,237)

Color info

#C8ECED contains red, green and blue colors in about the same proportion. Web safe color of #C8ECED is #CCFFFF (or #CFF).

RGB color model

#C8ECED color RGB value is (200,236,237).

RGB: (200,236,237) (78%, 93%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 236 of 255 = 93%
B 237 of 255 = 93%

200
236
237

R + G + B ~ 88%. #C8ECED is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 236 + 237 = 673 (100%)
R 200 of 673 ~ 29.72%
G 236 of 673 ~ 35.07%
B 237 of 673 ~ 35.22'%

%29.72
%35.07
%35.22

CMYK color model

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

  • cyan value is 15.61%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (16,0,0,7)
C16M0Y0K7 (16%, 0%, 0%, 7%)
(0.16 / 0.00 / 0.00 / 0.07)

CMYK percentages

%15.61
%0.42
%0
%7.06

Codes

Color #C8ECED in popluar color models

C8 EC ED
RGB 200 236 237
HSL 182° 50.68% 85.69%
HSB/HSV 182° 15.61% 92.94%
CMYK 15.61% 0.42% 0.00%
7.06%

Color #C8ECED in popluar number systems.

HEX C8 EC ED
Decimal 200 236 237
Binary 11001000 11101100 11101101
Octal 310 354 355

Shades and tints

Shades of #C8ECED

#C8ECED
(200,236,237)
#B6D7D8
(182,215,216)
#A4C2C3
(164,194,195)
#92ADAE
(146,173,174)
#809899
(128,152,153)
#6E8384
(110,131,132)
#5C6E6F
(92,110,111)
#4A595A
(74,89,90)
#384445
(56,68,69)
#262F30
(38,47,48)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #C8ECED

#C8ECED
(200,236,237)
#CDEDEE
(205,237,238)
#D2EEEF
(210,238,239)
#D7EFF0
(215,239,240)
#DCF0F1
(220,240,241)
#E1F1F2
(225,241,242)
#E6F2F3
(230,242,243)
#EBF3F4
(235,243,244)
#F0F4F5
(240,244,245)
#F5F5F6
(245,245,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ECED; }

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

This text font color is #C8ECED.

Background Color

.myBgColor { background-color: #C8ECED; }

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

This div background color is #C8ECED.

Border color

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

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

This div border color is #C8ECED.

Opacity

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

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

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

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

This text has shadow with #C8ECED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ECED.

Preview

Color preview on black background

This text has color #C8ECED on black background.


Color preview on white background

This text has color #C8ECED on white background.


Black color preview on #C8ECED background

This text has black color on #C8ECED background.


White color preview on #C8ECED background

This text has white color on #C8ECED background.


Related colors

Complementary color

Complementary color for #hex is #371312.


I love getcolorcode.com

Triadic colors

1 #EDC8EC and #ECEDC8 with #C8ECED are triadic colors.

2 #EDECC8 and #ECC8ED with #C8ECED are triadic colors.