COLOR #E5B7DC

HEX: #E5B7DC
RGB: (229,183,220)

Color info

#E5B7DC contains red, green and blue colors in about the same proportion. Web safe color of #E5B7DC is #CCCCCC (or #CCC).

RGB color model

#E5B7DC color RGB value is (229,183,220).

  • red value is 229;
  • green value is 183;
  • blue value is 220.
RGB:
(229,183,220)
(90%,72%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 220 of 255 = 86%

229
183
220

R + G + B ~ 83%. #E5B7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 183 + 220 = 632 (100%)
R 229 of 632 ~ 36.23%
G 183 of 632 ~ 28.96%
B 220 of 632 ~ 34.81%

%36.23
%28.96
%34.81

CMYK color model

#E5B7DC color CMYK value is (0,20,4,10).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,20,4,10)
C0M20Y4K10 
(0%,20%,4%,10%)
(0.00/0.20/0.04/0.10)	

CMYK percentages

%0
%20.09
%3.93
%10.2

Codes

Color #E5B7DC in popluar color models

E5B7DC
RGB229183220
HSL312°46.94%80.78%
HSB/HSV312°20.09%89.80%
CMYK0.00%20.09%3.93%
10.20%

Color #E5B7DC in popluar number systems.

HEXE5B7DC
Decimal229183220
Binary111001011011011111011100
Octal345267334

Shades and tints

Shades of #E5B7DC

#E5B7DC
(229,183,220)
#D1A7C8
(209,167,200)
#BD97B4
(189,151,180)
#A987A0
(169,135,160)
#95778C
(149,119,140)
#816778
(129,103,120)
#6D5764
(109,87,100)
#594750
(89,71,80)
#45373C
(69,55,60)
#312728
(49,39,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5B7DC

#E5B7DC
(229,183,220)
#E7BDDF
(231,189,223)
#E9C3E2
(233,195,226)
#EBC9E5
(235,201,229)
#EDCFE8
(237,207,232)
#EFD5EB
(239,213,235)
#F1DBEE
(241,219,238)
#F3E1F1
(243,225,241)
#F5E7F4
(245,231,244)
#F7EDF7
(247,237,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B7DC color. Also use rgb(229,183,220) instead hex code.

Text Font Color

.myTextColor { color: #E5B7DC; }

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

This text font color is #E5B7DC.


Background Color

.myBgColor { background-color: #E5B7DC; }

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

This div background color is #E5B7DC.


Border color

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

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

This div border color is #E5B7DC.


Opacity

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

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

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

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

This text has shadow with #E5B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B7DC on black background.


Color preview on white background

This text has color #E5B7DC on white background.



Black color preview on #E5B7DC background

This text has black color on #E5B7DC background.


White color preview on #E5B7DC background

This text has white color on #E5B7DC background.