COLOR #E3F1AA

HEX: #E3F1AA RGB: (227,241,170)

Color info

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

RGB color model

#E3F1AA color RGB value is (227,241,170).

RGB: (227,241,170) (89%, 95%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 170 of 255 = 67%

227
241
170

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

Portions of RGB colors in percentages

R + G + B = 227 + 241 + 170 = 638 (100%)
R 227 of 638 ~ 35.58%
G 241 of 638 ~ 37.77%
B 170 of 638 ~ 26.65'%

%35.58
%37.77
%26.65

CMYK color model

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

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%

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

CMYK percentages

%5.81
%0
%29.46
%5.49

Codes

Color #E3F1AA in popluar color models

E3 F1 AA
RGB 227 241 170
HSL 72° 71.72% 80.59%
HSB/HSV 72° 29.46% 94.51%
CMYK 5.81% 0.00% 29.46%
5.49%

Color #E3F1AA in popluar number systems.

HEX E3 F1 AA
Decimal 227 241 170
Binary 11100011 11110001 10101010
Octal 343 361 252

Shades and tints

Shades of #E3F1AA

#E3F1AA
(227,241,170)
#CFDC9B
(207,220,155)
#BBC78C
(187,199,140)
#A7B27D
(167,178,125)
#939D6E
(147,157,110)
#7F885F
(127,136,95)
#6B7350
(107,115,80)
#575E41
(87,94,65)
#434932
(67,73,50)
#2F3423
(47,52,35)
#1B1F14
(27,31,20)
#000000
(0,0,0)

Tints of #E3F1AA

#E3F1AA
(227,241,170)
#E5F2B1
(229,242,177)
#E7F3B8
(231,243,184)
#E9F4BF
(233,244,191)
#EBF5C6
(235,245,198)
#EDF6CD
(237,246,205)
#EFF7D4
(239,247,212)
#F1F8DB
(241,248,219)
#F3F9E2
(243,249,226)
#F5FAE9
(245,250,233)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F1AA color. Also use rgb(227,241,170) instead hex code.

Text Font Color

.myTextColor { color: #E3F1AA; }

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

This text font color is #E3F1AA.

Background Color

.myBgColor { background-color: #E3F1AA; }

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

This div background color is #E3F1AA.

Border color

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

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

This div border color is #E3F1AA.

Opacity

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

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

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

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

This text has shadow with #E3F1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F1AA.

Preview

Color preview on black background

This text has color #E3F1AA on black background.


Color preview on white background

This text has color #E3F1AA on white background.


Black color preview on #E3F1AA background

This text has black color on #E3F1AA background.


White color preview on #E3F1AA background

This text has white color on #E3F1AA background.


Related colors

Complementary color

Complementary color for #hex is #1C0E55.


I love getcolorcode.com

Triadic colors

1 #AAE3F1 and #F1AAE3 with #E3F1AA are triadic colors.

2 #AAF1E3 and #F1E3AA with #E3F1AA are triadic colors.