COLOR #E3F2AD

HEX: #E3F2AD RGB: (227,242,173)

Color info

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

RGB color model

#E3F2AD color RGB value is (227,242,173).

RGB: (227,242,173) (89%, 95%, 68%)

RGB channels and saturation

R 227 of 255 = 89%
G 242 of 255 = 95%
B 173 of 255 = 68%

227
242
173

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

Portions of RGB colors in percentages

R + G + B = 227 + 242 + 173 = 642 (100%)
R 227 of 642 ~ 35.36%
G 242 of 642 ~ 37.69%
B 173 of 642 ~ 26.95'%

%35.36
%37.69
%26.95

CMYK color model

#E3F2AD color CMYK value is (6,0,29,5).

  • cyan value is 6.20%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 5.10%

CMYK: (6,0,29,5)
C6M0Y29K5 (6%, 0%, 29%, 5%)
(0.06 / 0.00 / 0.29 / 0.05)

CMYK percentages

%6.2
%0
%28.51
%5.1

Codes

Color #E3F2AD in popluar color models

E3 F2 AD
RGB 227 242 173
HSL 73° 72.63% 81.37%
HSB/HSV 73° 28.51% 94.90%
CMYK 6.20% 0.00% 28.51%
5.10%

Color #E3F2AD in popluar number systems.

HEX E3 F2 AD
Decimal 227 242 173
Binary 11100011 11110010 10101101
Octal 343 362 255

Shades and tints

Shades of #E3F2AD

#E3F2AD
(227,242,173)
#CFDC9E
(207,220,158)
#BBC68F
(187,198,143)
#A7B080
(167,176,128)
#939A71
(147,154,113)
#7F8462
(127,132,98)
#6B6E53
(107,110,83)
#575844
(87,88,68)
#434235
(67,66,53)
#2F2C26
(47,44,38)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #E3F2AD

#E3F2AD
(227,242,173)
#E5F3B4
(229,243,180)
#E7F4BB
(231,244,187)
#E9F5C2
(233,245,194)
#EBF6C9
(235,246,201)
#EDF7D0
(237,247,208)
#EFF8D7
(239,248,215)
#F1F9DE
(241,249,222)
#F3FAE5
(243,250,229)
#F5FBEC
(245,251,236)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F2AD; }

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

This text font color is #E3F2AD.

Background Color

.myBgColor { background-color: #E3F2AD; }

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

This div background color is #E3F2AD.

Border color

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

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

This div border color is #E3F2AD.

Opacity

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

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

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

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

This text has shadow with #E3F2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F2AD.

Preview

Color preview on black background

This text has color #E3F2AD on black background.


Color preview on white background

This text has color #E3F2AD on white background.


Black color preview on #E3F2AD background

This text has black color on #E3F2AD background.


White color preview on #E3F2AD background

This text has white color on #E3F2AD background.


Related colors

Complementary color

Complementary color for #hex is #1C0D52.


I love getcolorcode.com

Triadic colors

1 #ADE3F2 and #F2ADE3 with #E3F2AD are triadic colors.

2 #ADF2E3 and #F2E3AD with #E3F2AD are triadic colors.