COLOR #E3D1A7

HEX: #E3D1A7 RGB: (227,209,167)

Color info

#E3D1A7 contains mainly red and green colors. Web safe color of #E3D1A7 is #CCCC99 (or #CC9).

RGB color model

#E3D1A7 color RGB value is (227,209,167).

RGB: (227,209,167) (89%, 82%, 65%)

RGB channels and saturation

R 227 of 255 = 89%
G 209 of 255 = 82%
B 167 of 255 = 65%

227
209
167

R + G + B ~ 79%. #E3D1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 209 + 167 = 603 (100%)
R 227 of 603 ~ 37.65%
G 209 of 603 ~ 34.66%
B 167 of 603 ~ 27.69'%

%37.65
%34.66
%27.69

CMYK color model

#E3D1A7 color CMYK value is (0,8,26,11).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 26.43%
  • key color value is 10.98%
CMYK: (0,8,26,11) C0M8Y26K11 (0%,8%,26%,11%) (0.00/0.08/0.26/0.11) 

CMYK percentages

%0
%7.93
%26.43
%10.98

Codes

Color #E3D1A7 in popluar color models

E3 D1 A7
RGB 227 209 167
HSL 42° 51.72% 77.25%
HSB/HSV 42° 26.43% 89.02%
CMYK 0.00% 7.93% 26.43%
10.98%

Color #E3D1A7 in popluar number systems.

HEX E3 D1 A7
Decimal 227 209 167
Binary 11100011 11010001 10100111
Octal 343 321 247

Shades and tints

Shades of #E3D1A7

#E3D1A7
(227,209,167)
#CFBE98
(207,190,152)
#BBAB89
(187,171,137)
#A7987A
(167,152,122)
#93856B
(147,133,107)
#7F725C
(127,114,92)
#6B5F4D
(107,95,77)
#574C3E
(87,76,62)
#43392F
(67,57,47)
#2F2620
(47,38,32)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #E3D1A7

#E3D1A7
(227,209,167)
#E5D5AF
(229,213,175)
#E7D9B7
(231,217,183)
#E9DDBF
(233,221,191)
#EBE1C7
(235,225,199)
#EDE5CF
(237,229,207)
#EFE9D7
(239,233,215)
#F1EDDF
(241,237,223)
#F3F1E7
(243,241,231)
#F5F5EF
(245,245,239)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D1A7 color. Also use rgb(227,209,167) instead hex code.

Text Font Color

.myTextColor { color: #E3D1A7; }

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

This text font color is #E3D1A7.

Background Color

.myBgColor { background-color: #E3D1A7; }

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

This div background color is #E3D1A7.

Border color

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

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

This div border color is #E3D1A7.

Opacity

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

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

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

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

This text has shadow with #E3D1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D1A7.

Preview

Color preview on black background

This text has color #E3D1A7 on black background.


Color preview on white background

This text has color #E3D1A7 on white background.


Black color preview on #E3D1A7 background

This text has black color on #E3D1A7 background.


White color preview on #E3D1A7 background

This text has white color on #E3D1A7 background.


Related colors

Complementary color

Complementary color for #hex is #1C2E58.


I love getcolorcode.com

Triadic colors

1 #A7E3D1 and #D1A7E3 with #E3D1A7 are triadic colors.

2 #A7D1E3 and #D1E3A7 with #E3D1A7 are triadic colors.