COLOR #E7D1A6

HEX: #E7D1A6 RGB: (231,209,166)

Color info

#E7D1A6 contains mainly red and green colors. Web safe color of #E7D1A6 is #FFCC99 (or #FC9).

RGB color model

#E7D1A6 color RGB value is (231,209,166).

RGB: (231,209,166) (91%, 82%, 65%)

RGB channels and saturation

R 231 of 255 = 91%
G 209 of 255 = 82%
B 166 of 255 = 65%

231
209
166

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

Portions of RGB colors in percentages

R + G + B = 231 + 209 + 166 = 606 (100%)
R 231 of 606 ~ 38.12%
G 209 of 606 ~ 34.49%
B 166 of 606 ~ 27.39'%

%38.12
%34.49
%27.39

CMYK color model

#E7D1A6 color CMYK value is (0,10,28,9).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 28.14%
  • key color value is 9.41%

CMYK: (0,10,28,9)
C0M10Y28K9 (0%, 10%, 28%, 9%)
(0.00 / 0.10 / 0.28 / 0.09)

CMYK percentages

%0
%9.52
%28.14
%9.41

Codes

Color #E7D1A6 in popluar color models

E7 D1 A6
RGB 231 209 166
HSL 40° 57.52% 77.84%
HSB/HSV 40° 28.14% 90.59%
CMYK 0.00% 9.52% 28.14%
9.41%

Color #E7D1A6 in popluar number systems.

HEX E7 D1 A6
Decimal 231 209 166
Binary 11100111 11010001 10100110
Octal 347 321 246

Shades and tints

Shades of #E7D1A6

#E7D1A6
(231,209,166)
#D2BE97
(210,190,151)
#BDAB88
(189,171,136)
#A89879
(168,152,121)
#93856A
(147,133,106)
#7E725B
(126,114,91)
#695F4C
(105,95,76)
#544C3D
(84,76,61)
#3F392E
(63,57,46)
#2A261F
(42,38,31)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #E7D1A6

#E7D1A6
(231,209,166)
#E9D5AE
(233,213,174)
#EBD9B6
(235,217,182)
#EDDDBE
(237,221,190)
#EFE1C6
(239,225,198)
#F1E5CE
(241,229,206)
#F3E9D6
(243,233,214)
#F5EDDE
(245,237,222)
#F7F1E6
(247,241,230)
#F9F5EE
(249,245,238)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D1A6 color. Also use rgb(231,209,166) instead hex code.

Text Font Color

.myTextColor { color: #E7D1A6; }

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

This text font color is #E7D1A6.

Background Color

.myBgColor { background-color: #E7D1A6; }

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

This div background color is #E7D1A6.

Border color

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

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

This div border color is #E7D1A6.

Opacity

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

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

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

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

This text has shadow with #E7D1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D1A6.

Preview

Color preview on black background

This text has color #E7D1A6 on black background.


Color preview on white background

This text has color #E7D1A6 on white background.


Black color preview on #E7D1A6 background

This text has black color on #E7D1A6 background.


White color preview on #E7D1A6 background

This text has white color on #E7D1A6 background.


Related colors

Complementary color

Complementary color for #hex is #182E59.


I love getcolorcode.com

Triadic colors

1 #A6E7D1 and #D1A6E7 with #E7D1A6 are triadic colors.

2 #A6D1E7 and #D1E7A6 with #E7D1A6 are triadic colors.