COLOR #E7B4B9

HEX: #E7B4B9
RGB: (231,180,185)

Color info

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

RGB color model

#E7B4B9 color RGB value is (231,180,185).

  • red value is 231;
  • green value is 180;
  • blue value is 185.
RGB:
(231,180,185)
(91%,71%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 185 of 255 = 73%

231
180
185

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

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 185 = 596 (100%)
R 231 of 596 ~ 38.76%
G 180 of 596 ~ 30.2%
B 185 of 596 ~ 31.04%

%38.76
%30.2
%31.04

CMYK color model

#E7B4B9 color CMYK value is (0,22,20,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(0,22,20,9)
C0M22Y20K9 
(0%,22%,20%,9%)
(0.00/0.22/0.20/0.09)	

CMYK percentages

%0
%22.08
%19.91
%9.41

Codes

Color #E7B4B9 in popluar color models

E7B4B9
RGB231180185
HSL354°51.52%80.59%
HSB/HSV354°22.08%90.59%
CMYK0.00%22.08%19.91%
9.41%

Color #E7B4B9 in popluar number systems.

HEXE7B4B9
Decimal231180185
Binary111001111011010010111001
Octal347264271

Shades and tints

Shades of #E7B4B9

#E7B4B9
(231,180,185)
#D2A4A9
(210,164,169)
#BD9499
(189,148,153)
#A88489
(168,132,137)
#937479
(147,116,121)
#7E6469
(126,100,105)
#695459
(105,84,89)
#544449
(84,68,73)
#3F3439
(63,52,57)
#2A2429
(42,36,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #E7B4B9

#E7B4B9
(231,180,185)
#E9BABF
(233,186,191)
#EBC0C5
(235,192,197)
#EDC6CB
(237,198,203)
#EFCCD1
(239,204,209)
#F1D2D7
(241,210,215)
#F3D8DD
(243,216,221)
#F5DEE3
(245,222,227)
#F7E4E9
(247,228,233)
#F9EAEF
(249,234,239)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B4B9 color. Also use rgb(231,180,185) instead hex code.

Text Font Color

.myTextColor { color: #E7B4B9; }

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

This text font color is #E7B4B9.


Background Color

.myBgColor { background-color: #E7B4B9; }

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

This div background color is #E7B4B9.


Border color

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

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

This div border color is #E7B4B9.


Opacity

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

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

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

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

This text has shadow with #E7B4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B4B9 on black background.


Color preview on white background

This text has color #E7B4B9 on white background.



Black color preview on #E7B4B9 background

This text has black color on #E7B4B9 background.


White color preview on #E7B4B9 background

This text has white color on #E7B4B9 background.