COLOR #C8E8A8

HEX: #C8E8A8
RGB: (200,232,168)

Color info

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

RGB color model

#C8E8A8 color RGB value is (200,232,168).

  • red value is 200;
  • green value is 232;
  • blue value is 168.
RGB:
(200,232,168)
(78%,91%,66%)

RGB channels and saturation

R 200 of 255 = 78%
G 232 of 255 = 91%
B 168 of 255 = 66%

200
232
168

R + G + B ~ 78%. #C8E8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 232 + 168 = 600 (100%)
R 200 of 600 ~ 33.33%
G 232 of 600 ~ 38.67%
B 168 of 600 ~ 28%

%33.33
%38.67
%28

CMYK color model

#C8E8A8 color CMYK value is (14,0,28,9).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 9.02%
CMYK:
(14,0,28,9)
C14M0Y28K9 
(14%,0%,28%,9%)
(0.14/0.00/0.28/0.09)	

CMYK percentages

%13.79
%0
%27.59
%9.02

Codes

Color #C8E8A8 in popluar color models

C8E8A8
RGB200232168
HSL90°58.18%78.43%
HSB/HSV90°27.59%90.98%
CMYK13.79%0.00%27.59%
9.02%

Color #C8E8A8 in popluar number systems.

HEXC8E8A8
Decimal200232168
Binary110010001110100010101000
Octal310350250

Shades and tints

Shades of #C8E8A8

#C8E8A8
(200,232,168)
#B6D399
(182,211,153)
#A4BE8A
(164,190,138)
#92A97B
(146,169,123)
#80946C
(128,148,108)
#6E7F5D
(110,127,93)
#5C6A4E
(92,106,78)
#4A553F
(74,85,63)
#384030
(56,64,48)
#262B21
(38,43,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #C8E8A8

#C8E8A8
(200,232,168)
#CDEAAF
(205,234,175)
#D2ECB6
(210,236,182)
#D7EEBD
(215,238,189)
#DCF0C4
(220,240,196)
#E1F2CB
(225,242,203)
#E6F4D2
(230,244,210)
#EBF6D9
(235,246,217)
#F0F8E0
(240,248,224)
#F5FAE7
(245,250,231)
#FAFCEE
(250,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E8A8 color. Also use rgb(200,232,168) instead hex code.

Text Font Color

.myTextColor { color: #C8E8A8; }

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

This text font color is #C8E8A8.


Background Color

.myBgColor { background-color: #C8E8A8; }

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

This div background color is #C8E8A8.


Border color

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

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

This div border color is #C8E8A8.


Opacity

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

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

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

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

This text has shadow with #C8E8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E8A8 on black background.


Color preview on white background

This text has color #C8E8A8 on white background.



Black color preview on #C8E8A8 background

This text has black color on #C8E8A8 background.


White color preview on #C8E8A8 background

This text has white color on #C8E8A8 background.