COLOR #E0F4B1

HEX: #E0F4B1 RGB: (224,244,177)

Color info

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

RGB color model

#E0F4B1 color RGB value is (224,244,177).

RGB: (224,244,177) (88%, 96%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 177 of 255 = 69%

224
244
177

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

Portions of RGB colors in percentages

R + G + B = 224 + 244 + 177 = 645 (100%)
R 224 of 645 ~ 34.73%
G 244 of 645 ~ 37.83%
B 177 of 645 ~ 27.44'%

%34.73
%37.83
%27.44

CMYK color model

#E0F4B1 color CMYK value is (8,0,27,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 27.46%
  • key color value is 4.31%

CMYK: (8,0,27,4)
C8M0Y27K4 (8%, 0%, 27%, 4%)
(0.08 / 0.00 / 0.27 / 0.04)

CMYK percentages

%8.2
%0
%27.46
%4.31

Codes

Color #E0F4B1 in popluar color models

E0 F4 B1
RGB 224 244 177
HSL 78° 75.28% 82.55%
HSB/HSV 78° 27.46% 95.69%
CMYK 8.20% 0.00% 27.46%
4.31%

Color #E0F4B1 in popluar number systems.

HEX E0 F4 B1
Decimal 224 244 177
Binary 11100000 11110100 10110001
Octal 340 364 261

Shades and tints

Shades of #E0F4B1

#E0F4B1
(224,244,177)
#CCDEA1
(204,222,161)
#B8C891
(184,200,145)
#A4B281
(164,178,129)
#909C71
(144,156,113)
#7C8661
(124,134,97)
#687051
(104,112,81)
#545A41
(84,90,65)
#404431
(64,68,49)
#2C2E21
(44,46,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #E0F4B1

#E0F4B1
(224,244,177)
#E2F5B8
(226,245,184)
#E4F6BF
(228,246,191)
#E6F7C6
(230,247,198)
#E8F8CD
(232,248,205)
#EAF9D4
(234,249,212)
#ECFADB
(236,250,219)
#EEFBE2
(238,251,226)
#F0FCE9
(240,252,233)
#F2FDF0
(242,253,240)
#F4FEF7
(244,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F4B1; }

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

This text font color is #E0F4B1.

Background Color

.myBgColor { background-color: #E0F4B1; }

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

This div background color is #E0F4B1.

Border color

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

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

This div border color is #E0F4B1.

Opacity

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

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

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

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

This text has shadow with #E0F4B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F4B1.

Preview

Color preview on black background

This text has color #E0F4B1 on black background.


Color preview on white background

This text has color #E0F4B1 on white background.


Black color preview on #E0F4B1 background

This text has black color on #E0F4B1 background.


White color preview on #E0F4B1 background

This text has white color on #E0F4B1 background.


Related colors

Complementary color

Complementary color for #hex is #1F0B4E.


I love getcolorcode.com

Triadic colors

1 #B1E0F4 and #F4B1E0 with #E0F4B1 are triadic colors.

2 #B1F4E0 and #F4E0B1 with #E0F4B1 are triadic colors.