COLOR #E7BBAF

HEX: #E7BBAF
RGB: (231,187,175)

Color info

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

RGB color model

#E7BBAF color RGB value is (231,187,175).

  • red value is 231;
  • green value is 187;
  • blue value is 175.
RGB:
(231,187,175)
(91%,73%,69%)

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 175 of 255 = 69%

231
187
175

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

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 175 = 593 (100%)
R 231 of 593 ~ 38.95%
G 187 of 593 ~ 31.53%
B 175 of 593 ~ 29.51%

%38.95
%31.53
%29.51

CMYK color model

#E7BBAF color CMYK value is (0,19,24,9).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 24.24%
  • key color value is 9.41%
CMYK:
(0,19,24,9)
C0M19Y24K9 
(0%,19%,24%,9%)
(0.00/0.19/0.24/0.09)	

CMYK percentages

%0
%19.05
%24.24
%9.41

Codes

Color #E7BBAF in popluar color models

E7BBAF
RGB231187175
HSL13°53.85%79.61%
HSB/HSV13°24.24%90.59%
CMYK0.00%19.05%24.24%
9.41%

Color #E7BBAF in popluar number systems.

HEXE7BBAF
Decimal231187175
Binary111001111011101110101111
Octal347273257

Shades and tints

Shades of #E7BBAF

#E7BBAF
(231,187,175)
#D2AAA0
(210,170,160)
#BD9991
(189,153,145)
#A88882
(168,136,130)
#937773
(147,119,115)
#7E6664
(126,102,100)
#695555
(105,85,85)
#544446
(84,68,70)
#3F3337
(63,51,55)
#2A2228
(42,34,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #E7BBAF

#E7BBAF
(231,187,175)
#E9C1B6
(233,193,182)
#EBC7BD
(235,199,189)
#EDCDC4
(237,205,196)
#EFD3CB
(239,211,203)
#F1D9D2
(241,217,210)
#F3DFD9
(243,223,217)
#F5E5E0
(245,229,224)
#F7EBE7
(247,235,231)
#F9F1EE
(249,241,238)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BBAF color. Also use rgb(231,187,175) instead hex code.

Text Font Color

.myTextColor { color: #E7BBAF; }

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

This text font color is #E7BBAF.


Background Color

.myBgColor { background-color: #E7BBAF; }

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

This div background color is #E7BBAF.


Border color

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

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

This div border color is #E7BBAF.


Opacity

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

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

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

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

This text has shadow with #E7BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBAF on black background.


Color preview on white background

This text has color #E7BBAF on white background.



Black color preview on #E7BBAF background

This text has black color on #E7BBAF background.


White color preview on #E7BBAF background

This text has white color on #E7BBAF background.