COLOR #E7B3D5

HEX: #E7B3D5
RGB: (231,179,213)

Color info

#E7B3D5 contains red, green and blue colors in about the same proportion. Web safe color of #E7B3D5 is #FF99CC (or #F9C).

RGB color model

#E7B3D5 color RGB value is (231,179,213).

  • red value is 231;
  • green value is 179;
  • blue value is 213.
RGB:
(231,179,213)
(91%,70%,84%)

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 213 of 255 = 84%

231
179
213

R + G + B ~ 82%. #E7B3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 179 + 213 = 623 (100%)
R 231 of 623 ~ 37.08%
G 179 of 623 ~ 28.73%
B 213 of 623 ~ 34.19%

%37.08
%28.73
%34.19

CMYK color model

#E7B3D5 color CMYK value is (0,23,8,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(0,23,8,9)
C0M23Y8K9 
(0%,23%,8%,9%)
(0.00/0.23/0.08/0.09)	

CMYK percentages

%0
%22.51
%7.79
%9.41

Codes

Color #E7B3D5 in popluar color models

E7B3D5
RGB231179213
HSL321°52.00%80.39%
HSB/HSV321°22.51%90.59%
CMYK0.00%22.51%7.79%
9.41%

Color #E7B3D5 in popluar number systems.

HEXE7B3D5
Decimal231179213
Binary111001111011001111010101
Octal347263325

Shades and tints

Shades of #E7B3D5

#E7B3D5
(231,179,213)
#D2A3C2
(210,163,194)
#BD93AF
(189,147,175)
#A8839C
(168,131,156)
#937389
(147,115,137)
#7E6376
(126,99,118)
#695363
(105,83,99)
#544350
(84,67,80)
#3F333D
(63,51,61)
#2A232A
(42,35,42)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #E7B3D5

#E7B3D5
(231,179,213)
#E9B9D8
(233,185,216)
#EBBFDB
(235,191,219)
#EDC5DE
(237,197,222)
#EFCBE1
(239,203,225)
#F1D1E4
(241,209,228)
#F3D7E7
(243,215,231)
#F5DDEA
(245,221,234)
#F7E3ED
(247,227,237)
#F9E9F0
(249,233,240)
#FBEFF3
(251,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B3D5 color. Also use rgb(231,179,213) instead hex code.

Text Font Color

.myTextColor { color: #E7B3D5; }

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

This text font color is #E7B3D5.


Background Color

.myBgColor { background-color: #E7B3D5; }

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

This div background color is #E7B3D5.


Border color

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

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

This div border color is #E7B3D5.


Opacity

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

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

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

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

This text has shadow with #E7B3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B3D5 on black background.


Color preview on white background

This text has color #E7B3D5 on white background.



Black color preview on #E7B3D5 background

This text has black color on #E7B3D5 background.


White color preview on #E7B3D5 background

This text has white color on #E7B3D5 background.