COLOR #C8E296

HEX: #C8E296
RGB: (200,226,150)

Color info

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

RGB color model

#C8E296 color RGB value is (200,226,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 226 of 255 = 89%
B 150 of 255 = 59%

200
226
150

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

Portions of RGB colors in percentages

R + G + B =
200 + 226 + 150 = 576 (100%)
R 200 of 576 ~ 34.72%
G 226 of 576 ~ 39.24%
B 150 of 576 ~ 26.04%

%34.72
%39.24
%26.04

CMYK color model

#C8E296 color CMYK value is (12,0,34,11).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 11.37%
CMYK:
(12,0,34,11)
C12M0Y34K11 
(12%,0%,34%,11%)
(0.12/0.00/0.34/0.11)	

CMYK percentages

%11.5
%0
%33.63
%11.37

Codes

Color #C8E296 in popluar color models

C8E296
RGB200226150
HSL81°56.72%73.73%
HSB/HSV81°33.63%88.63%
CMYK11.50%0.00%33.63%
11.37%

Color #C8E296 in popluar number systems.

HEXC8E296
Decimal200226150
Binary110010001110001010010110
Octal310342226

Shades and tints

Shades of #C8E296

#C8E296
(200,226,150)
#B6CE89
(182,206,137)
#A4BA7C
(164,186,124)
#92A66F
(146,166,111)
#809262
(128,146,98)
#6E7E55
(110,126,85)
#5C6A48
(92,106,72)
#4A563B
(74,86,59)
#38422E
(56,66,46)
#262E21
(38,46,33)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #C8E296

#C8E296
(200,226,150)
#CDE49F
(205,228,159)
#D2E6A8
(210,230,168)
#D7E8B1
(215,232,177)
#DCEABA
(220,234,186)
#E1ECC3
(225,236,195)
#E6EECC
(230,238,204)
#EBF0D5
(235,240,213)
#F0F2DE
(240,242,222)
#F5F4E7
(245,244,231)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8E296; }

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

This text font color is #C8E296.


Background Color

.myBgColor { background-color: #C8E296; }

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

This div background color is #C8E296.


Border color

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

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

This div border color is #C8E296.


Opacity

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

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

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

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

This text has shadow with #C8E296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E296 on black background.


Color preview on white background

This text has color #C8E296 on white background.



Black color preview on #C8E296 background

This text has black color on #C8E296 background.


White color preview on #C8E296 background

This text has white color on #C8E296 background.