COLOR #E5F5CB

HEX: #E5F5CB
RGB: (229,245,203)

Color info

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

RGB color model

#E5F5CB color RGB value is (229,245,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 203 of 255 = 80%

229
245
203

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

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 203 = 677 (100%)
R 229 of 677 ~ 33.83%
G 245 of 677 ~ 36.19%
B 203 of 677 ~ 29.99%

%33.83
%36.19
%29.99

CMYK color model

#E5F5CB color CMYK value is (7,0,17,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 3.92%
CMYK:
(7,0,17,4)
C7M0Y17K4 
(7%,0%,17%,4%)
(0.07/0.00/0.17/0.04)	

CMYK percentages

%6.53
%0
%17.14
%3.92

Codes

Color #E5F5CB in popluar color models

E5F5CB
RGB229245203
HSL83°67.74%87.84%
HSB/HSV83°17.14%96.08%
CMYK6.53%0.00%17.14%
3.92%

Color #E5F5CB in popluar number systems.

HEXE5F5CB
Decimal229245203
Binary111001011111010111001011
Octal345365313

Shades and tints

Shades of #E5F5CB

#E5F5CB
(229,245,203)
#D1DFB9
(209,223,185)
#BDC9A7
(189,201,167)
#A9B395
(169,179,149)
#959D83
(149,157,131)
#818771
(129,135,113)
#6D715F
(109,113,95)
#595B4D
(89,91,77)
#45453B
(69,69,59)
#312F29
(49,47,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5F5CB

#E5F5CB
(229,245,203)
#E7F5CF
(231,245,207)
#E9F5D3
(233,245,211)
#EBF5D7
(235,245,215)
#EDF5DB
(237,245,219)
#EFF5DF
(239,245,223)
#F1F5E3
(241,245,227)
#F3F5E7
(243,245,231)
#F5F5EB
(245,245,235)
#F7F5EF
(247,245,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F5CB; }

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

This text font color is #E5F5CB.


Background Color

.myBgColor { background-color: #E5F5CB; }

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

This div background color is #E5F5CB.


Border color

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

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

This div border color is #E5F5CB.


Opacity

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

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

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

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

This text has shadow with #E5F5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5CB on black background.


Color preview on white background

This text has color #E5F5CB on white background.



Black color preview on #E5F5CB background

This text has black color on #E5F5CB background.


White color preview on #E5F5CB background

This text has white color on #E5F5CB background.