COLOR #E2F0AD

HEX: #E2F0AD RGB: (226,240,173)

Color info

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

RGB color model

#E2F0AD color RGB value is (226,240,173).

RGB: (226,240,173) (89%, 94%, 68%)

RGB channels and saturation

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

226
240
173

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

Portions of RGB colors in percentages

R + G + B = 226 + 240 + 173 = 639 (100%)
R 226 of 639 ~ 35.37%
G 240 of 639 ~ 37.56%
B 173 of 639 ~ 27.07'%

%35.37
%37.56
%27.07

CMYK color model

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

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 5.88%
CMYK: (6,0,28,6) C6M0Y28K6 (6%,0%,28%,6%) (0.06/0.00/0.28/0.06) 

CMYK percentages

%5.83
%0
%27.92
%5.88

Codes

Color #E2F0AD in popluar color models

E2 F0 AD
RGB 226 240 173
HSL 73° 69.07% 80.98%
HSB/HSV 73° 27.92% 94.12%
CMYK 5.83% 0.00% 27.92%
5.88%

Color #E2F0AD in popluar number systems.

HEX E2 F0 AD
Decimal 226 240 173
Binary 11100010 11110000 10101101
Octal 342 360 255

Shades and tints

Shades of #E2F0AD

#E2F0AD
(226,240,173)
#CEDB9E
(206,219,158)
#BAC68F
(186,198,143)
#A6B180
(166,177,128)
#929C71
(146,156,113)
#7E8762
(126,135,98)
#6A7253
(106,114,83)
#565D44
(86,93,68)
#424835
(66,72,53)
#2E3326
(46,51,38)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #E2F0AD

#E2F0AD
(226,240,173)
#E4F1B4
(228,241,180)
#E6F2BB
(230,242,187)
#E8F3C2
(232,243,194)
#EAF4C9
(234,244,201)
#ECF5D0
(236,245,208)
#EEF6D7
(238,246,215)
#F0F7DE
(240,247,222)
#F2F8E5
(242,248,229)
#F4F9EC
(244,249,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F0AD; }

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

This text font color is #E2F0AD.

Background Color

.myBgColor { background-color: #E2F0AD; }

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

This div background color is #E2F0AD.

Border color

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

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

This div border color is #E2F0AD.

Opacity

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

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

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

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

This text has shadow with #E2F0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F0AD.

Preview

Color preview on black background

This text has color #E2F0AD on black background.


Color preview on white background

This text has color #E2F0AD on white background.


Black color preview on #E2F0AD background

This text has black color on #E2F0AD background.


White color preview on #E2F0AD background

This text has white color on #E2F0AD background.


Related colors

Complementary color

Complementary color for #hex is #1D0F52.


I love getcolorcode.com

Triadic colors

1 #ADE2F0 and #F0ADE2 with #E2F0AD are triadic colors.

2 #ADF0E2 and #F0E2AD with #E2F0AD are triadic colors.