COLOR #E3F6A7

HEX: #E3F6A7
RGB: (227,246,167)

Color info

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

RGB color model

#E3F6A7 color RGB value is (227,246,167).

  • red value is 227;
  • green value is 246;
  • blue value is 167.
RGB:
(227,246,167)
(89%,96%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 246 of 255 = 96%
B 167 of 255 = 65%

227
246
167

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

Portions of RGB colors in percentages

R + G + B =
227 + 246 + 167 = 640 (100%)
R 227 of 640 ~ 35.47%
G 246 of 640 ~ 38.44%
B 167 of 640 ~ 26.09%

%35.47
%38.44
%26.09

CMYK color model

#E3F6A7 color CMYK value is (8,0,32,4).

  • cyan value is 7.72%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 3.53%
CMYK:
(8,0,32,4)
C8M0Y32K4 
(8%,0%,32%,4%)
(0.08/0.00/0.32/0.04)	

CMYK percentages

%7.72
%0
%32.11
%3.53

Codes

Color #E3F6A7 in popluar color models

E3F6A7
RGB227246167
HSL74°81.44%80.98%
HSB/HSV74°32.11%96.47%
CMYK7.72%0.00%32.11%
3.53%

Color #E3F6A7 in popluar number systems.

HEXE3F6A7
Decimal227246167
Binary111000111111011010100111
Octal343366247

Shades and tints

Shades of #E3F6A7

#E3F6A7
(227,246,167)
#CFE098
(207,224,152)
#BBCA89
(187,202,137)
#A7B47A
(167,180,122)
#939E6B
(147,158,107)
#7F885C
(127,136,92)
#6B724D
(107,114,77)
#575C3E
(87,92,62)
#43462F
(67,70,47)
#2F3020
(47,48,32)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #E3F6A7

#E3F6A7
(227,246,167)
#E5F6AF
(229,246,175)
#E7F6B7
(231,246,183)
#E9F6BF
(233,246,191)
#EBF6C7
(235,246,199)
#EDF6CF
(237,246,207)
#EFF6D7
(239,246,215)
#F1F6DF
(241,246,223)
#F3F6E7
(243,246,231)
#F5F6EF
(245,246,239)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F6A7 color. Also use rgb(227,246,167) instead hex code.

Text Font Color

.myTextColor { color: #E3F6A7; }

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

This text font color is #E3F6A7.


Background Color

.myBgColor { background-color: #E3F6A7; }

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

This div background color is #E3F6A7.


Border color

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

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

This div border color is #E3F6A7.


Opacity

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

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

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

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

This text has shadow with #E3F6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F6A7 on black background.


Color preview on white background

This text has color #E3F6A7 on white background.



Black color preview on #E3F6A7 background

This text has black color on #E3F6A7 background.


White color preview on #E3F6A7 background

This text has white color on #E3F6A7 background.