COLOR #E5F8BF

HEX: #E5F8BF
RGB: (229,248,191)

Color info

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

RGB color model

#E5F8BF color RGB value is (229,248,191).

  • red value is 229;
  • green value is 248;
  • blue value is 191.
RGB:
(229,248,191)
(90%,97%,75%)

RGB channels and saturation

R 229 of 255 = 90%
G 248 of 255 = 97%
B 191 of 255 = 75%

229
248
191

R + G + B ~ 87%. #E5F8BF is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 248 + 191 = 668 (100%)
R 229 of 668 ~ 34.28%
G 248 of 668 ~ 37.13%
B 191 of 668 ~ 28.59%

%34.28
%37.13
%28.59

CMYK color model

#E5F8BF color CMYK value is (8,0,23,3).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 22.98%
  • key color value is 2.75%
CMYK:
(8,0,23,3)
C8M0Y23K3 
(8%,0%,23%,3%)
(0.08/0.00/0.23/0.03)	

CMYK percentages

%7.66
%0
%22.98
%2.75

Codes

Color #E5F8BF in popluar color models

E5F8BF
RGB229248191
HSL80°80.28%86.08%
HSB/HSV80°22.98%97.25%
CMYK7.66%0.00%22.98%
2.75%

Color #E5F8BF in popluar number systems.

HEXE5F8BF
Decimal229248191
Binary111001011111100010111111
Octal345370277

Shades and tints

Shades of #E5F8BF

#E5F8BF
(229,248,191)
#D1E2AE
(209,226,174)
#BDCC9D
(189,204,157)
#A9B68C
(169,182,140)
#95A07B
(149,160,123)
#818A6A
(129,138,106)
#6D7459
(109,116,89)
#595E48
(89,94,72)
#454837
(69,72,55)
#313226
(49,50,38)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #E5F8BF

#E5F8BF
(229,248,191)
#E7F8C4
(231,248,196)
#E9F8C9
(233,248,201)
#EBF8CE
(235,248,206)
#EDF8D3
(237,248,211)
#EFF8D8
(239,248,216)
#F1F8DD
(241,248,221)
#F3F8E2
(243,248,226)
#F5F8E7
(245,248,231)
#F7F8EC
(247,248,236)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F8BF color. Also use rgb(229,248,191) instead hex code.

Text Font Color

.myTextColor { color: #E5F8BF; }

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

This text font color is #E5F8BF.


Background Color

.myBgColor { background-color: #E5F8BF; }

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

This div background color is #E5F8BF.


Border color

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

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

This div border color is #E5F8BF.


Opacity

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

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

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

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

This text has shadow with #E5F8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F8BF on black background.


Color preview on white background

This text has color #E5F8BF on white background.



Black color preview on #E5F8BF background

This text has black color on #E5F8BF background.


White color preview on #E5F8BF background

This text has white color on #E5F8BF background.