COLOR #E5F8CB

HEX: #E5F8CB
RGB: (229,248,203)

Color info

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

RGB color model

#E5F8CB color RGB value is (229,248,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 248 of 255 = 97%
B 203 of 255 = 80%

229
248
203

R + G + B ~ 89%. #E5F8CB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 248 + 203 = 680 (100%)
R 229 of 680 ~ 33.68%
G 248 of 680 ~ 36.47%
B 203 of 680 ~ 29.85%

%33.68
%36.47
%29.85

CMYK color model

#E5F8CB color CMYK value is (8,0,18,3).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%
CMYK:
(8,0,18,3)
C8M0Y18K3 
(8%,0%,18%,3%)
(0.08/0.00/0.18/0.03)	

CMYK percentages

%7.66
%0
%18.15
%2.75

Codes

Color #E5F8CB in popluar color models

E5F8CB
RGB229248203
HSL85°76.27%88.43%
HSB/HSV85°18.15%97.25%
CMYK7.66%0.00%18.15%
2.75%

Color #E5F8CB in popluar number systems.

HEXE5F8CB
Decimal229248203
Binary111001011111100011001011
Octal345370313

Shades and tints

Shades of #E5F8CB

#E5F8CB
(229,248,203)
#D1E2B9
(209,226,185)
#BDCCA7
(189,204,167)
#A9B695
(169,182,149)
#95A083
(149,160,131)
#818A71
(129,138,113)
#6D745F
(109,116,95)
#595E4D
(89,94,77)
#45483B
(69,72,59)
#313229
(49,50,41)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5F8CB

#E5F8CB
(229,248,203)
#E7F8CF
(231,248,207)
#E9F8D3
(233,248,211)
#EBF8D7
(235,248,215)
#EDF8DB
(237,248,219)
#EFF8DF
(239,248,223)
#F1F8E3
(241,248,227)
#F3F8E7
(243,248,231)
#F5F8EB
(245,248,235)
#F7F8EF
(247,248,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F8CB; }

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

This text font color is #E5F8CB.


Background Color

.myBgColor { background-color: #E5F8CB; }

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

This div background color is #E5F8CB.


Border color

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

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

This div border color is #E5F8CB.


Opacity

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

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

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

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

This text has shadow with #E5F8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F8CB on black background.


Color preview on white background

This text has color #E5F8CB on white background.



Black color preview on #E5F8CB background

This text has black color on #E5F8CB background.


White color preview on #E5F8CB background

This text has white color on #E5F8CB background.