COLOR #E5EBCC

HEX: #E5EBCC
RGB: (229,235,204)

Color info

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

RGB color model

#E5EBCC color RGB value is (229,235,204).

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

RGB channels and saturation

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

229
235
204

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

Portions of RGB colors in percentages

R + G + B =
229 + 235 + 204 = 668 (100%)
R 229 of 668 ~ 34.28%
G 235 of 668 ~ 35.18%
B 204 of 668 ~ 30.54%

%34.28
%35.18
%30.54

CMYK color model

#E5EBCC color CMYK value is (3,0,13,8).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(3,0,13,8)
C3M0Y13K8 
(3%,0%,13%,8%)
(0.03/0.00/0.13/0.08)	

CMYK percentages

%2.55
%0
%13.19
%7.84

Codes

Color #E5EBCC in popluar color models

E5EBCC
RGB229235204
HSL72°43.66%86.08%
HSB/HSV72°13.19%92.16%
CMYK2.55%0.00%13.19%
7.84%

Color #E5EBCC in popluar number systems.

HEXE5EBCC
Decimal229235204
Binary111001011110101111001100
Octal345353314

Shades and tints

Shades of #E5EBCC

#E5EBCC
(229,235,204)
#D1D6BA
(209,214,186)
#BDC1A8
(189,193,168)
#A9AC96
(169,172,150)
#959784
(149,151,132)
#818272
(129,130,114)
#6D6D60
(109,109,96)
#59584E
(89,88,78)
#45433C
(69,67,60)
#312E2A
(49,46,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5EBCC

#E5EBCC
(229,235,204)
#E7ECD0
(231,236,208)
#E9EDD4
(233,237,212)
#EBEED8
(235,238,216)
#EDEFDC
(237,239,220)
#EFF0E0
(239,240,224)
#F1F1E4
(241,241,228)
#F3F2E8
(243,242,232)
#F5F3EC
(245,243,236)
#F7F4F0
(247,244,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EBCC; }

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

This text font color is #E5EBCC.


Background Color

.myBgColor { background-color: #E5EBCC; }

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

This div background color is #E5EBCC.


Border color

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

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

This div border color is #E5EBCC.


Opacity

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

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

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

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

This text has shadow with #E5EBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EBCC on black background.


Color preview on white background

This text has color #E5EBCC on white background.



Black color preview on #E5EBCC background

This text has black color on #E5EBCC background.


White color preview on #E5EBCC background

This text has white color on #E5EBCC background.