COLOR #C8EEE5

HEX: #C8EEE5 RGB: (200,238,229)

Color info

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

RGB color model

#C8EEE5 color RGB value is (200,238,229).

RGB: (200,238,229) (78%, 93%, 90%)

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 229 of 255 = 90%

200
238
229

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

Portions of RGB colors in percentages

R + G + B = 200 + 238 + 229 = 667 (100%)
R 200 of 667 ~ 29.99%
G 238 of 667 ~ 35.68%
B 229 of 667 ~ 34.33'%

%29.99
%35.68
%34.33

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • key color value is 6.67%
CMYK: (16,0,4,7) C16M0Y4K7 (16%,0%,4%,7%) (0.16/0.00/0.04/0.07) 

CMYK percentages

%15.97
%0
%3.78
%6.67

Codes

Color #C8EEE5 in popluar color models

C8 EE E5
RGB 200 238 229
HSL 166° 52.78% 85.88%
HSB/HSV 166° 15.97% 93.33%
CMYK 15.97% 0.00% 3.78%
6.67%

Color #C8EEE5 in popluar number systems.

HEX C8 EE E5
Decimal 200 238 229
Binary 11001000 11101110 11100101
Octal 310 356 345

Shades and tints

Shades of #C8EEE5

#C8EEE5
(200,238,229)
#B6D9D1
(182,217,209)
#A4C4BD
(164,196,189)
#92AFA9
(146,175,169)
#809A95
(128,154,149)
#6E8581
(110,133,129)
#5C706D
(92,112,109)
#4A5B59
(74,91,89)
#384645
(56,70,69)
#263131
(38,49,49)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #C8EEE5

#C8EEE5
(200,238,229)
#CDEFE7
(205,239,231)
#D2F0E9
(210,240,233)
#D7F1EB
(215,241,235)
#DCF2ED
(220,242,237)
#E1F3EF
(225,243,239)
#E6F4F1
(230,244,241)
#EBF5F3
(235,245,243)
#F0F6F5
(240,246,245)
#F5F7F7
(245,247,247)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEE5; }

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

This text font color is #C8EEE5.

Background Color

.myBgColor { background-color: #C8EEE5; }

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

This div background color is #C8EEE5.

Border color

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

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

This div border color is #C8EEE5.

Opacity

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

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

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

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

This text has shadow with #C8EEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8EEE5.

Preview

Color preview on black background

This text has color #C8EEE5 on black background.


Color preview on white background

This text has color #C8EEE5 on white background.


Black color preview on #C8EEE5 background

This text has black color on #C8EEE5 background.


White color preview on #C8EEE5 background

This text has white color on #C8EEE5 background.


Related colors

Complementary color

Complementary color for #hex is #37111A.


I love getcolorcode.com

Triadic colors

1 #E5C8EE and #EEE5C8 with #C8EEE5 are triadic colors.

2 #E5EEC8 and #EEC8E5 with #C8EEE5 are triadic colors.