COLOR #E3F0AD

HEX: #E3F0AD
RGB: (227,240,173)

Color info

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

RGB color model

#E3F0AD color RGB value is (227,240,173).

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

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 173 of 255 = 68%

227
240
173

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

Portions of RGB colors in percentages

R + G + B =
227 + 240 + 173 = 640 (100%)
R 227 of 640 ~ 35.47%
G 240 of 640 ~ 37.5%
B 173 of 640 ~ 27.03%

%35.47
%37.5
%27.03

CMYK color model

#E3F0AD color CMYK value is (5,0,28,6).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 5.88%
CMYK:
(5,0,28,6)
C5M0Y28K6 
(5%,0%,28%,6%)
(0.05/0.00/0.28/0.06)	

CMYK percentages

%5.42
%0
%27.92
%5.88

Codes

Color #E3F0AD in popluar color models

E3F0AD
RGB227240173
HSL72°69.07%80.98%
HSB/HSV72°27.92%94.12%
CMYK5.42%0.00%27.92%
5.88%

Color #E3F0AD in popluar number systems.

HEXE3F0AD
Decimal227240173
Binary111000111111000010101101
Octal343360255

Shades and tints

Shades of #E3F0AD

#E3F0AD
(227,240,173)
#CFDB9E
(207,219,158)
#BBC68F
(187,198,143)
#A7B180
(167,177,128)
#939C71
(147,156,113)
#7F8762
(127,135,98)
#6B7253
(107,114,83)
#575D44
(87,93,68)
#434835
(67,72,53)
#2F3326
(47,51,38)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #E3F0AD

#E3F0AD
(227,240,173)
#E5F1B4
(229,241,180)
#E7F2BB
(231,242,187)
#E9F3C2
(233,243,194)
#EBF4C9
(235,244,201)
#EDF5D0
(237,245,208)
#EFF6D7
(239,246,215)
#F1F7DE
(241,247,222)
#F3F8E5
(243,248,229)
#F5F9EC
(245,249,236)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F0AD; }

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

This text font color is #E3F0AD.


Background Color

.myBgColor { background-color: #E3F0AD; }

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

This div background color is #E3F0AD.


Border color

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

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

This div border color is #E3F0AD.


Opacity

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

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

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

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

This text has shadow with #E3F0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F0AD on black background.


Color preview on white background

This text has color #E3F0AD on white background.



Black color preview on #E3F0AD background

This text has black color on #E3F0AD background.


White color preview on #E3F0AD background

This text has white color on #E3F0AD background.