COLOR #E5FBE1

HEX: #E5FBE1
RGB: (229,251,225)

Color info

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

RGB color model

#E5FBE1 color RGB value is (229,251,225).

  • red value is 229;
  • green value is 251;
  • blue value is 225.
RGB:
(229,251,225)
(90%,98%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 251 of 255 = 98%
B 225 of 255 = 88%

229
251
225

R + G + B ~ 92%. #E5FBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 251 + 225 = 705 (100%)
R 229 of 705 ~ 32.48%
G 251 of 705 ~ 35.6%
B 225 of 705 ~ 31.91%

%32.48
%35.6
%31.91

CMYK color model

#E5FBE1 color CMYK value is (9,0,10,2).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(9,0,10,2)
C9M0Y10K2 
(9%,0%,10%,2%)
(0.09/0.00/0.10/0.02)	

CMYK percentages

%8.76
%0
%10.36
%1.57

Codes

Color #E5FBE1 in popluar color models

E5FBE1
RGB229251225
HSL111°76.47%93.33%
HSB/HSV111°10.36%98.43%
CMYK8.76%0.00%10.36%
1.57%

Color #E5FBE1 in popluar number systems.

HEXE5FBE1
Decimal229251225
Binary111001011111101111100001
Octal345373341

Shades and tints

Shades of #E5FBE1

#E5FBE1
(229,251,225)
#D1E5CD
(209,229,205)
#BDCFB9
(189,207,185)
#A9B9A5
(169,185,165)
#95A391
(149,163,145)
#818D7D
(129,141,125)
#6D7769
(109,119,105)
#596155
(89,97,85)
#454B41
(69,75,65)
#31352D
(49,53,45)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #E5FBE1

#E5FBE1
(229,251,225)
#E7FBE3
(231,251,227)
#E9FBE5
(233,251,229)
#EBFBE7
(235,251,231)
#EDFBE9
(237,251,233)
#EFFBEB
(239,251,235)
#F1FBED
(241,251,237)
#F3FBEF
(243,251,239)
#F5FBF1
(245,251,241)
#F7FBF3
(247,251,243)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FBE1 color. Also use rgb(229,251,225) instead hex code.

Text Font Color

.myTextColor { color: #E5FBE1; }

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

This text font color is #E5FBE1.


Background Color

.myBgColor { background-color: #E5FBE1; }

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

This div background color is #E5FBE1.


Border color

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

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

This div border color is #E5FBE1.


Opacity

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

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

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

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

This text has shadow with #E5FBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FBE1 on black background.


Color preview on white background

This text has color #E5FBE1 on white background.



Black color preview on #E5FBE1 background

This text has black color on #E5FBE1 background.


White color preview on #E5FBE1 background

This text has white color on #E5FBE1 background.