COLOR #E5B7DA

HEX: #E5B7DA
RGB: (229,183,218)

Color info

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

RGB color model

#E5B7DA color RGB value is (229,183,218).

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

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 218 of 255 = 85%

229
183
218

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

Portions of RGB colors in percentages

R + G + B =
229 + 183 + 218 = 630 (100%)
R 229 of 630 ~ 36.35%
G 183 of 630 ~ 29.05%
B 218 of 630 ~ 34.6%

%36.35
%29.05
%34.6

CMYK color model

#E5B7DA color CMYK value is (0,20,5,10).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 4.80%
  • key color value is 10.20%
CMYK:
(0,20,5,10)
C0M20Y5K10 
(0%,20%,5%,10%)
(0.00/0.20/0.05/0.10)	

CMYK percentages

%0
%20.09
%4.8
%10.2

Codes

Color #E5B7DA in popluar color models

E5B7DA
RGB229183218
HSL314°46.94%80.78%
HSB/HSV314°20.09%89.80%
CMYK0.00%20.09%4.80%
10.20%

Color #E5B7DA in popluar number systems.

HEXE5B7DA
Decimal229183218
Binary111001011011011111011010
Octal345267332

Shades and tints

Shades of #E5B7DA

#E5B7DA
(229,183,218)
#D1A7C7
(209,167,199)
#BD97B4
(189,151,180)
#A987A1
(169,135,161)
#95778E
(149,119,142)
#81677B
(129,103,123)
#6D5768
(109,87,104)
#594755
(89,71,85)
#453742
(69,55,66)
#31272F
(49,39,47)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #E5B7DA

#E5B7DA
(229,183,218)
#E7BDDD
(231,189,221)
#E9C3E0
(233,195,224)
#EBC9E3
(235,201,227)
#EDCFE6
(237,207,230)
#EFD5E9
(239,213,233)
#F1DBEC
(241,219,236)
#F3E1EF
(243,225,239)
#F5E7F2
(245,231,242)
#F7EDF5
(247,237,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B7DA; }

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

This text font color is #E5B7DA.


Background Color

.myBgColor { background-color: #E5B7DA; }

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

This div background color is #E5B7DA.


Border color

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

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

This div border color is #E5B7DA.


Opacity

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

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

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

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

This text has shadow with #E5B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B7DA on black background.


Color preview on white background

This text has color #E5B7DA on white background.



Black color preview on #E5B7DA background

This text has black color on #E5B7DA background.


White color preview on #E5B7DA background

This text has white color on #E5B7DA background.