COLOR #E7B8B9

HEX: #E7B8B9
RGB: (231,184,185)

Color info

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

RGB color model

#E7B8B9 color RGB value is (231,184,185).

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

RGB channels and saturation

R 231 of 255 = 91%
G 184 of 255 = 72%
B 185 of 255 = 73%

231
184
185

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

Portions of RGB colors in percentages

R + G + B =
231 + 184 + 185 = 600 (100%)
R 231 of 600 ~ 38.5%
G 184 of 600 ~ 30.67%
B 185 of 600 ~ 30.83%

%38.5
%30.67
%30.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.35%
  • yellow value is 19.91%
  • key color value is 9.41%
CMYK:
(0,20,20,9)
C0M20Y20K9 
(0%,20%,20%,9%)
(0.00/0.20/0.20/0.09)	

CMYK percentages

%0
%20.35
%19.91
%9.41

Codes

Color #E7B8B9 in popluar color models

E7B8B9
RGB231184185
HSL359°49.47%81.37%
HSB/HSV359°20.35%90.59%
CMYK0.00%20.35%19.91%
9.41%

Color #E7B8B9 in popluar number systems.

HEXE7B8B9
Decimal231184185
Binary111001111011100010111001
Octal347270271

Shades and tints

Shades of #E7B8B9

#E7B8B9
(231,184,185)
#D2A8A9
(210,168,169)
#BD9899
(189,152,153)
#A88889
(168,136,137)
#937879
(147,120,121)
#7E6869
(126,104,105)
#695859
(105,88,89)
#544849
(84,72,73)
#3F3839
(63,56,57)
#2A2829
(42,40,41)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7B8B9

#E7B8B9
(231,184,185)
#E9BEBF
(233,190,191)
#EBC4C5
(235,196,197)
#EDCACB
(237,202,203)
#EFD0D1
(239,208,209)
#F1D6D7
(241,214,215)
#F3DCDD
(243,220,221)
#F5E2E3
(245,226,227)
#F7E8E9
(247,232,233)
#F9EEEF
(249,238,239)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B8B9; }

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

This text font color is #E7B8B9.


Background Color

.myBgColor { background-color: #E7B8B9; }

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

This div background color is #E7B8B9.


Border color

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

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

This div border color is #E7B8B9.


Opacity

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

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

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

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

This text has shadow with #E7B8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B8B9 on black background.


Color preview on white background

This text has color #E7B8B9 on white background.



Black color preview on #E7B8B9 background

This text has black color on #E7B8B9 background.


White color preview on #E7B8B9 background

This text has white color on #E7B8B9 background.