COLOR #E1EDB7

HEX: #E1EDB7
RGB: (225,237,183)

Color info

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

RGB color model

#E1EDB7 color RGB value is (225,237,183).

  • red value is 225;
  • green value is 237;
  • blue value is 183.
RGB:
(225,237,183)
(88%,93%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 183 of 255 = 72%

225
237
183

R + G + B ~ 84%. #E1EDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 183 = 645 (100%)
R 225 of 645 ~ 34.88%
G 237 of 645 ~ 36.74%
B 183 of 645 ~ 28.37%

%34.88
%36.74
%28.37

CMYK color model

#E1EDB7 color CMYK value is (5,0,23,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(5,0,23,7)
C5M0Y23K7 
(5%,0%,23%,7%)
(0.05/0.00/0.23/0.07)	

CMYK percentages

%5.06
%0
%22.78
%7.06

Codes

Color #E1EDB7 in popluar color models

E1EDB7
RGB225237183
HSL73°60.00%82.35%
HSB/HSV73°22.78%92.94%
CMYK5.06%0.00%22.78%
7.06%

Color #E1EDB7 in popluar number systems.

HEXE1EDB7
Decimal225237183
Binary111000011110110110110111
Octal341355267

Shades and tints

Shades of #E1EDB7

#E1EDB7
(225,237,183)
#CDD8A7
(205,216,167)
#B9C397
(185,195,151)
#A5AE87
(165,174,135)
#919977
(145,153,119)
#7D8467
(125,132,103)
#696F57
(105,111,87)
#555A47
(85,90,71)
#414537
(65,69,55)
#2D3027
(45,48,39)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #E1EDB7

#E1EDB7
(225,237,183)
#E3EEBD
(227,238,189)
#E5EFC3
(229,239,195)
#E7F0C9
(231,240,201)
#E9F1CF
(233,241,207)
#EBF2D5
(235,242,213)
#EDF3DB
(237,243,219)
#EFF4E1
(239,244,225)
#F1F5E7
(241,245,231)
#F3F6ED
(243,246,237)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EDB7 color. Also use rgb(225,237,183) instead hex code.

Text Font Color

.myTextColor { color: #E1EDB7; }

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

This text font color is #E1EDB7.


Background Color

.myBgColor { background-color: #E1EDB7; }

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

This div background color is #E1EDB7.


Border color

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

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

This div border color is #E1EDB7.


Opacity

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

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

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

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

This text has shadow with #E1EDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDB7 on black background.


Color preview on white background

This text has color #E1EDB7 on white background.



Black color preview on #E1EDB7 background

This text has black color on #E1EDB7 background.


White color preview on #E1EDB7 background

This text has white color on #E1EDB7 background.