COLOR #E4F5BA

HEX: #E4F5BA
RGB: (228,245,186)

Color info

#E4F5BA contains red, green and blue colors in about the same proportion. Web safe color of #E4F5BA is #CCFFCC (or #CFC).

RGB color model

#E4F5BA color RGB value is (228,245,186).

  • red value is 228;
  • green value is 245;
  • blue value is 186.
RGB:
(228,245,186)
(89%,96%,73%)

RGB channels and saturation

R 228 of 255 = 89%
G 245 of 255 = 96%
B 186 of 255 = 73%

228
245
186

R + G + B ~ 86%. #E4F5BA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 245 + 186 = 659 (100%)
R 228 of 659 ~ 34.6%
G 245 of 659 ~ 37.18%
B 186 of 659 ~ 28.22%

%34.6
%37.18
%28.22

CMYK color model

#E4F5BA color CMYK value is (7,0,24,4).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 3.92%
CMYK:
(7,0,24,4)
C7M0Y24K4 
(7%,0%,24%,4%)
(0.07/0.00/0.24/0.04)	

CMYK percentages

%6.94
%0
%24.08
%3.92

Codes

Color #E4F5BA in popluar color models

E4F5BA
RGB228245186
HSL77°74.68%84.51%
HSB/HSV77°24.08%96.08%
CMYK6.94%0.00%24.08%
3.92%

Color #E4F5BA in popluar number systems.

HEXE4F5BA
Decimal228245186
Binary111001001111010110111010
Octal344365272

Shades and tints

Shades of #E4F5BA

#E4F5BA
(228,245,186)
#D0DFAA
(208,223,170)
#BCC99A
(188,201,154)
#A8B38A
(168,179,138)
#949D7A
(148,157,122)
#80876A
(128,135,106)
#6C715A
(108,113,90)
#585B4A
(88,91,74)
#44453A
(68,69,58)
#302F2A
(48,47,42)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #E4F5BA

#E4F5BA
(228,245,186)
#E6F5C0
(230,245,192)
#E8F5C6
(232,245,198)
#EAF5CC
(234,245,204)
#ECF5D2
(236,245,210)
#EEF5D8
(238,245,216)
#F0F5DE
(240,245,222)
#F2F5E4
(242,245,228)
#F4F5EA
(244,245,234)
#F6F5F0
(246,245,240)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F5BA color. Also use rgb(228,245,186) instead hex code.

Text Font Color

.myTextColor { color: #E4F5BA; }

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

This text font color is #E4F5BA.


Background Color

.myBgColor { background-color: #E4F5BA; }

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

This div background color is #E4F5BA.


Border color

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

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

This div border color is #E4F5BA.


Opacity

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

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

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

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

This text has shadow with #E4F5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F5BA on black background.


Color preview on white background

This text has color #E4F5BA on white background.



Black color preview on #E4F5BA background

This text has black color on #E4F5BA background.


White color preview on #E4F5BA background

This text has white color on #E4F5BA background.