COLOR #E5FCB0

HEX: #E5FCB0
RGB: (229,252,176)

Color info

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

RGB color model

#E5FCB0 color RGB value is (229,252,176).

  • red value is 229;
  • green value is 252;
  • blue value is 176.
RGB:
(229,252,176)
(90%,99%,69%)

RGB channels and saturation

R 229 of 255 = 90%
G 252 of 255 = 99%
B 176 of 255 = 69%

229
252
176

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

Portions of RGB colors in percentages

R + G + B =
229 + 252 + 176 = 657 (100%)
R 229 of 657 ~ 34.86%
G 252 of 657 ~ 38.36%
B 176 of 657 ~ 26.79%

%34.86
%38.36
%26.79

CMYK color model

#E5FCB0 color CMYK value is (9,0,30,1).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(9,0,30,1)
C9M0Y30K1 
(9%,0%,30%,1%)
(0.09/0.00/0.30/0.01)	

CMYK percentages

%9.13
%0
%30.16
%1.18

Codes

Color #E5FCB0 in popluar color models

E5FCB0
RGB229252176
HSL78°92.68%83.92%
HSB/HSV78°30.16%98.82%
CMYK9.13%0.00%30.16%
1.18%

Color #E5FCB0 in popluar number systems.

HEXE5FCB0
Decimal229252176
Binary111001011111110010110000
Octal345374260

Shades and tints

Shades of #E5FCB0

#E5FCB0
(229,252,176)
#D1E6A0
(209,230,160)
#BDD090
(189,208,144)
#A9BA80
(169,186,128)
#95A470
(149,164,112)
#818E60
(129,142,96)
#6D7850
(109,120,80)
#596240
(89,98,64)
#454C30
(69,76,48)
#313620
(49,54,32)
#1D2010
(29,32,16)
#000000
(0,0,0)

Tints of #E5FCB0

#E5FCB0
(229,252,176)
#E7FCB7
(231,252,183)
#E9FCBE
(233,252,190)
#EBFCC5
(235,252,197)
#EDFCCC
(237,252,204)
#EFFCD3
(239,252,211)
#F1FCDA
(241,252,218)
#F3FCE1
(243,252,225)
#F5FCE8
(245,252,232)
#F7FCEF
(247,252,239)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FCB0 color. Also use rgb(229,252,176) instead hex code.

Text Font Color

.myTextColor { color: #E5FCB0; }

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

This text font color is #E5FCB0.


Background Color

.myBgColor { background-color: #E5FCB0; }

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

This div background color is #E5FCB0.


Border color

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

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

This div border color is #E5FCB0.


Opacity

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

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

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

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

This text has shadow with #E5FCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FCB0 on black background.


Color preview on white background

This text has color #E5FCB0 on white background.



Black color preview on #E5FCB0 background

This text has black color on #E5FCB0 background.


White color preview on #E5FCB0 background

This text has white color on #E5FCB0 background.