COLOR #C8EEBB

HEX: #C8EEBB
RGB: (200,238,187)

Color info

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

RGB color model

#C8EEBB color RGB value is (200,238,187).

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

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 187 of 255 = 73%

200
238
187

R + G + B ~ 81%. #C8EEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 238 + 187 = 625 (100%)
R 200 of 625 ~ 32%
G 238 of 625 ~ 38.08%
B 187 of 625 ~ 29.92%

%32
%38.08
%29.92

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 6.67%
CMYK:
(16,0,21,7)
C16M0Y21K7 
(16%,0%,21%,7%)
(0.16/0.00/0.21/0.07)	

CMYK percentages

%15.97
%0
%21.43
%6.67

Codes

Color #C8EEBB in popluar color models

C8EEBB
RGB200238187
HSL105°60.00%83.33%
HSB/HSV105°21.43%93.33%
CMYK15.97%0.00%21.43%
6.67%

Color #C8EEBB in popluar number systems.

HEXC8EEBB
Decimal200238187
Binary110010001110111010111011
Octal310356273

Shades and tints

Shades of #C8EEBB

#C8EEBB
(200,238,187)
#B6D9AA
(182,217,170)
#A4C499
(164,196,153)
#92AF88
(146,175,136)
#809A77
(128,154,119)
#6E8566
(110,133,102)
#5C7055
(92,112,85)
#4A5B44
(74,91,68)
#384633
(56,70,51)
#263122
(38,49,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #C8EEBB

#C8EEBB
(200,238,187)
#CDEFC1
(205,239,193)
#D2F0C7
(210,240,199)
#D7F1CD
(215,241,205)
#DCF2D3
(220,242,211)
#E1F3D9
(225,243,217)
#E6F4DF
(230,244,223)
#EBF5E5
(235,245,229)
#F0F6EB
(240,246,235)
#F5F7F1
(245,247,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEBB; }

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

This text font color is #C8EEBB.


Background Color

.myBgColor { background-color: #C8EEBB; }

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

This div background color is #C8EEBB.


Border color

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

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

This div border color is #C8EEBB.


Opacity

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

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

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

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

This text has shadow with #C8EEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EEBB on black background.


Color preview on white background

This text has color #C8EEBB on white background.



Black color preview on #C8EEBB background

This text has black color on #C8EEBB background.


White color preview on #C8EEBB background

This text has white color on #C8EEBB background.