COLOR #C8EEE0

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

Color info

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

RGB color model

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

  • red value is 200;
  • green value is 238;
  • blue value is 224.
RGB:
(200,238,224)
(78%,93%,88%)

RGB channels and saturation

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

200
238
224

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

Portions of RGB colors in percentages

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

%30.21
%35.95
%33.84

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 6.67%
CMYK:
(16,0,6,7)
C16M0Y6K7 
(16%,0%,6%,7%)
(0.16/0.00/0.06/0.07)	

CMYK percentages

%15.97
%0
%5.88
%6.67

Codes

Color #C8EEE0 in popluar color models

C8EEE0
RGB200238224
HSL158°52.78%85.88%
HSB/HSV158°15.97%93.33%
CMYK15.97%0.00%5.88%
6.67%

Color #C8EEE0 in popluar number systems.

HEXC8EEE0
Decimal200238224
Binary110010001110111011100000
Octal310356340

Shades and tints

Shades of #C8EEE0

#C8EEE0
(200,238,224)
#B6D9CC
(182,217,204)
#A4C4B8
(164,196,184)
#92AFA4
(146,175,164)
#809A90
(128,154,144)
#6E857C
(110,133,124)
#5C7068
(92,112,104)
#4A5B54
(74,91,84)
#384640
(56,70,64)
#26312C
(38,49,44)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #C8EEE0

#C8EEE0
(200,238,224)
#CDEFE2
(205,239,226)
#D2F0E4
(210,240,228)
#D7F1E6
(215,241,230)
#DCF2E8
(220,242,232)
#E1F3EA
(225,243,234)
#E6F4EC
(230,244,236)
#EBF5EE
(235,245,238)
#F0F6F0
(240,246,240)
#F5F7F2
(245,247,242)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEE0; }

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

This text font color is #C8EEE0.


Background Color

.myBgColor { background-color: #C8EEE0; }

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

This div background color is #C8EEE0.


Border color

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

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

This div border color is #C8EEE0.


Opacity

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

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

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

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

This text has shadow with #C8EEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EEE0 on black background.


Color preview on white background

This text has color #C8EEE0 on white background.



Black color preview on #C8EEE0 background

This text has black color on #C8EEE0 background.


White color preview on #C8EEE0 background

This text has white color on #C8EEE0 background.