COLOR #E3EFA1

HEX: #E3EFA1
RGB: (227,239,161)

Color info

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

RGB color model

#E3EFA1 color RGB value is (227,239,161).

  • red value is 227;
  • green value is 239;
  • blue value is 161.
RGB:
(227,239,161)
(89%,94%,63%)

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 161 of 255 = 63%

227
239
161

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

Portions of RGB colors in percentages

R + G + B =
227 + 239 + 161 = 627 (100%)
R 227 of 627 ~ 36.2%
G 239 of 627 ~ 38.12%
B 161 of 627 ~ 25.68%

%36.2
%38.12
%25.68

CMYK color model

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

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 6.27%
CMYK:
(5,0,33,6)
C5M0Y33K6 
(5%,0%,33%,6%)
(0.05/0.00/0.33/0.06)	

CMYK percentages

%5.02
%0
%32.64
%6.27

Codes

Color #E3EFA1 in popluar color models

E3EFA1
RGB227239161
HSL69°70.91%78.43%
HSB/HSV69°32.64%93.73%
CMYK5.02%0.00%32.64%
6.27%

Color #E3EFA1 in popluar number systems.

HEXE3EFA1
Decimal227239161
Binary111000111110111110100001
Octal343357241

Shades and tints

Shades of #E3EFA1

#E3EFA1
(227,239,161)
#CFDA93
(207,218,147)
#BBC585
(187,197,133)
#A7B077
(167,176,119)
#939B69
(147,155,105)
#7F865B
(127,134,91)
#6B714D
(107,113,77)
#575C3F
(87,92,63)
#434731
(67,71,49)
#2F3223
(47,50,35)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #E3EFA1

#E3EFA1
(227,239,161)
#E5F0A9
(229,240,169)
#E7F1B1
(231,241,177)
#E9F2B9
(233,242,185)
#EBF3C1
(235,243,193)
#EDF4C9
(237,244,201)
#EFF5D1
(239,245,209)
#F1F6D9
(241,246,217)
#F3F7E1
(243,247,225)
#F5F8E9
(245,248,233)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EFA1 color. Also use rgb(227,239,161) instead hex code.

Text Font Color

.myTextColor { color: #E3EFA1; }

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

This text font color is #E3EFA1.


Background Color

.myBgColor { background-color: #E3EFA1; }

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

This div background color is #E3EFA1.


Border color

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

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

This div border color is #E3EFA1.


Opacity

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

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

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

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

This text has shadow with #E3EFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EFA1 on black background.


Color preview on white background

This text has color #E3EFA1 on white background.



Black color preview on #E3EFA1 background

This text has black color on #E3EFA1 background.


White color preview on #E3EFA1 background

This text has white color on #E3EFA1 background.