COLOR #E5E3CE

HEX: #E5E3CE
RGB: (229,227,206)

Color info

#E5E3CE contains red, green and blue colors in about the same proportion. Web safe color of #E5E3CE is #CCCCCC (or #CCC).

RGB color model

#E5E3CE color RGB value is (229,227,206).

  • red value is 229;
  • green value is 227;
  • blue value is 206.
RGB:
(229,227,206)
(90%,89%,81%)

RGB channels and saturation

R 229 of 255 = 90%
G 227 of 255 = 89%
B 206 of 255 = 81%

229
227
206

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

Portions of RGB colors in percentages

R + G + B =
229 + 227 + 206 = 662 (100%)
R 229 of 662 ~ 34.59%
G 227 of 662 ~ 34.29%
B 206 of 662 ~ 31.12%

%34.59
%34.29
%31.12

CMYK color model

#E5E3CE color CMYK value is (0,1,10,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 10.04%
  • key color value is 10.20%
CMYK:
(0,1,10,10)
C0M1Y10K10 
(0%,1%,10%,10%)
(0.00/0.01/0.10/0.10)	

CMYK percentages

%0
%0.87
%10.04
%10.2

Codes

Color #E5E3CE in popluar color models

E5E3CE
RGB229227206
HSL55°30.67%85.29%
HSB/HSV55°10.04%89.80%
CMYK0.00%0.87%10.04%
10.20%

Color #E5E3CE in popluar number systems.

HEXE5E3CE
Decimal229227206
Binary111001011110001111001110
Octal345343316

Shades and tints

Shades of #E5E3CE

#E5E3CE
(229,227,206)
#D1CFBC
(209,207,188)
#BDBBAA
(189,187,170)
#A9A798
(169,167,152)
#959386
(149,147,134)
#817F74
(129,127,116)
#6D6B62
(109,107,98)
#595750
(89,87,80)
#45433E
(69,67,62)
#312F2C
(49,47,44)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #E5E3CE

#E5E3CE
(229,227,206)
#E7E5D2
(231,229,210)
#E9E7D6
(233,231,214)
#EBE9DA
(235,233,218)
#EDEBDE
(237,235,222)
#EFEDE2
(239,237,226)
#F1EFE6
(241,239,230)
#F3F1EA
(243,241,234)
#F5F3EE
(245,243,238)
#F7F5F2
(247,245,242)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E3CE color. Also use rgb(229,227,206) instead hex code.

Text Font Color

.myTextColor { color: #E5E3CE; }

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

This text font color is #E5E3CE.


Background Color

.myBgColor { background-color: #E5E3CE; }

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

This div background color is #E5E3CE.


Border color

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

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

This div border color is #E5E3CE.


Opacity

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

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

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

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

This text has shadow with #E5E3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E3CE on black background.


Color preview on white background

This text has color #E5E3CE on white background.



Black color preview on #E5E3CE background

This text has black color on #E5E3CE background.


White color preview on #E5E3CE background

This text has white color on #E5E3CE background.