COLOR #E1DEBB

HEX: #E1DEBB
RGB: (225,222,187)

Color info

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

RGB color model

#E1DEBB color RGB value is (225,222,187).

  • red value is 225;
  • green value is 222;
  • blue value is 187.
RGB:
(225,222,187)
(88%,87%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 187 of 255 = 73%

225
222
187

R + G + B ~ 83%. #E1DEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 187 = 634 (100%)
R 225 of 634 ~ 35.49%
G 222 of 634 ~ 35.02%
B 187 of 634 ~ 29.5%

%35.49
%35.02
%29.5

CMYK color model

#E1DEBB color CMYK value is (0,1,17,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 16.89%
  • key color value is 11.76%
CMYK:
(0,1,17,12)
C0M1Y17K12 
(0%,1%,17%,12%)
(0.00/0.01/0.17/0.12)	

CMYK percentages

%0
%1.33
%16.89
%11.76

Codes

Color #E1DEBB in popluar color models

E1DEBB
RGB225222187
HSL55°38.78%80.78%
HSB/HSV55°16.89%88.24%
CMYK0.00%1.33%16.89%
11.76%

Color #E1DEBB in popluar number systems.

HEXE1DEBB
Decimal225222187
Binary111000011101111010111011
Octal341336273

Shades and tints

Shades of #E1DEBB

#E1DEBB
(225,222,187)
#CDCAAA
(205,202,170)
#B9B699
(185,182,153)
#A5A288
(165,162,136)
#918E77
(145,142,119)
#7D7A66
(125,122,102)
#696655
(105,102,85)
#555244
(85,82,68)
#413E33
(65,62,51)
#2D2A22
(45,42,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E1DEBB

#E1DEBB
(225,222,187)
#E3E1C1
(227,225,193)
#E5E4C7
(229,228,199)
#E7E7CD
(231,231,205)
#E9EAD3
(233,234,211)
#EBEDD9
(235,237,217)
#EDF0DF
(237,240,223)
#EFF3E5
(239,243,229)
#F1F6EB
(241,246,235)
#F3F9F1
(243,249,241)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DEBB color. Also use rgb(225,222,187) instead hex code.

Text Font Color

.myTextColor { color: #E1DEBB; }

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

This text font color is #E1DEBB.


Background Color

.myBgColor { background-color: #E1DEBB; }

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

This div background color is #E1DEBB.


Border color

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

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

This div border color is #E1DEBB.


Opacity

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

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

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

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

This text has shadow with #E1DEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DEBB on black background.


Color preview on white background

This text has color #E1DEBB on white background.



Black color preview on #E1DEBB background

This text has black color on #E1DEBB background.


White color preview on #E1DEBB background

This text has white color on #E1DEBB background.