COLOR #C8EEE2

HEX: #C8EEE2
RGB: (200,238,226)

Color info

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

RGB color model

#C8EEE2 color RGB value is (200,238,226).

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

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 226 of 255 = 89%

200
238
226

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

Portions of RGB colors in percentages

R + G + B =
200 + 238 + 226 = 664 (100%)
R 200 of 664 ~ 30.12%
G 238 of 664 ~ 35.84%
B 226 of 664 ~ 34.04%

%30.12
%35.84
%34.04

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 6.67%
CMYK:
(16,0,5,7)
C16M0Y5K7 
(16%,0%,5%,7%)
(0.16/0.00/0.05/0.07)	

CMYK percentages

%15.97
%0
%5.04
%6.67

Codes

Color #C8EEE2 in popluar color models

C8EEE2
RGB200238226
HSL161°52.78%85.88%
HSB/HSV161°15.97%93.33%
CMYK15.97%0.00%5.04%
6.67%

Color #C8EEE2 in popluar number systems.

HEXC8EEE2
Decimal200238226
Binary110010001110111011100010
Octal310356342

Shades and tints

Shades of #C8EEE2

#C8EEE2
(200,238,226)
#B6D9CE
(182,217,206)
#A4C4BA
(164,196,186)
#92AFA6
(146,175,166)
#809A92
(128,154,146)
#6E857E
(110,133,126)
#5C706A
(92,112,106)
#4A5B56
(74,91,86)
#384642
(56,70,66)
#26312E
(38,49,46)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #C8EEE2

#C8EEE2
(200,238,226)
#CDEFE4
(205,239,228)
#D2F0E6
(210,240,230)
#D7F1E8
(215,241,232)
#DCF2EA
(220,242,234)
#E1F3EC
(225,243,236)
#E6F4EE
(230,244,238)
#EBF5F0
(235,245,240)
#F0F6F2
(240,246,242)
#F5F7F4
(245,247,244)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEE2; }

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

This text font color is #C8EEE2.


Background Color

.myBgColor { background-color: #C8EEE2; }

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

This div background color is #C8EEE2.


Border color

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

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

This div border color is #C8EEE2.


Opacity

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

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

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

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

This text has shadow with #C8EEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EEE2 on black background.


Color preview on white background

This text has color #C8EEE2 on white background.



Black color preview on #C8EEE2 background

This text has black color on #C8EEE2 background.


White color preview on #C8EEE2 background

This text has white color on #C8EEE2 background.