COLOR #E6F2A1

HEX: #E6F2A1
RGB: (230,242,161)

Color info

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

RGB color model

#E6F2A1 color RGB value is (230,242,161).

  • red value is 230;
  • green value is 242;
  • blue value is 161.
RGB:
(230,242,161)
(90%,95%,63%)

RGB channels and saturation

R 230 of 255 = 90%
G 242 of 255 = 95%
B 161 of 255 = 63%

230
242
161

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

Portions of RGB colors in percentages

R + G + B =
230 + 242 + 161 = 633 (100%)
R 230 of 633 ~ 36.33%
G 242 of 633 ~ 38.23%
B 161 of 633 ~ 25.43%

%36.33
%38.23
%25.43

CMYK color model

#E6F2A1 color CMYK value is (5,0,33,5).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(5,0,33,5)
C5M0Y33K5 
(5%,0%,33%,5%)
(0.05/0.00/0.33/0.05)	

CMYK percentages

%4.96
%0
%33.47
%5.1

Codes

Color #E6F2A1 in popluar color models

E6F2A1
RGB230242161
HSL69°75.70%79.02%
HSB/HSV69°33.47%94.90%
CMYK4.96%0.00%33.47%
5.10%

Color #E6F2A1 in popluar number systems.

HEXE6F2A1
Decimal230242161
Binary111001101111001010100001
Octal346362241

Shades and tints

Shades of #E6F2A1

#E6F2A1
(230,242,161)
#D2DC93
(210,220,147)
#BEC685
(190,198,133)
#AAB077
(170,176,119)
#969A69
(150,154,105)
#82845B
(130,132,91)
#6E6E4D
(110,110,77)
#5A583F
(90,88,63)
#464231
(70,66,49)
#322C23
(50,44,35)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6F2A1

#E6F2A1
(230,242,161)
#E8F3A9
(232,243,169)
#EAF4B1
(234,244,177)
#ECF5B9
(236,245,185)
#EEF6C1
(238,246,193)
#F0F7C9
(240,247,201)
#F2F8D1
(242,248,209)
#F4F9D9
(244,249,217)
#F6FAE1
(246,250,225)
#F8FBE9
(248,251,233)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F2A1 color. Also use rgb(230,242,161) instead hex code.

Text Font Color

.myTextColor { color: #E6F2A1; }

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

This text font color is #E6F2A1.


Background Color

.myBgColor { background-color: #E6F2A1; }

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

This div background color is #E6F2A1.


Border color

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

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

This div border color is #E6F2A1.


Opacity

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

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

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

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

This text has shadow with #E6F2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F2A1 on black background.


Color preview on white background

This text has color #E6F2A1 on white background.



Black color preview on #E6F2A1 background

This text has black color on #E6F2A1 background.


White color preview on #E6F2A1 background

This text has white color on #E6F2A1 background.