COLOR #E5F3B1

HEX: #E5F3B1
RGB: (229,243,177)

Color info

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

RGB color model

#E5F3B1 color RGB value is (229,243,177).

  • red value is 229;
  • green value is 243;
  • blue value is 177.
RGB:
(229,243,177)
(90%,95%,69%)

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 177 of 255 = 69%

229
243
177

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

Portions of RGB colors in percentages

R + G + B =
229 + 243 + 177 = 649 (100%)
R 229 of 649 ~ 35.29%
G 243 of 649 ~ 37.44%
B 177 of 649 ~ 27.27%

%35.29
%37.44
%27.27

CMYK color model

#E5F3B1 color CMYK value is (6,0,27,5).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 4.71%
CMYK:
(6,0,27,5)
C6M0Y27K5 
(6%,0%,27%,5%)
(0.06/0.00/0.27/0.05)	

CMYK percentages

%5.76
%0
%27.16
%4.71

Codes

Color #E5F3B1 in popluar color models

E5F3B1
RGB229243177
HSL73°73.33%82.35%
HSB/HSV73°27.16%95.29%
CMYK5.76%0.00%27.16%
4.71%

Color #E5F3B1 in popluar number systems.

HEXE5F3B1
Decimal229243177
Binary111001011111001110110001
Octal345363261

Shades and tints

Shades of #E5F3B1

#E5F3B1
(229,243,177)
#D1DDA1
(209,221,161)
#BDC791
(189,199,145)
#A9B181
(169,177,129)
#959B71
(149,155,113)
#818561
(129,133,97)
#6D6F51
(109,111,81)
#595941
(89,89,65)
#454331
(69,67,49)
#312D21
(49,45,33)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #E5F3B1

#E5F3B1
(229,243,177)
#E7F4B8
(231,244,184)
#E9F5BF
(233,245,191)
#EBF6C6
(235,246,198)
#EDF7CD
(237,247,205)
#EFF8D4
(239,248,212)
#F1F9DB
(241,249,219)
#F3FAE2
(243,250,226)
#F5FBE9
(245,251,233)
#F7FCF0
(247,252,240)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3B1 color. Also use rgb(229,243,177) instead hex code.

Text Font Color

.myTextColor { color: #E5F3B1; }

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

This text font color is #E5F3B1.


Background Color

.myBgColor { background-color: #E5F3B1; }

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

This div background color is #E5F3B1.


Border color

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

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

This div border color is #E5F3B1.


Opacity

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

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

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

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

This text has shadow with #E5F3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3B1 on black background.


Color preview on white background

This text has color #E5F3B1 on white background.



Black color preview on #E5F3B1 background

This text has black color on #E5F3B1 background.


White color preview on #E5F3B1 background

This text has white color on #E5F3B1 background.