COLOR #C8E697

HEX: #C8E697
RGB: (200,230,151)

Color info

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

RGB color model

#C8E697 color RGB value is (200,230,151).

  • red value is 200;
  • green value is 230;
  • blue value is 151.
RGB:
(200,230,151)
(78%,90%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 230 of 255 = 90%
B 151 of 255 = 59%

200
230
151

R + G + B ~ 76%. #C8E697 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 230 + 151 = 581 (100%)
R 200 of 581 ~ 34.42%
G 230 of 581 ~ 39.59%
B 151 of 581 ~ 25.99%

%34.42
%39.59
%25.99

CMYK color model

#C8E697 color CMYK value is (13,0,34,10).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(13,0,34,10)
C13M0Y34K10 
(13%,0%,34%,10%)
(0.13/0.00/0.34/0.10)	

CMYK percentages

%13.04
%0
%34.35
%9.8

Codes

Color #C8E697 in popluar color models

C8E697
RGB200230151
HSL83°61.24%74.71%
HSB/HSV83°34.35%90.20%
CMYK13.04%0.00%34.35%
9.80%

Color #C8E697 in popluar number systems.

HEXC8E697
Decimal200230151
Binary110010001110011010010111
Octal310346227

Shades and tints

Shades of #C8E697

#C8E697
(200,230,151)
#B6D28A
(182,210,138)
#A4BE7D
(164,190,125)
#92AA70
(146,170,112)
#809663
(128,150,99)
#6E8256
(110,130,86)
#5C6E49
(92,110,73)
#4A5A3C
(74,90,60)
#38462F
(56,70,47)
#263222
(38,50,34)
#141E15
(20,30,21)
#000000
(0,0,0)

Tints of #C8E697

#C8E697
(200,230,151)
#CDE8A0
(205,232,160)
#D2EAA9
(210,234,169)
#D7ECB2
(215,236,178)
#DCEEBB
(220,238,187)
#E1F0C4
(225,240,196)
#E6F2CD
(230,242,205)
#EBF4D6
(235,244,214)
#F0F6DF
(240,246,223)
#F5F8E8
(245,248,232)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E697 color. Also use rgb(200,230,151) instead hex code.

Text Font Color

.myTextColor { color: #C8E697; }

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

This text font color is #C8E697.


Background Color

.myBgColor { background-color: #C8E697; }

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

This div background color is #C8E697.


Border color

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

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

This div border color is #C8E697.


Opacity

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

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

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

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

This text has shadow with #C8E697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E697 on black background.


Color preview on white background

This text has color #C8E697 on white background.



Black color preview on #C8E697 background

This text has black color on #C8E697 background.


White color preview on #C8E697 background

This text has white color on #C8E697 background.