COLOR #E7BB95

HEX: #E7BB95
RGB: (231,187,149)

Color info

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

RGB color model

#E7BB95 color RGB value is (231,187,149).

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

RGB channels and saturation

R 231 of 255 = 91%
G 187 of 255 = 73%
B 149 of 255 = 58%

231
187
149

R + G + B ~ 74%. #E7BB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 187 + 149 = 567 (100%)
R 231 of 567 ~ 40.74%
G 187 of 567 ~ 32.98%
B 149 of 567 ~ 26.28%

%40.74
%32.98
%26.28

CMYK color model

#E7BB95 color CMYK value is (0,19,35,9).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 35.50%
  • key color value is 9.41%
CMYK:
(0,19,35,9)
C0M19Y35K9 
(0%,19%,35%,9%)
(0.00/0.19/0.35/0.09)	

CMYK percentages

%0
%19.05
%35.5
%9.41

Codes

Color #E7BB95 in popluar color models

E7BB95
RGB231187149
HSL28°63.08%74.51%
HSB/HSV28°35.50%90.59%
CMYK0.00%19.05%35.50%
9.41%

Color #E7BB95 in popluar number systems.

HEXE7BB95
Decimal231187149
Binary111001111011101110010101
Octal347273225

Shades and tints

Shades of #E7BB95

#E7BB95
(231,187,149)
#D2AA88
(210,170,136)
#BD997B
(189,153,123)
#A8886E
(168,136,110)
#937761
(147,119,97)
#7E6654
(126,102,84)
#695547
(105,85,71)
#54443A
(84,68,58)
#3F332D
(63,51,45)
#2A2220
(42,34,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #E7BB95

#E7BB95
(231,187,149)
#E9C19E
(233,193,158)
#EBC7A7
(235,199,167)
#EDCDB0
(237,205,176)
#EFD3B9
(239,211,185)
#F1D9C2
(241,217,194)
#F3DFCB
(243,223,203)
#F5E5D4
(245,229,212)
#F7EBDD
(247,235,221)
#F9F1E6
(249,241,230)
#FBF7EF
(251,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BB95; }

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

This text font color is #E7BB95.


Background Color

.myBgColor { background-color: #E7BB95; }

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

This div background color is #E7BB95.


Border color

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

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

This div border color is #E7BB95.


Opacity

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

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

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

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

This text has shadow with #E7BB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BB95 on black background.


Color preview on white background

This text has color #E7BB95 on white background.



Black color preview on #E7BB95 background

This text has black color on #E7BB95 background.


White color preview on #E7BB95 background

This text has white color on #E7BB95 background.