COLOR #E7BEB7

HEX: #E7BEB7
RGB: (231,190,183)

Color info

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

RGB color model

#E7BEB7 color RGB value is (231,190,183).

  • red value is 231;
  • green value is 190;
  • blue value is 183.
RGB:
(231,190,183)
(91%,75%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 183 of 255 = 72%

231
190
183

R + G + B ~ 79%. #E7BEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 190 + 183 = 604 (100%)
R 231 of 604 ~ 38.25%
G 190 of 604 ~ 31.46%
B 183 of 604 ~ 30.3%

%38.25
%31.46
%30.3

CMYK color model

#E7BEB7 color CMYK value is (0,18,21,9).

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,18,21,9)
C0M18Y21K9 
(0%,18%,21%,9%)
(0.00/0.18/0.21/0.09)	

CMYK percentages

%0
%17.75
%20.78
%9.41

Codes

Color #E7BEB7 in popluar color models

E7BEB7
RGB231190183
HSL50.00%81.18%
HSB/HSV20.78%90.59%
CMYK0.00%17.75%20.78%
9.41%

Color #E7BEB7 in popluar number systems.

HEXE7BEB7
Decimal231190183
Binary111001111011111010110111
Octal347276267

Shades and tints

Shades of #E7BEB7

#E7BEB7
(231,190,183)
#D2ADA7
(210,173,167)
#BD9C97
(189,156,151)
#A88B87
(168,139,135)
#937A77
(147,122,119)
#7E6967
(126,105,103)
#695857
(105,88,87)
#544747
(84,71,71)
#3F3637
(63,54,55)
#2A2527
(42,37,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #E7BEB7

#E7BEB7
(231,190,183)
#E9C3BD
(233,195,189)
#EBC8C3
(235,200,195)
#EDCDC9
(237,205,201)
#EFD2CF
(239,210,207)
#F1D7D5
(241,215,213)
#F3DCDB
(243,220,219)
#F5E1E1
(245,225,225)
#F7E6E7
(247,230,231)
#F9EBED
(249,235,237)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEB7; }

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

This text font color is #E7BEB7.


Background Color

.myBgColor { background-color: #E7BEB7; }

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

This div background color is #E7BEB7.


Border color

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

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

This div border color is #E7BEB7.


Opacity

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

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

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

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

This text has shadow with #E7BEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEB7 on black background.


Color preview on white background

This text has color #E7BEB7 on white background.



Black color preview on #E7BEB7 background

This text has black color on #E7BEB7 background.


White color preview on #E7BEB7 background

This text has white color on #E7BEB7 background.