COLOR #E3EEA0

HEX: #E3EEA0
RGB: (227,238,160)

Color info

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

RGB color model

#E3EEA0 color RGB value is (227,238,160).

  • red value is 227;
  • green value is 238;
  • blue value is 160.
RGB:
(227,238,160)
(89%,93%,63%)

RGB channels and saturation

R 227 of 255 = 89%
G 238 of 255 = 93%
B 160 of 255 = 63%

227
238
160

R + G + B ~ 82%. #E3EEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 238 + 160 = 625 (100%)
R 227 of 625 ~ 36.32%
G 238 of 625 ~ 38.08%
B 160 of 625 ~ 25.6%

%36.32
%38.08
%25.6

CMYK color model

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

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 32.77%
  • key color value is 6.67%
CMYK:
(5,0,33,7)
C5M0Y33K7 
(5%,0%,33%,7%)
(0.05/0.00/0.33/0.07)	

CMYK percentages

%4.62
%0
%32.77
%6.67

Codes

Color #E3EEA0 in popluar color models

E3EEA0
RGB227238160
HSL68°69.64%78.04%
HSB/HSV68°32.77%93.33%
CMYK4.62%0.00%32.77%
6.67%

Color #E3EEA0 in popluar number systems.

HEXE3EEA0
Decimal227238160
Binary111000111110111010100000
Octal343356240

Shades and tints

Shades of #E3EEA0

#E3EEA0
(227,238,160)
#CFD992
(207,217,146)
#BBC484
(187,196,132)
#A7AF76
(167,175,118)
#939A68
(147,154,104)
#7F855A
(127,133,90)
#6B704C
(107,112,76)
#575B3E
(87,91,62)
#434630
(67,70,48)
#2F3122
(47,49,34)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #E3EEA0

#E3EEA0
(227,238,160)
#E5EFA8
(229,239,168)
#E7F0B0
(231,240,176)
#E9F1B8
(233,241,184)
#EBF2C0
(235,242,192)
#EDF3C8
(237,243,200)
#EFF4D0
(239,244,208)
#F1F5D8
(241,245,216)
#F3F6E0
(243,246,224)
#F5F7E8
(245,247,232)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EEA0 color. Also use rgb(227,238,160) instead hex code.

Text Font Color

.myTextColor { color: #E3EEA0; }

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

This text font color is #E3EEA0.


Background Color

.myBgColor { background-color: #E3EEA0; }

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

This div background color is #E3EEA0.


Border color

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

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

This div border color is #E3EEA0.


Opacity

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

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

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

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

This text has shadow with #E3EEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EEA0 on black background.


Color preview on white background

This text has color #E3EEA0 on white background.



Black color preview on #E3EEA0 background

This text has black color on #E3EEA0 background.


White color preview on #E3EEA0 background

This text has white color on #E3EEA0 background.