COLOR #E6F9C9

HEX: #E6F9C9
RGB: (230,249,201)

Color info

#E6F9C9 contains red, green and blue colors in about the same proportion. Web safe color of #E6F9C9 is #CCFFCC (or #CFC).

RGB color model

#E6F9C9 color RGB value is (230,249,201).

  • red value is 230;
  • green value is 249;
  • blue value is 201.
RGB:
(230,249,201)
(90%,98%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 201 of 255 = 79%

230
249
201

R + G + B ~ 89%. #E6F9C9 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 249 + 201 = 680 (100%)
R 230 of 680 ~ 33.82%
G 249 of 680 ~ 36.62%
B 201 of 680 ~ 29.56%

%33.82
%36.62
%29.56

CMYK color model

#E6F9C9 color CMYK value is (8,0,19,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 2.35%
CMYK:
(8,0,19,2)
C8M0Y19K2 
(8%,0%,19%,2%)
(0.08/0.00/0.19/0.02)	

CMYK percentages

%7.63
%0
%19.28
%2.35

Codes

Color #E6F9C9 in popluar color models

E6F9C9
RGB230249201
HSL84°80.00%88.24%
HSB/HSV84°19.28%97.65%
CMYK7.63%0.00%19.28%
2.35%

Color #E6F9C9 in popluar number systems.

HEXE6F9C9
Decimal230249201
Binary111001101111100111001001
Octal346371311

Shades and tints

Shades of #E6F9C9

#E6F9C9
(230,249,201)
#D2E3B7
(210,227,183)
#BECDA5
(190,205,165)
#AAB793
(170,183,147)
#96A181
(150,161,129)
#828B6F
(130,139,111)
#6E755D
(110,117,93)
#5A5F4B
(90,95,75)
#464939
(70,73,57)
#323327
(50,51,39)
#1E1D15
(30,29,21)
#000000
(0,0,0)

Tints of #E6F9C9

#E6F9C9
(230,249,201)
#E8F9CD
(232,249,205)
#EAF9D1
(234,249,209)
#ECF9D5
(236,249,213)
#EEF9D9
(238,249,217)
#F0F9DD
(240,249,221)
#F2F9E1
(242,249,225)
#F4F9E5
(244,249,229)
#F6F9E9
(246,249,233)
#F8F9ED
(248,249,237)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F9C9 color. Also use rgb(230,249,201) instead hex code.

Text Font Color

.myTextColor { color: #E6F9C9; }

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

This text font color is #E6F9C9.


Background Color

.myBgColor { background-color: #E6F9C9; }

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

This div background color is #E6F9C9.


Border color

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

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

This div border color is #E6F9C9.


Opacity

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

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

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

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

This text has shadow with #E6F9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9C9 on black background.


Color preview on white background

This text has color #E6F9C9 on white background.



Black color preview on #E6F9C9 background

This text has black color on #E6F9C9 background.


White color preview on #E6F9C9 background

This text has white color on #E6F9C9 background.