COLOR #E3D7AF

HEX: #E3D7AF RGB: (227,215,175)

Color info

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

RGB color model

#E3D7AF color RGB value is (227,215,175).

RGB: (227,215,175) (89%, 84%, 69%)

RGB channels and saturation

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

227
215
175

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

Portions of RGB colors in percentages

R + G + B = 227 + 215 + 175 = 617 (100%)
R 227 of 617 ~ 36.79%
G 215 of 617 ~ 34.85%
B 175 of 617 ~ 28.36'%

%36.79
%34.85
%28.36

CMYK color model

#E3D7AF color CMYK value is (0,5,23,11).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 22.91%
  • key color value is 10.98%

CMYK: (0,5,23,11)
C0M5Y23K11 (0%, 5%, 23%, 11%)
(0.00 / 0.05 / 0.23 / 0.11)

CMYK percentages

%0
%5.29
%22.91
%10.98

Codes

Color #E3D7AF in popluar color models

E3 D7 AF
RGB 227 215 175
HSL 46° 48.15% 78.82%
HSB/HSV 46° 22.91% 89.02%
CMYK 0.00% 5.29% 22.91%
10.98%

Color #E3D7AF in popluar number systems.

HEX E3 D7 AF
Decimal 227 215 175
Binary 11100011 11010111 10101111
Octal 343 327 257

Shades and tints

Shades of #E3D7AF

#E3D7AF
(227,215,175)
#CFC4A0
(207,196,160)
#BBB191
(187,177,145)
#A79E82
(167,158,130)
#938B73
(147,139,115)
#7F7864
(127,120,100)
#6B6555
(107,101,85)
#575246
(87,82,70)
#433F37
(67,63,55)
#2F2C28
(47,44,40)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #E3D7AF

#E3D7AF
(227,215,175)
#E5DAB6
(229,218,182)
#E7DDBD
(231,221,189)
#E9E0C4
(233,224,196)
#EBE3CB
(235,227,203)
#EDE6D2
(237,230,210)
#EFE9D9
(239,233,217)
#F1ECE0
(241,236,224)
#F3EFE7
(243,239,231)
#F5F2EE
(245,242,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D7AF; }

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

This text font color is #E3D7AF.

Background Color

.myBgColor { background-color: #E3D7AF; }

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

This div background color is #E3D7AF.

Border color

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

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

This div border color is #E3D7AF.

Opacity

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

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

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

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

This text has shadow with #E3D7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D7AF.

Preview

Color preview on black background

This text has color #E3D7AF on black background.


Color preview on white background

This text has color #E3D7AF on white background.


Black color preview on #E3D7AF background

This text has black color on #E3D7AF background.


White color preview on #E3D7AF background

This text has white color on #E3D7AF background.


Related colors

Complementary color

Complementary color for #hex is #1C2850.


I love getcolorcode.com

Triadic colors

1 #AFE3D7 and #D7AFE3 with #E3D7AF are triadic colors.

2 #AFD7E3 and #D7E3AF with #E3D7AF are triadic colors.