COLOR #E7B5B6

HEX: #E7B5B6
RGB: (231,181,182)

Color info

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

RGB color model

#E7B5B6 color RGB value is (231,181,182).

  • red value is 231;
  • green value is 181;
  • blue value is 182.
RGB:
(231,181,182)
(91%,71%,71%)

RGB channels and saturation

R 231 of 255 = 91%
G 181 of 255 = 71%
B 182 of 255 = 71%

231
181
182

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

Portions of RGB colors in percentages

R + G + B =
231 + 181 + 182 = 594 (100%)
R 231 of 594 ~ 38.89%
G 181 of 594 ~ 30.47%
B 182 of 594 ~ 30.64%

%38.89
%30.47
%30.64

CMYK color model

#E7B5B6 color CMYK value is (0,22,21,9).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 21.21%
  • key color value is 9.41%
CMYK:
(0,22,21,9)
C0M22Y21K9 
(0%,22%,21%,9%)
(0.00/0.22/0.21/0.09)	

CMYK percentages

%0
%21.65
%21.21
%9.41

Codes

Color #E7B5B6 in popluar color models

E7B5B6
RGB231181182
HSL359°51.02%80.78%
HSB/HSV359°21.65%90.59%
CMYK0.00%21.65%21.21%
9.41%

Color #E7B5B6 in popluar number systems.

HEXE7B5B6
Decimal231181182
Binary111001111011010110110110
Octal347265266

Shades and tints

Shades of #E7B5B6

#E7B5B6
(231,181,182)
#D2A5A6
(210,165,166)
#BD9596
(189,149,150)
#A88586
(168,133,134)
#937576
(147,117,118)
#7E6566
(126,101,102)
#695556
(105,85,86)
#544546
(84,69,70)
#3F3536
(63,53,54)
#2A2526
(42,37,38)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7B5B6

#E7B5B6
(231,181,182)
#E9BBBC
(233,187,188)
#EBC1C2
(235,193,194)
#EDC7C8
(237,199,200)
#EFCDCE
(239,205,206)
#F1D3D4
(241,211,212)
#F3D9DA
(243,217,218)
#F5DFE0
(245,223,224)
#F7E5E6
(247,229,230)
#F9EBEC
(249,235,236)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B5B6 color. Also use rgb(231,181,182) instead hex code.

Text Font Color

.myTextColor { color: #E7B5B6; }

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

This text font color is #E7B5B6.


Background Color

.myBgColor { background-color: #E7B5B6; }

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

This div background color is #E7B5B6.


Border color

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

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

This div border color is #E7B5B6.


Opacity

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

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

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

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

This text has shadow with #E7B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B5B6 on black background.


Color preview on white background

This text has color #E7B5B6 on white background.



Black color preview on #E7B5B6 background

This text has black color on #E7B5B6 background.


White color preview on #E7B5B6 background

This text has white color on #E7B5B6 background.