COLOR #E5B7DF

HEX: #E5B7DF RGB: (229,183,223)

Color info

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

RGB color model

#E5B7DF color RGB value is (229,183,223).

RGB: (229,183,223) (90%, 72%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 223 of 255 = 87%

229
183
223

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

Portions of RGB colors in percentages

R + G + B = 229 + 183 + 223 = 635 (100%)
R 229 of 635 ~ 36.06%
G 183 of 635 ~ 28.82%
B 223 of 635 ~ 35.12'%

%36.06
%28.82
%35.12

CMYK color model

#E5B7DF color CMYK value is (0,20,3,10).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (0,20,3,10)
C0M20Y3K10 (0%, 20%, 3%, 10%)
(0.00 / 0.20 / 0.03 / 0.10)

CMYK percentages

%0
%20.09
%2.62
%10.2

Codes

Color #E5B7DF in popluar color models

E5 B7 DF
RGB 229 183 223
HSL 308° 46.94% 80.78%
HSB/HSV 308° 20.09% 89.80%
CMYK 0.00% 20.09% 2.62%
10.20%

Color #E5B7DF in popluar number systems.

HEX E5 B7 DF
Decimal 229 183 223
Binary 11100101 10110111 11011111
Octal 345 267 337

Shades and tints

Shades of #E5B7DF

#E5B7DF
(229,183,223)
#D1A7CB
(209,167,203)
#BD97B7
(189,151,183)
#A987A3
(169,135,163)
#95778F
(149,119,143)
#81677B
(129,103,123)
#6D5767
(109,87,103)
#594753
(89,71,83)
#45373F
(69,55,63)
#31272B
(49,39,43)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #E5B7DF

#E5B7DF
(229,183,223)
#E7BDE1
(231,189,225)
#E9C3E3
(233,195,227)
#EBC9E5
(235,201,229)
#EDCFE7
(237,207,231)
#EFD5E9
(239,213,233)
#F1DBEB
(241,219,235)
#F3E1ED
(243,225,237)
#F5E7EF
(245,231,239)
#F7EDF1
(247,237,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B7DF; }

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

This text font color is #E5B7DF.

Background Color

.myBgColor { background-color: #E5B7DF; }

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

This div background color is #E5B7DF.

Border color

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

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

This div border color is #E5B7DF.

Opacity

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

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

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

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

This text has shadow with #E5B7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B7DF.

Preview

Color preview on black background

This text has color #E5B7DF on black background.


Color preview on white background

This text has color #E5B7DF on white background.


Black color preview on #E5B7DF background

This text has black color on #E5B7DF background.


White color preview on #E5B7DF background

This text has white color on #E5B7DF background.


Related colors

Complementary color

Complementary color for #hex is #1A4820.


I love getcolorcode.com

Triadic colors

1 #DFE5B7 and #B7DFE5 with #E5B7DF are triadic colors.

2 #DFB7E5 and #B7E5DF with #E5B7DF are triadic colors.