COLOR #E7BBA1

HEX: #E7BBA1
RGB: (231,187,161)

Color info

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

RGB color model

#E7BBA1 color RGB value is (231,187,161).

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

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 161 of 255 = 63%

231
187
161

R + G + B ~ 76%. #E7BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 161 = 579 (100%)
R 231 of 579 ~ 39.9%
G 187 of 579 ~ 32.3%
B 161 of 579 ~ 27.81%

%39.9
%32.3
%27.81

CMYK color model

#E7BBA1 color CMYK value is (0,19,30,9).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 30.30%
  • key color value is 9.41%
CMYK:
(0,19,30,9)
C0M19Y30K9 
(0%,19%,30%,9%)
(0.00/0.19/0.30/0.09)	

CMYK percentages

%0
%19.05
%30.3
%9.41

Codes

Color #E7BBA1 in popluar color models

E7BBA1
RGB231187161
HSL22°59.32%76.86%
HSB/HSV22°30.30%90.59%
CMYK0.00%19.05%30.30%
9.41%

Color #E7BBA1 in popluar number systems.

HEXE7BBA1
Decimal231187161
Binary111001111011101110100001
Octal347273241

Shades and tints

Shades of #E7BBA1

#E7BBA1
(231,187,161)
#D2AA93
(210,170,147)
#BD9985
(189,153,133)
#A88877
(168,136,119)
#937769
(147,119,105)
#7E665B
(126,102,91)
#69554D
(105,85,77)
#54443F
(84,68,63)
#3F3331
(63,51,49)
#2A2223
(42,34,35)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #E7BBA1

#E7BBA1
(231,187,161)
#E9C1A9
(233,193,169)
#EBC7B1
(235,199,177)
#EDCDB9
(237,205,185)
#EFD3C1
(239,211,193)
#F1D9C9
(241,217,201)
#F3DFD1
(243,223,209)
#F5E5D9
(245,229,217)
#F7EBE1
(247,235,225)
#F9F1E9
(249,241,233)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BBA1; }

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

This text font color is #E7BBA1.


Background Color

.myBgColor { background-color: #E7BBA1; }

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

This div background color is #E7BBA1.


Border color

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

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

This div border color is #E7BBA1.


Opacity

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

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

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

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

This text has shadow with #E7BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BBA1 on black background.


Color preview on white background

This text has color #E7BBA1 on white background.



Black color preview on #E7BBA1 background

This text has black color on #E7BBA1 background.


White color preview on #E7BBA1 background

This text has white color on #E7BBA1 background.