COLOR #E4F4B5

HEX: #E4F4B5
RGB: (228,244,181)

Color info

#E4F4B5 contains mainly red and green colors. Web safe color of #E4F4B5 is #CCFFCC (or #CFC).

RGB color model

#E4F4B5 color RGB value is (228,244,181).

  • red value is 228;
  • green value is 244;
  • blue value is 181.
RGB:
(228,244,181)
(89%,96%,71%)

RGB channels and saturation

R 228 of 255 = 89%
G 244 of 255 = 96%
B 181 of 255 = 71%

228
244
181

R + G + B ~ 85%. #E4F4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 244 + 181 = 653 (100%)
R 228 of 653 ~ 34.92%
G 244 of 653 ~ 37.37%
B 181 of 653 ~ 27.72%

%34.92
%37.37
%27.72

CMYK color model

#E4F4B5 color CMYK value is (7,0,26,4).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 4.31%
CMYK:
(7,0,26,4)
C7M0Y26K4 
(7%,0%,26%,4%)
(0.07/0.00/0.26/0.04)	

CMYK percentages

%6.56
%0
%25.82
%4.31

Codes

Color #E4F4B5 in popluar color models

E4F4B5
RGB228244181
HSL75°74.12%83.33%
HSB/HSV75°25.82%95.69%
CMYK6.56%0.00%25.82%
4.31%

Color #E4F4B5 in popluar number systems.

HEXE4F4B5
Decimal228244181
Binary111001001111010010110101
Octal344364265

Shades and tints

Shades of #E4F4B5

#E4F4B5
(228,244,181)
#D0DEA5
(208,222,165)
#BCC895
(188,200,149)
#A8B285
(168,178,133)
#949C75
(148,156,117)
#808665
(128,134,101)
#6C7055
(108,112,85)
#585A45
(88,90,69)
#444435
(68,68,53)
#302E25
(48,46,37)
#1C1815
(28,24,21)
#000000
(0,0,0)

Tints of #E4F4B5

#E4F4B5
(228,244,181)
#E6F5BB
(230,245,187)
#E8F6C1
(232,246,193)
#EAF7C7
(234,247,199)
#ECF8CD
(236,248,205)
#EEF9D3
(238,249,211)
#F0FAD9
(240,250,217)
#F2FBDF
(242,251,223)
#F4FCE5
(244,252,229)
#F6FDEB
(246,253,235)
#F8FEF1
(248,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F4B5 color. Also use rgb(228,244,181) instead hex code.

Text Font Color

.myTextColor { color: #E4F4B5; }

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

This text font color is #E4F4B5.


Background Color

.myBgColor { background-color: #E4F4B5; }

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

This div background color is #E4F4B5.


Border color

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

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

This div border color is #E4F4B5.


Opacity

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

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

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

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

This text has shadow with #E4F4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F4B5 on black background.


Color preview on white background

This text has color #E4F4B5 on white background.



Black color preview on #E4F4B5 background

This text has black color on #E4F4B5 background.


White color preview on #E4F4B5 background

This text has white color on #E4F4B5 background.