COLOR #E7B9B1

HEX: #E7B9B1 RGB: (231,185,177)

Color info

#E7B9B1 contains red, green and blue colors in about the same proportion. Web safe color of #E7B9B1 is #FFCC99 (or #FC9).

RGB color model

#E7B9B1 color RGB value is (231,185,177).

RGB: (231,185,177) (91%, 73%, 69%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 177 of 255 = 69%

231
185
177

R + G + B ~ 78%. #E7B9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 185 + 177 = 593 (100%)
R 231 of 593 ~ 38.95%
G 185 of 593 ~ 31.2%
B 177 of 593 ~ 29.85'%

%38.95
%31.2
%29.85

CMYK color model

#E7B9B1 color CMYK value is (0,20,23,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 23.38%
  • key color value is 9.41%

CMYK: (0,20,23,9)
C0M20Y23K9 (0%, 20%, 23%, 9%)
(0.00 / 0.20 / 0.23 / 0.09)

CMYK percentages

%0
%19.91
%23.38
%9.41

Codes

Color #E7B9B1 in popluar color models

E7 B9 B1
RGB 231 185 177
HSL 52.94% 80.00%
HSB/HSV 23.38% 90.59%
CMYK 0.00% 19.91% 23.38%
9.41%

Color #E7B9B1 in popluar number systems.

HEX E7 B9 B1
Decimal 231 185 177
Binary 11100111 10111001 10110001
Octal 347 271 261

Shades and tints

Shades of #E7B9B1

#E7B9B1
(231,185,177)
#D2A9A1
(210,169,161)
#BD9991
(189,153,145)
#A88981
(168,137,129)
#937971
(147,121,113)
#7E6961
(126,105,97)
#695951
(105,89,81)
#544941
(84,73,65)
#3F3931
(63,57,49)
#2A2921
(42,41,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #E7B9B1

#E7B9B1
(231,185,177)
#E9BFB8
(233,191,184)
#EBC5BF
(235,197,191)
#EDCBC6
(237,203,198)
#EFD1CD
(239,209,205)
#F1D7D4
(241,215,212)
#F3DDDB
(243,221,219)
#F5E3E2
(245,227,226)
#F7E9E9
(247,233,233)
#F9EFF0
(249,239,240)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B9B1 color. Also use rgb(231,185,177) instead hex code.

Text Font Color

.myTextColor { color: #E7B9B1; }

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

This text font color is #E7B9B1.

Background Color

.myBgColor { background-color: #E7B9B1; }

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

This div background color is #E7B9B1.

Border color

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

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

This div border color is #E7B9B1.

Opacity

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

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

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

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

This text has shadow with #E7B9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B9B1.

Preview

Color preview on black background

This text has color #E7B9B1 on black background.


Color preview on white background

This text has color #E7B9B1 on white background.


Black color preview on #E7B9B1 background

This text has black color on #E7B9B1 background.


White color preview on #E7B9B1 background

This text has white color on #E7B9B1 background.


Related colors

Complementary color

Complementary color for #hex is #18464E.


I love getcolorcode.com

Triadic colors

1 #B1E7B9 and #B9B1E7 with #E7B9B1 are triadic colors.

2 #B1B9E7 and #B9E7B1 with #E7B9B1 are triadic colors.