COLOR #C8EEBD

HEX: #C8EEBD
RGB: (200,238,189)

Color info

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

RGB color model

#C8EEBD color RGB value is (200,238,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 189 of 255 = 74%

200
238
189

R + G + B ~ 82%. #C8EEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 238 + 189 = 627 (100%)
R 200 of 627 ~ 31.9%
G 238 of 627 ~ 37.96%
B 189 of 627 ~ 30.14%

%31.9
%37.96
%30.14

CMYK color model

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

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • 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
%20.59
%6.67

Codes

Color #C8EEBD in popluar color models

C8EEBD
RGB200238189
HSL107°59.04%83.73%
HSB/HSV107°20.59%93.33%
CMYK15.97%0.00%20.59%
6.67%

Color #C8EEBD in popluar number systems.

HEXC8EEBD
Decimal200238189
Binary110010001110111010111101
Octal310356275

Shades and tints

Shades of #C8EEBD

#C8EEBD
(200,238,189)
#B6D9AC
(182,217,172)
#A4C49B
(164,196,155)
#92AF8A
(146,175,138)
#809A79
(128,154,121)
#6E8568
(110,133,104)
#5C7057
(92,112,87)
#4A5B46
(74,91,70)
#384635
(56,70,53)
#263124
(38,49,36)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #C8EEBD

#C8EEBD
(200,238,189)
#CDEFC3
(205,239,195)
#D2F0C9
(210,240,201)
#D7F1CF
(215,241,207)
#DCF2D5
(220,242,213)
#E1F3DB
(225,243,219)
#E6F4E1
(230,244,225)
#EBF5E7
(235,245,231)
#F0F6ED
(240,246,237)
#F5F7F3
(245,247,243)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEBD; }

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

This text font color is #C8EEBD.


Background Color

.myBgColor { background-color: #C8EEBD; }

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

This div background color is #C8EEBD.


Border color

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

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

This div border color is #C8EEBD.


Opacity

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

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

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

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

This text has shadow with #C8EEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EEBD on black background.


Color preview on white background

This text has color #C8EEBD on white background.



Black color preview on #C8EEBD background

This text has black color on #C8EEBD background.


White color preview on #C8EEBD background

This text has white color on #C8EEBD background.