COLOR #E3F8A6

HEX: #E3F8A6
RGB: (227,248,166)

Color info

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

RGB color model

#E3F8A6 color RGB value is (227,248,166).

  • red value is 227;
  • green value is 248;
  • blue value is 166.
RGB:
(227,248,166)
(89%,97%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 248 of 255 = 97%
B 166 of 255 = 65%

227
248
166

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

Portions of RGB colors in percentages

R + G + B =
227 + 248 + 166 = 641 (100%)
R 227 of 641 ~ 35.41%
G 248 of 641 ~ 38.69%
B 166 of 641 ~ 25.9%

%35.41
%38.69
%25.9

CMYK color model

#E3F8A6 color CMYK value is (8,0,33,3).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(8,0,33,3)
C8M0Y33K3 
(8%,0%,33%,3%)
(0.08/0.00/0.33/0.03)	

CMYK percentages

%8.47
%0
%33.06
%2.75

Codes

Color #E3F8A6 in popluar color models

E3F8A6
RGB227248166
HSL75°85.42%81.18%
HSB/HSV75°33.06%97.25%
CMYK8.47%0.00%33.06%
2.75%

Color #E3F8A6 in popluar number systems.

HEXE3F8A6
Decimal227248166
Binary111000111111100010100110
Octal343370246

Shades and tints

Shades of #E3F8A6

#E3F8A6
(227,248,166)
#CFE297
(207,226,151)
#BBCC88
(187,204,136)
#A7B679
(167,182,121)
#93A06A
(147,160,106)
#7F8A5B
(127,138,91)
#6B744C
(107,116,76)
#575E3D
(87,94,61)
#43482E
(67,72,46)
#2F321F
(47,50,31)
#1B1C10
(27,28,16)
#000000
(0,0,0)

Tints of #E3F8A6

#E3F8A6
(227,248,166)
#E5F8AE
(229,248,174)
#E7F8B6
(231,248,182)
#E9F8BE
(233,248,190)
#EBF8C6
(235,248,198)
#EDF8CE
(237,248,206)
#EFF8D6
(239,248,214)
#F1F8DE
(241,248,222)
#F3F8E6
(243,248,230)
#F5F8EE
(245,248,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F8A6 color. Also use rgb(227,248,166) instead hex code.

Text Font Color

.myTextColor { color: #E3F8A6; }

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

This text font color is #E3F8A6.


Background Color

.myBgColor { background-color: #E3F8A6; }

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

This div background color is #E3F8A6.


Border color

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

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

This div border color is #E3F8A6.


Opacity

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

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

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

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

This text has shadow with #E3F8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F8A6 on black background.


Color preview on white background

This text has color #E3F8A6 on white background.



Black color preview on #E3F8A6 background

This text has black color on #E3F8A6 background.


White color preview on #E3F8A6 background

This text has white color on #E3F8A6 background.