COLOR #E7D0B7

HEX: #E7D0B7 RGB: (231,208,183)

Color info

#E7D0B7 contains red, green and blue colors in about the same proportion. Web safe color of #E7D0B7 is #FFCCCC (or #FCC).

RGB color model

#E7D0B7 color RGB value is (231,208,183).

RGB: (231,208,183) (91%, 82%, 72%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 183 of 255 = 72%

231
208
183

R + G + B ~ 82%. #E7D0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 208 + 183 = 622 (100%)
R 231 of 622 ~ 37.14%
G 208 of 622 ~ 33.44%
B 183 of 622 ~ 29.42'%

%37.14
%33.44
%29.42

CMYK color model

#E7D0B7 color CMYK value is (0,10,21,9).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 20.78%
  • key color value is 9.41%

CMYK: (0,10,21,9)
C0M10Y21K9 (0%, 10%, 21%, 9%)
(0.00 / 0.10 / 0.21 / 0.09)

CMYK percentages

%0
%9.96
%20.78
%9.41

Codes

Color #E7D0B7 in popluar color models

E7 D0 B7
RGB 231 208 183
HSL 31° 50.00% 81.18%
HSB/HSV 31° 20.78% 90.59%
CMYK 0.00% 9.96% 20.78%
9.41%

Color #E7D0B7 in popluar number systems.

HEX E7 D0 B7
Decimal 231 208 183
Binary 11100111 11010000 10110111
Octal 347 320 267

Shades and tints

Shades of #E7D0B7

#E7D0B7
(231,208,183)
#D2BEA7
(210,190,167)
#BDAC97
(189,172,151)
#A89A87
(168,154,135)
#938877
(147,136,119)
#7E7667
(126,118,103)
#696457
(105,100,87)
#545247
(84,82,71)
#3F4037
(63,64,55)
#2A2E27
(42,46,39)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #E7D0B7

#E7D0B7
(231,208,183)
#E9D4BD
(233,212,189)
#EBD8C3
(235,216,195)
#EDDCC9
(237,220,201)
#EFE0CF
(239,224,207)
#F1E4D5
(241,228,213)
#F3E8DB
(243,232,219)
#F5ECE1
(245,236,225)
#F7F0E7
(247,240,231)
#F9F4ED
(249,244,237)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0B7 color. Also use rgb(231,208,183) instead hex code.

Text Font Color

.myTextColor { color: #E7D0B7; }

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

This text font color is #E7D0B7.

Background Color

.myBgColor { background-color: #E7D0B7; }

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

This div background color is #E7D0B7.

Border color

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

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

This div border color is #E7D0B7.

Opacity

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

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

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

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

This text has shadow with #E7D0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D0B7.

Preview

Color preview on black background

This text has color #E7D0B7 on black background.


Color preview on white background

This text has color #E7D0B7 on white background.


Black color preview on #E7D0B7 background

This text has black color on #E7D0B7 background.


White color preview on #E7D0B7 background

This text has white color on #E7D0B7 background.


Related colors

Complementary color

Complementary color for #hex is #182F48.


I love getcolorcode.com

Triadic colors

1 #B7E7D0 and #D0B7E7 with #E7D0B7 are triadic colors.

2 #B7D0E7 and #D0E7B7 with #E7D0B7 are triadic colors.