COLOR #E1DFAB

HEX: #E1DFAB
RGB: (225,223,171)

Color info

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

RGB color model

#E1DFAB color RGB value is (225,223,171).

  • red value is 225;
  • green value is 223;
  • blue value is 171.
RGB:
(225,223,171)
(88%,87%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 171 of 255 = 67%

225
223
171

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

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 171 = 619 (100%)
R 225 of 619 ~ 36.35%
G 223 of 619 ~ 36.03%
B 171 of 619 ~ 27.63%

%36.35
%36.03
%27.63

CMYK color model

#E1DFAB color CMYK value is (0,1,24,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK:
(0,1,24,12)
C0M1Y24K12 
(0%,1%,24%,12%)
(0.00/0.01/0.24/0.12)	

CMYK percentages

%0
%0.89
%24
%11.76

Codes

Color #E1DFAB in popluar color models

E1DFAB
RGB225223171
HSL58°47.37%77.65%
HSB/HSV58°24.00%88.24%
CMYK0.00%0.89%24.00%
11.76%

Color #E1DFAB in popluar number systems.

HEXE1DFAB
Decimal225223171
Binary111000011101111110101011
Octal341337253

Shades and tints

Shades of #E1DFAB

#E1DFAB
(225,223,171)
#CDCB9C
(205,203,156)
#B9B78D
(185,183,141)
#A5A37E
(165,163,126)
#918F6F
(145,143,111)
#7D7B60
(125,123,96)
#696751
(105,103,81)
#555342
(85,83,66)
#413F33
(65,63,51)
#2D2B24
(45,43,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #E1DFAB

#E1DFAB
(225,223,171)
#E3E1B2
(227,225,178)
#E5E3B9
(229,227,185)
#E7E5C0
(231,229,192)
#E9E7C7
(233,231,199)
#EBE9CE
(235,233,206)
#EDEBD5
(237,235,213)
#EFEDDC
(239,237,220)
#F1EFE3
(241,239,227)
#F3F1EA
(243,241,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DFAB color. Also use rgb(225,223,171) instead hex code.

Text Font Color

.myTextColor { color: #E1DFAB; }

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

This text font color is #E1DFAB.


Background Color

.myBgColor { background-color: #E1DFAB; }

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

This div background color is #E1DFAB.


Border color

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

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

This div border color is #E1DFAB.


Opacity

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

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

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

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

This text has shadow with #E1DFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFAB on black background.


Color preview on white background

This text has color #E1DFAB on white background.



Black color preview on #E1DFAB background

This text has black color on #E1DFAB background.


White color preview on #E1DFAB background

This text has white color on #E1DFAB background.