COLOR #E6F4A0

HEX: #E6F4A0
RGB: (230,244,160)

Color info

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

RGB color model

#E6F4A0 color RGB value is (230,244,160).

  • red value is 230;
  • green value is 244;
  • blue value is 160.
RGB:
(230,244,160)
(90%,96%,63%)

RGB channels and saturation

R 230 of 255 = 90%
G 244 of 255 = 96%
B 160 of 255 = 63%

230
244
160

R + G + B ~ 83%. #E6F4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 244 + 160 = 634 (100%)
R 230 of 634 ~ 36.28%
G 244 of 634 ~ 38.49%
B 160 of 634 ~ 25.24%

%36.28
%38.49
%25.24

CMYK color model

#E6F4A0 color CMYK value is (6,0,34,4).

  • cyan value is 5.74%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 4.31%
CMYK:
(6,0,34,4)
C6M0Y34K4 
(6%,0%,34%,4%)
(0.06/0.00/0.34/0.04)	

CMYK percentages

%5.74
%0
%34.43
%4.31

Codes

Color #E6F4A0 in popluar color models

E6F4A0
RGB230244160
HSL70°79.25%79.22%
HSB/HSV70°34.43%95.69%
CMYK5.74%0.00%34.43%
4.31%

Color #E6F4A0 in popluar number systems.

HEXE6F4A0
Decimal230244160
Binary111001101111010010100000
Octal346364240

Shades and tints

Shades of #E6F4A0

#E6F4A0
(230,244,160)
#D2DE92
(210,222,146)
#BEC884
(190,200,132)
#AAB276
(170,178,118)
#969C68
(150,156,104)
#82865A
(130,134,90)
#6E704C
(110,112,76)
#5A5A3E
(90,90,62)
#464430
(70,68,48)
#322E22
(50,46,34)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #E6F4A0

#E6F4A0
(230,244,160)
#E8F5A8
(232,245,168)
#EAF6B0
(234,246,176)
#ECF7B8
(236,247,184)
#EEF8C0
(238,248,192)
#F0F9C8
(240,249,200)
#F2FAD0
(242,250,208)
#F4FBD8
(244,251,216)
#F6FCE0
(246,252,224)
#F8FDE8
(248,253,232)
#FAFEF0
(250,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F4A0 color. Also use rgb(230,244,160) instead hex code.

Text Font Color

.myTextColor { color: #E6F4A0; }

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

This text font color is #E6F4A0.


Background Color

.myBgColor { background-color: #E6F4A0; }

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

This div background color is #E6F4A0.


Border color

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

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

This div border color is #E6F4A0.


Opacity

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

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

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

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

This text has shadow with #E6F4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F4A0 on black background.


Color preview on white background

This text has color #E6F4A0 on white background.



Black color preview on #E6F4A0 background

This text has black color on #E6F4A0 background.


White color preview on #E6F4A0 background

This text has white color on #E6F4A0 background.