COLOR #E3D5AF

HEX: #E3D5AF
RGB: (227,213,175)

Color info

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

RGB color model

#E3D5AF color RGB value is (227,213,175).

  • red value is 227;
  • green value is 213;
  • blue value is 175.
RGB:
(227,213,175)
(89%,84%,69%)

RGB channels and saturation

R 227 of 255 = 89%
G 213 of 255 = 84%
B 175 of 255 = 69%

227
213
175

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

Portions of RGB colors in percentages

R + G + B =
227 + 213 + 175 = 615 (100%)
R 227 of 615 ~ 36.91%
G 213 of 615 ~ 34.63%
B 175 of 615 ~ 28.46%

%36.91
%34.63
%28.46

CMYK color model

#E3D5AF color CMYK value is (0,6,23,11).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 22.91%
  • key color value is 10.98%
CMYK:
(0,6,23,11)
C0M6Y23K11 
(0%,6%,23%,11%)
(0.00/0.06/0.23/0.11)	

CMYK percentages

%0
%6.17
%22.91
%10.98

Codes

Color #E3D5AF in popluar color models

E3D5AF
RGB227213175
HSL44°48.15%78.82%
HSB/HSV44°22.91%89.02%
CMYK0.00%6.17%22.91%
10.98%

Color #E3D5AF in popluar number systems.

HEXE3D5AF
Decimal227213175
Binary111000111101010110101111
Octal343325257

Shades and tints

Shades of #E3D5AF

#E3D5AF
(227,213,175)
#CFC2A0
(207,194,160)
#BBAF91
(187,175,145)
#A79C82
(167,156,130)
#938973
(147,137,115)
#7F7664
(127,118,100)
#6B6355
(107,99,85)
#575046
(87,80,70)
#433D37
(67,61,55)
#2F2A28
(47,42,40)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #E3D5AF

#E3D5AF
(227,213,175)
#E5D8B6
(229,216,182)
#E7DBBD
(231,219,189)
#E9DEC4
(233,222,196)
#EBE1CB
(235,225,203)
#EDE4D2
(237,228,210)
#EFE7D9
(239,231,217)
#F1EAE0
(241,234,224)
#F3EDE7
(243,237,231)
#F5F0EE
(245,240,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D5AF color. Also use rgb(227,213,175) instead hex code.

Text Font Color

.myTextColor { color: #E3D5AF; }

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

This text font color is #E3D5AF.


Background Color

.myBgColor { background-color: #E3D5AF; }

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

This div background color is #E3D5AF.


Border color

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

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

This div border color is #E3D5AF.


Opacity

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

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

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

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

This text has shadow with #E3D5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D5AF on black background.


Color preview on white background

This text has color #E3D5AF on white background.



Black color preview on #E3D5AF background

This text has black color on #E3D5AF background.


White color preview on #E3D5AF background

This text has white color on #E3D5AF background.