COLOR #C8EBBD

HEX: #C8EBBD
RGB: (200,235,189)

Color info

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

RGB color model

#C8EBBD color RGB value is (200,235,189).

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

RGB channels and saturation

R 200 of 255 = 78%
G 235 of 255 = 92%
B 189 of 255 = 74%

200
235
189

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

Portions of RGB colors in percentages

R + G + B =
200 + 235 + 189 = 624 (100%)
R 200 of 624 ~ 32.05%
G 235 of 624 ~ 37.66%
B 189 of 624 ~ 30.29%

%32.05
%37.66
%30.29

CMYK color model

#C8EBBD color CMYK value is (15,0,20,8).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(15,0,20,8)
C15M0Y20K8 
(15%,0%,20%,8%)
(0.15/0.00/0.20/0.08)	

CMYK percentages

%14.89
%0
%19.57
%7.84

Codes

Color #C8EBBD in popluar color models

C8EBBD
RGB200235189
HSL106°53.49%83.14%
HSB/HSV106°19.57%92.16%
CMYK14.89%0.00%19.57%
7.84%

Color #C8EBBD in popluar number systems.

HEXC8EBBD
Decimal200235189
Binary110010001110101110111101
Octal310353275

Shades and tints

Shades of #C8EBBD

#C8EBBD
(200,235,189)
#B6D6AC
(182,214,172)
#A4C19B
(164,193,155)
#92AC8A
(146,172,138)
#809779
(128,151,121)
#6E8268
(110,130,104)
#5C6D57
(92,109,87)
#4A5846
(74,88,70)
#384335
(56,67,53)
#262E24
(38,46,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #C8EBBD

#C8EBBD
(200,235,189)
#CDECC3
(205,236,195)
#D2EDC9
(210,237,201)
#D7EECF
(215,238,207)
#DCEFD5
(220,239,213)
#E1F0DB
(225,240,219)
#E6F1E1
(230,241,225)
#EBF2E7
(235,242,231)
#F0F3ED
(240,243,237)
#F5F4F3
(245,244,243)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EBBD; }

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

This text font color is #C8EBBD.


Background Color

.myBgColor { background-color: #C8EBBD; }

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

This div background color is #C8EBBD.


Border color

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

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

This div border color is #C8EBBD.


Opacity

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

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

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

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

This text has shadow with #C8EBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EBBD on black background.


Color preview on white background

This text has color #C8EBBD on white background.



Black color preview on #C8EBBD background

This text has black color on #C8EBBD background.


White color preview on #C8EBBD background

This text has white color on #C8EBBD background.