COLOR #E5B7CD

HEX: #E5B7CD RGB: (229,183,205)

Color info

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

RGB color model

#E5B7CD color RGB value is (229,183,205).

RGB: (229,183,205) (90%, 72%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 205 of 255 = 80%

229
183
205

R + G + B ~ 81%. #E5B7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 183 + 205 = 617 (100%)
R 229 of 617 ~ 37.12%
G 183 of 617 ~ 29.66%
B 205 of 617 ~ 33.23'%

%37.12
%29.66
%33.23

CMYK color model

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

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

CMYK: (0,20,10,10)
C0M20Y10K10 (0%, 20%, 10%, 10%)
(0.00 / 0.20 / 0.10 / 0.10)

CMYK percentages

%0
%20.09
%10.48
%10.2

Codes

Color #E5B7CD in popluar color models

E5 B7 CD
RGB 229 183 205
HSL 331° 46.94% 80.78%
HSB/HSV 331° 20.09% 89.80%
CMYK 0.00% 20.09% 10.48%
10.20%

Color #E5B7CD in popluar number systems.

HEX E5 B7 CD
Decimal 229 183 205
Binary 11100101 10110111 11001101
Octal 345 267 315

Shades and tints

Shades of #E5B7CD

#E5B7CD
(229,183,205)
#D1A7BB
(209,167,187)
#BD97A9
(189,151,169)
#A98797
(169,135,151)
#957785
(149,119,133)
#816773
(129,103,115)
#6D5761
(109,87,97)
#59474F
(89,71,79)
#45373D
(69,55,61)
#31272B
(49,39,43)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5B7CD

#E5B7CD
(229,183,205)
#E7BDD1
(231,189,209)
#E9C3D5
(233,195,213)
#EBC9D9
(235,201,217)
#EDCFDD
(237,207,221)
#EFD5E1
(239,213,225)
#F1DBE5
(241,219,229)
#F3E1E9
(243,225,233)
#F5E7ED
(245,231,237)
#F7EDF1
(247,237,241)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B7CD; }

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

This text font color is #E5B7CD.

Background Color

.myBgColor { background-color: #E5B7CD; }

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

This div background color is #E5B7CD.

Border color

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

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

This div border color is #E5B7CD.

Opacity

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

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

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

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

This text has shadow with #E5B7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B7CD.

Preview

Color preview on black background

This text has color #E5B7CD on black background.


Color preview on white background

This text has color #E5B7CD on white background.


Black color preview on #E5B7CD background

This text has black color on #E5B7CD background.


White color preview on #E5B7CD background

This text has white color on #E5B7CD background.


Related colors

Complementary color

Complementary color for #hex is #1A4832.


I love getcolorcode.com

Triadic colors

1 #CDE5B7 and #B7CDE5 with #E5B7CD are triadic colors.

2 #CDB7E5 and #B7E5CD with #E5B7CD are triadic colors.