COLOR #E1DBAE

HEX: #E1DBAE
RGB: (225,219,174)

Color info

#E1DBAE contains red, green and blue colors in about the same proportion. Web safe color of #E1DBAE is #CCCC99 (or #CC9).

RGB color model

#E1DBAE color RGB value is (225,219,174).

  • red value is 225;
  • green value is 219;
  • blue value is 174.
RGB:
(225,219,174)
(88%,86%,68%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 174 of 255 = 68%

225
219
174

R + G + B ~ 81%. #E1DBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 174 = 618 (100%)
R 225 of 618 ~ 36.41%
G 219 of 618 ~ 35.44%
B 174 of 618 ~ 28.16%

%36.41
%35.44
%28.16

CMYK color model

#E1DBAE color CMYK value is (0,3,23,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 22.67%
  • key color value is 11.76%
CMYK:
(0,3,23,12)
C0M3Y23K12 
(0%,3%,23%,12%)
(0.00/0.03/0.23/0.12)	

CMYK percentages

%0
%2.67
%22.67
%11.76

Codes

Color #E1DBAE in popluar color models

E1DBAE
RGB225219174
HSL53°45.95%78.24%
HSB/HSV53°22.67%88.24%
CMYK0.00%2.67%22.67%
11.76%

Color #E1DBAE in popluar number systems.

HEXE1DBAE
Decimal225219174
Binary111000011101101110101110
Octal341333256

Shades and tints

Shades of #E1DBAE

#E1DBAE
(225,219,174)
#CDC89F
(205,200,159)
#B9B590
(185,181,144)
#A5A281
(165,162,129)
#918F72
(145,143,114)
#7D7C63
(125,124,99)
#696954
(105,105,84)
#555645
(85,86,69)
#414336
(65,67,54)
#2D3027
(45,48,39)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1DBAE

#E1DBAE
(225,219,174)
#E3DEB5
(227,222,181)
#E5E1BC
(229,225,188)
#E7E4C3
(231,228,195)
#E9E7CA
(233,231,202)
#EBEAD1
(235,234,209)
#EDEDD8
(237,237,216)
#EFF0DF
(239,240,223)
#F1F3E6
(241,243,230)
#F3F6ED
(243,246,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBAE color. Also use rgb(225,219,174) instead hex code.

Text Font Color

.myTextColor { color: #E1DBAE; }

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

This text font color is #E1DBAE.


Background Color

.myBgColor { background-color: #E1DBAE; }

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

This div background color is #E1DBAE.


Border color

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

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

This div border color is #E1DBAE.


Opacity

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

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

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

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

This text has shadow with #E1DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBAE on black background.


Color preview on white background

This text has color #E1DBAE on white background.



Black color preview on #E1DBAE background

This text has black color on #E1DBAE background.


White color preview on #E1DBAE background

This text has white color on #E1DBAE background.