COLOR #C8E096

HEX: #C8E096
RGB: (200,224,150)

Color info

#C8E096 contains mainly red and green colors. Web safe color of #C8E096 is #CCCC99 (or #CC9).

RGB color model

#C8E096 color RGB value is (200,224,150).

  • red value is 200;
  • green value is 224;
  • blue value is 150.
RGB:
(200,224,150)
(78%,88%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 224 of 255 = 88%
B 150 of 255 = 59%

200
224
150

R + G + B ~ 75%. #C8E096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 224 + 150 = 574 (100%)
R 200 of 574 ~ 34.84%
G 224 of 574 ~ 39.02%
B 150 of 574 ~ 26.13%

%34.84
%39.02
%26.13

CMYK color model

#C8E096 color CMYK value is (11,0,33,12).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 12.16%
CMYK:
(11,0,33,12)
C11M0Y33K12 
(11%,0%,33%,12%)
(0.11/0.00/0.33/0.12)	

CMYK percentages

%10.71
%0
%33.04
%12.16

Codes

Color #C8E096 in popluar color models

C8E096
RGB200224150
HSL79°54.41%73.33%
HSB/HSV79°33.04%87.84%
CMYK10.71%0.00%33.04%
12.16%

Color #C8E096 in popluar number systems.

HEXC8E096
Decimal200224150
Binary110010001110000010010110
Octal310340226

Shades and tints

Shades of #C8E096

#C8E096
(200,224,150)
#B6CC89
(182,204,137)
#A4B87C
(164,184,124)
#92A46F
(146,164,111)
#809062
(128,144,98)
#6E7C55
(110,124,85)
#5C6848
(92,104,72)
#4A543B
(74,84,59)
#38402E
(56,64,46)
#262C21
(38,44,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #C8E096

#C8E096
(200,224,150)
#CDE29F
(205,226,159)
#D2E4A8
(210,228,168)
#D7E6B1
(215,230,177)
#DCE8BA
(220,232,186)
#E1EAC3
(225,234,195)
#E6ECCC
(230,236,204)
#EBEED5
(235,238,213)
#F0F0DE
(240,240,222)
#F5F2E7
(245,242,231)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E096 color. Also use rgb(200,224,150) instead hex code.

Text Font Color

.myTextColor { color: #C8E096; }

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

This text font color is #C8E096.


Background Color

.myBgColor { background-color: #C8E096; }

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

This div background color is #C8E096.


Border color

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

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

This div border color is #C8E096.


Opacity

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

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

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

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

This text has shadow with #C8E096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E096 on black background.


Color preview on white background

This text has color #C8E096 on white background.



Black color preview on #C8E096 background

This text has black color on #C8E096 background.


White color preview on #C8E096 background

This text has white color on #C8E096 background.