COLOR #E0F4AB

HEX: #E0F4AB RGB: (224,244,171)

Color info

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

RGB color model

#E0F4AB color RGB value is (224,244,171).

RGB: (224,244,171) (88%, 96%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 171 of 255 = 67%

224
244
171

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

Portions of RGB colors in percentages

R + G + B = 224 + 244 + 171 = 639 (100%)
R 224 of 639 ~ 35.05%
G 244 of 639 ~ 38.18%
B 171 of 639 ~ 26.76'%

%35.05
%38.18
%26.76

CMYK color model

#E0F4AB color CMYK value is (8,0,30,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK: (8,0,30,4) C8M0Y30K4 (8%,0%,30%,4%) (0.08/0.00/0.30/0.04) 

CMYK percentages

%8.2
%0
%29.92
%4.31

Codes

Color #E0F4AB in popluar color models

E0 F4 AB
RGB 224 244 171
HSL 76° 76.84% 81.37%
HSB/HSV 76° 29.92% 95.69%
CMYK 8.20% 0.00% 29.92%
4.31%

Color #E0F4AB in popluar number systems.

HEX E0 F4 AB
Decimal 224 244 171
Binary 11100000 11110100 10101011
Octal 340 364 253

Shades and tints

Shades of #E0F4AB

#E0F4AB
(224,244,171)
#CCDE9C
(204,222,156)
#B8C88D
(184,200,141)
#A4B27E
(164,178,126)
#909C6F
(144,156,111)
#7C8660
(124,134,96)
#687051
(104,112,81)
#545A42
(84,90,66)
#404433
(64,68,51)
#2C2E24
(44,46,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0F4AB

#E0F4AB
(224,244,171)
#E2F5B2
(226,245,178)
#E4F6B9
(228,246,185)
#E6F7C0
(230,247,192)
#E8F8C7
(232,248,199)
#EAF9CE
(234,249,206)
#ECFAD5
(236,250,213)
#EEFBDC
(238,251,220)
#F0FCE3
(240,252,227)
#F2FDEA
(242,253,234)
#F4FEF1
(244,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F4AB color. Also use rgb(224,244,171) instead hex code.

Text Font Color

.myTextColor { color: #E0F4AB; }

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

This text font color is #E0F4AB.

Background Color

.myBgColor { background-color: #E0F4AB; }

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

This div background color is #E0F4AB.

Border color

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

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

This div border color is #E0F4AB.

Opacity

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

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

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

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

This text has shadow with #E0F4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F4AB.

Preview

Color preview on black background

This text has color #E0F4AB on black background.


Color preview on white background

This text has color #E0F4AB on white background.


Black color preview on #E0F4AB background

This text has black color on #E0F4AB background.


White color preview on #E0F4AB background

This text has white color on #E0F4AB background.


Related colors

Complementary color

Complementary color for #hex is #1F0B54.


I love getcolorcode.com

Triadic colors

1 #ABE0F4 and #F4ABE0 with #E0F4AB are triadic colors.

2 #ABF4E0 and #F4E0AB with #E0F4AB are triadic colors.