COLOR #E3F4AD

HEX: #E3F4AD
RGB: (227,244,173)

Color info

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

RGB color model

#E3F4AD color RGB value is (227,244,173).

  • red value is 227;
  • green value is 244;
  • blue value is 173.
RGB:
(227,244,173)
(89%,96%,68%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 173 of 255 = 68%

227
244
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 244 + 173 = 644 (100%)
R 227 of 644 ~ 35.25%
G 244 of 644 ~ 37.89%
B 173 of 644 ~ 26.86%

%35.25
%37.89
%26.86

CMYK color model

#E3F4AD color CMYK value is (7,0,29,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 4.31%
CMYK:
(7,0,29,4)
C7M0Y29K4 
(7%,0%,29%,4%)
(0.07/0.00/0.29/0.04)	

CMYK percentages

%6.97
%0
%29.1
%4.31

Codes

Color #E3F4AD in popluar color models

E3F4AD
RGB227244173
HSL74°76.34%81.76%
HSB/HSV74°29.10%95.69%
CMYK6.97%0.00%29.10%
4.31%

Color #E3F4AD in popluar number systems.

HEXE3F4AD
Decimal227244173
Binary111000111111010010101101
Octal343364255

Shades and tints

Shades of #E3F4AD

#E3F4AD
(227,244,173)
#CFDE9E
(207,222,158)
#BBC88F
(187,200,143)
#A7B280
(167,178,128)
#939C71
(147,156,113)
#7F8662
(127,134,98)
#6B7053
(107,112,83)
#575A44
(87,90,68)
#434435
(67,68,53)
#2F2E26
(47,46,38)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #E3F4AD

#E3F4AD
(227,244,173)
#E5F5B4
(229,245,180)
#E7F6BB
(231,246,187)
#E9F7C2
(233,247,194)
#EBF8C9
(235,248,201)
#EDF9D0
(237,249,208)
#EFFAD7
(239,250,215)
#F1FBDE
(241,251,222)
#F3FCE5
(243,252,229)
#F5FDEC
(245,253,236)
#F7FEF3
(247,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F4AD color. Also use rgb(227,244,173) instead hex code.

Text Font Color

.myTextColor { color: #E3F4AD; }

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

This text font color is #E3F4AD.


Background Color

.myBgColor { background-color: #E3F4AD; }

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

This div background color is #E3F4AD.


Border color

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

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

This div border color is #E3F4AD.


Opacity

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

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

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

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

This text has shadow with #E3F4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F4AD on black background.


Color preview on white background

This text has color #E3F4AD on white background.



Black color preview on #E3F4AD background

This text has black color on #E3F4AD background.


White color preview on #E3F4AD background

This text has white color on #E3F4AD background.