COLOR #E1E3D0

HEX: #E1E3D0
RGB: (225,227,208)

Color info

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

RGB color model

#E1E3D0 color RGB value is (225,227,208).

  • red value is 225;
  • green value is 227;
  • blue value is 208.
RGB:
(225,227,208)
(88%,89%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 208 of 255 = 82%

225
227
208

R + G + B ~ 86%. #E1E3D0 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 208 = 660 (100%)
R 225 of 660 ~ 34.09%
G 227 of 660 ~ 34.39%
B 208 of 660 ~ 31.52%

%34.09
%34.39
%31.52

CMYK color model

#E1E3D0 color CMYK value is (1,0,8,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(1,0,8,11)
C1M0Y8K11 
(1%,0%,8%,11%)
(0.01/0.00/0.08/0.11)	

CMYK percentages

%0.88
%0
%8.37
%10.98

Codes

Color #E1E3D0 in popluar color models

E1E3D0
RGB225227208
HSL66°25.33%85.29%
HSB/HSV66°8.37%89.02%
CMYK0.88%0.00%8.37%
10.98%

Color #E1E3D0 in popluar number systems.

HEXE1E3D0
Decimal225227208
Binary111000011110001111010000
Octal341343320

Shades and tints

Shades of #E1E3D0

#E1E3D0
(225,227,208)
#CDCFBE
(205,207,190)
#B9BBAC
(185,187,172)
#A5A79A
(165,167,154)
#919388
(145,147,136)
#7D7F76
(125,127,118)
#696B64
(105,107,100)
#555752
(85,87,82)
#414340
(65,67,64)
#2D2F2E
(45,47,46)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #E1E3D0

#E1E3D0
(225,227,208)
#E3E5D4
(227,229,212)
#E5E7D8
(229,231,216)
#E7E9DC
(231,233,220)
#E9EBE0
(233,235,224)
#EBEDE4
(235,237,228)
#EDEFE8
(237,239,232)
#EFF1EC
(239,241,236)
#F1F3F0
(241,243,240)
#F3F5F4
(243,245,244)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E3D0 color. Also use rgb(225,227,208) instead hex code.

Text Font Color

.myTextColor { color: #E1E3D0; }

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

This text font color is #E1E3D0.


Background Color

.myBgColor { background-color: #E1E3D0; }

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

This div background color is #E1E3D0.


Border color

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

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

This div border color is #E1E3D0.


Opacity

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

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

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

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

This text has shadow with #E1E3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E3D0 on black background.


Color preview on white background

This text has color #E1E3D0 on white background.



Black color preview on #E1E3D0 background

This text has black color on #E1E3D0 background.


White color preview on #E1E3D0 background

This text has white color on #E1E3D0 background.