COLOR #E5E3D3

HEX: #E5E3D3
RGB: (229,227,211)

Color info

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

RGB color model

#E5E3D3 color RGB value is (229,227,211).

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

RGB channels and saturation

R 229 of 255 = 90%
G 227 of 255 = 89%
B 211 of 255 = 83%

229
227
211

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

Portions of RGB colors in percentages

R + G + B =
229 + 227 + 211 = 667 (100%)
R 229 of 667 ~ 34.33%
G 227 of 667 ~ 34.03%
B 211 of 667 ~ 31.63%

%34.33
%34.03
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 7.86%
  • key color value is 10.20%
CMYK:
(0,1,8,10)
C0M1Y8K10 
(0%,1%,8%,10%)
(0.00/0.01/0.08/0.10)	

CMYK percentages

%0
%0.87
%7.86
%10.2

Codes

Color #E5E3D3 in popluar color models

E5E3D3
RGB229227211
HSL53°25.71%86.27%
HSB/HSV53°7.86%89.80%
CMYK0.00%0.87%7.86%
10.20%

Color #E5E3D3 in popluar number systems.

HEXE5E3D3
Decimal229227211
Binary111001011110001111010011
Octal345343323

Shades and tints

Shades of #E5E3D3

#E5E3D3
(229,227,211)
#D1CFC0
(209,207,192)
#BDBBAD
(189,187,173)
#A9A79A
(169,167,154)
#959387
(149,147,135)
#817F74
(129,127,116)
#6D6B61
(109,107,97)
#59574E
(89,87,78)
#45433B
(69,67,59)
#312F28
(49,47,40)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #E5E3D3

#E5E3D3
(229,227,211)
#E7E5D7
(231,229,215)
#E9E7DB
(233,231,219)
#EBE9DF
(235,233,223)
#EDEBE3
(237,235,227)
#EFEDE7
(239,237,231)
#F1EFEB
(241,239,235)
#F3F1EF
(243,241,239)
#F5F3F3
(245,243,243)
#F7F5F7
(247,245,247)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E3D3; }

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

This text font color is #E5E3D3.


Background Color

.myBgColor { background-color: #E5E3D3; }

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

This div background color is #E5E3D3.


Border color

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

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

This div border color is #E5E3D3.


Opacity

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

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

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

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

This text has shadow with #E5E3D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E3D3 on black background.


Color preview on white background

This text has color #E5E3D3 on white background.



Black color preview on #E5E3D3 background

This text has black color on #E5E3D3 background.


White color preview on #E5E3D3 background

This text has white color on #E5E3D3 background.