COLOR #E5EBCB

HEX: #E5EBCB
RGB: (229,235,203)

Color info

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

RGB color model

#E5EBCB color RGB value is (229,235,203).

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

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 203 of 255 = 80%

229
235
203

R + G + B ~ 87%. #E5EBCB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 235 + 203 = 667 (100%)
R 229 of 667 ~ 34.33%
G 235 of 667 ~ 35.23%
B 203 of 667 ~ 30.43%

%34.33
%35.23
%30.43

CMYK color model

#E5EBCB color CMYK value is (3,0,14,8).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(3,0,14,8)
C3M0Y14K8 
(3%,0%,14%,8%)
(0.03/0.00/0.14/0.08)	

CMYK percentages

%2.55
%0
%13.62
%7.84

Codes

Color #E5EBCB in popluar color models

E5EBCB
RGB229235203
HSL71°44.44%85.88%
HSB/HSV71°13.62%92.16%
CMYK2.55%0.00%13.62%
7.84%

Color #E5EBCB in popluar number systems.

HEXE5EBCB
Decimal229235203
Binary111001011110101111001011
Octal345353313

Shades and tints

Shades of #E5EBCB

#E5EBCB
(229,235,203)
#D1D6B9
(209,214,185)
#BDC1A7
(189,193,167)
#A9AC95
(169,172,149)
#959783
(149,151,131)
#818271
(129,130,113)
#6D6D5F
(109,109,95)
#59584D
(89,88,77)
#45433B
(69,67,59)
#312E29
(49,46,41)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5EBCB

#E5EBCB
(229,235,203)
#E7ECCF
(231,236,207)
#E9EDD3
(233,237,211)
#EBEED7
(235,238,215)
#EDEFDB
(237,239,219)
#EFF0DF
(239,240,223)
#F1F1E3
(241,241,227)
#F3F2E7
(243,242,231)
#F5F3EB
(245,243,235)
#F7F4EF
(247,244,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBCB; }

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

This text font color is #E5EBCB.


Background Color

.myBgColor { background-color: #E5EBCB; }

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

This div background color is #E5EBCB.


Border color

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

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

This div border color is #E5EBCB.


Opacity

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

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

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

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

This text has shadow with #E5EBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBCB on black background.


Color preview on white background

This text has color #E5EBCB on white background.



Black color preview on #E5EBCB background

This text has black color on #E5EBCB background.


White color preview on #E5EBCB background

This text has white color on #E5EBCB background.