COLOR #C8EEAC

HEX: #C8EEAC
RGB: (200,238,172)

Color info

#C8EEAC contains mainly red and green colors. Web safe color of #C8EEAC is #CCFF99 (or #CF9).

RGB color model

#C8EEAC color RGB value is (200,238,172).

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

RGB channels and saturation

R 200 of 255 = 78%
G 238 of 255 = 93%
B 172 of 255 = 67%

200
238
172

R + G + B ~ 79%. #C8EEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 238 + 172 = 610 (100%)
R 200 of 610 ~ 32.79%
G 238 of 610 ~ 39.02%
B 172 of 610 ~ 28.2%

%32.79
%39.02
%28.2

CMYK color model

#C8EEAC color CMYK value is (16,0,28,7).

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 6.67%
CMYK:
(16,0,28,7)
C16M0Y28K7 
(16%,0%,28%,7%)
(0.16/0.00/0.28/0.07)	

CMYK percentages

%15.97
%0
%27.73
%6.67

Codes

Color #C8EEAC in popluar color models

C8EEAC
RGB200238172
HSL95°66.00%80.39%
HSB/HSV95°27.73%93.33%
CMYK15.97%0.00%27.73%
6.67%

Color #C8EEAC in popluar number systems.

HEXC8EEAC
Decimal200238172
Binary110010001110111010101100
Octal310356254

Shades and tints

Shades of #C8EEAC

#C8EEAC
(200,238,172)
#B6D99D
(182,217,157)
#A4C48E
(164,196,142)
#92AF7F
(146,175,127)
#809A70
(128,154,112)
#6E8561
(110,133,97)
#5C7052
(92,112,82)
#4A5B43
(74,91,67)
#384634
(56,70,52)
#263125
(38,49,37)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #C8EEAC

#C8EEAC
(200,238,172)
#CDEFB3
(205,239,179)
#D2F0BA
(210,240,186)
#D7F1C1
(215,241,193)
#DCF2C8
(220,242,200)
#E1F3CF
(225,243,207)
#E6F4D6
(230,244,214)
#EBF5DD
(235,245,221)
#F0F6E4
(240,246,228)
#F5F7EB
(245,247,235)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8EEAC; }

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

This text font color is #C8EEAC.


Background Color

.myBgColor { background-color: #C8EEAC; }

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

This div background color is #C8EEAC.


Border color

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

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

This div border color is #C8EEAC.


Opacity

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

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

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

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

This text has shadow with #C8EEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EEAC on black background.


Color preview on white background

This text has color #C8EEAC on white background.



Black color preview on #C8EEAC background

This text has black color on #C8EEAC background.


White color preview on #C8EEAC background

This text has white color on #C8EEAC background.