COLOR #E3F2AA

HEX: #E3F2AA
RGB: (227,242,170)

Color info

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

RGB color model

#E3F2AA color RGB value is (227,242,170).

  • red value is 227;
  • green value is 242;
  • blue value is 170.
RGB:
(227,242,170)
(89%,95%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 242 of 255 = 95%
B 170 of 255 = 67%

227
242
170

R + G + B ~ 84%. #E3F2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 242 + 170 = 639 (100%)
R 227 of 639 ~ 35.52%
G 242 of 639 ~ 37.87%
B 170 of 639 ~ 26.6%

%35.52
%37.87
%26.6

CMYK color model

#E3F2AA color CMYK value is (6,0,30,5).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 5.10%
CMYK:
(6,0,30,5)
C6M0Y30K5 
(6%,0%,30%,5%)
(0.06/0.00/0.30/0.05)	

CMYK percentages

%6.2
%0
%29.75
%5.1

Codes

Color #E3F2AA in popluar color models

E3F2AA
RGB227242170
HSL73°73.47%80.78%
HSB/HSV73°29.75%94.90%
CMYK6.20%0.00%29.75%
5.10%

Color #E3F2AA in popluar number systems.

HEXE3F2AA
Decimal227242170
Binary111000111111001010101010
Octal343362252

Shades and tints

Shades of #E3F2AA

#E3F2AA
(227,242,170)
#CFDC9B
(207,220,155)
#BBC68C
(187,198,140)
#A7B07D
(167,176,125)
#939A6E
(147,154,110)
#7F845F
(127,132,95)
#6B6E50
(107,110,80)
#575841
(87,88,65)
#434232
(67,66,50)
#2F2C23
(47,44,35)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3F2AA

#E3F2AA
(227,242,170)
#E5F3B1
(229,243,177)
#E7F4B8
(231,244,184)
#E9F5BF
(233,245,191)
#EBF6C6
(235,246,198)
#EDF7CD
(237,247,205)
#EFF8D4
(239,248,212)
#F1F9DB
(241,249,219)
#F3FAE2
(243,250,226)
#F5FBE9
(245,251,233)
#F7FCF0
(247,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F2AA color. Also use rgb(227,242,170) instead hex code.

Text Font Color

.myTextColor { color: #E3F2AA; }

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

This text font color is #E3F2AA.


Background Color

.myBgColor { background-color: #E3F2AA; }

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

This div background color is #E3F2AA.


Border color

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

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

This div border color is #E3F2AA.


Opacity

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

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

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

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

This text has shadow with #E3F2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F2AA on black background.


Color preview on white background

This text has color #E3F2AA on white background.



Black color preview on #E3F2AA background

This text has black color on #E3F2AA background.


White color preview on #E3F2AA background

This text has white color on #E3F2AA background.