COLOR #E6F9AE

HEX: #E6F9AE
RGB: (230,249,174)

Color info

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

RGB color model

#E6F9AE color RGB value is (230,249,174).

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

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 174 of 255 = 68%

230
249
174

R + G + B ~ 85%. #E6F9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 249 + 174 = 653 (100%)
R 230 of 653 ~ 35.22%
G 249 of 653 ~ 38.13%
B 174 of 653 ~ 26.65%

%35.22
%38.13
%26.65

CMYK color model

#E6F9AE color CMYK value is (8,0,30,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 2.35%
CMYK:
(8,0,30,2)
C8M0Y30K2 
(8%,0%,30%,2%)
(0.08/0.00/0.30/0.02)	

CMYK percentages

%7.63
%0
%30.12
%2.35

Codes

Color #E6F9AE in popluar color models

E6F9AE
RGB230249174
HSL75°86.21%82.94%
HSB/HSV75°30.12%97.65%
CMYK7.63%0.00%30.12%
2.35%

Color #E6F9AE in popluar number systems.

HEXE6F9AE
Decimal230249174
Binary111001101111100110101110
Octal346371256

Shades and tints

Shades of #E6F9AE

#E6F9AE
(230,249,174)
#D2E39F
(210,227,159)
#BECD90
(190,205,144)
#AAB781
(170,183,129)
#96A172
(150,161,114)
#828B63
(130,139,99)
#6E7554
(110,117,84)
#5A5F45
(90,95,69)
#464936
(70,73,54)
#323327
(50,51,39)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6F9AE

#E6F9AE
(230,249,174)
#E8F9B5
(232,249,181)
#EAF9BC
(234,249,188)
#ECF9C3
(236,249,195)
#EEF9CA
(238,249,202)
#F0F9D1
(240,249,209)
#F2F9D8
(242,249,216)
#F4F9DF
(244,249,223)
#F6F9E6
(246,249,230)
#F8F9ED
(248,249,237)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F9AE; }

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

This text font color is #E6F9AE.


Background Color

.myBgColor { background-color: #E6F9AE; }

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

This div background color is #E6F9AE.


Border color

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

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

This div border color is #E6F9AE.


Opacity

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

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

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

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

This text has shadow with #E6F9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F9AE on black background.


Color preview on white background

This text has color #E6F9AE on white background.



Black color preview on #E6F9AE background

This text has black color on #E6F9AE background.


White color preview on #E6F9AE background

This text has white color on #E6F9AE background.