COLOR #E5BDD5

HEX: #E5BDD5 RGB: (229,189,213)

Color info

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

RGB color model

#E5BDD5 color RGB value is (229,189,213).

RGB: (229,189,213) (90%, 74%, 84%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 213 of 255 = 84%

229
189
213

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

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 213 = 631 (100%)
R 229 of 631 ~ 36.29%
G 189 of 631 ~ 29.95%
B 213 of 631 ~ 33.76'%

%36.29
%29.95
%33.76

CMYK color model

#E5BDD5 color CMYK value is (0,17,7,10).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 6.99%
  • key color value is 10.20%

CMYK: (0,17,7,10)
C0M17Y7K10 (0%, 17%, 7%, 10%)
(0.00 / 0.17 / 0.07 / 0.10)

CMYK percentages

%0
%17.47
%6.99
%10.2

Codes

Color #E5BDD5 in popluar color models

E5 BD D5
RGB 229 189 213
HSL 324° 43.48% 81.96%
HSB/HSV 324° 17.47% 89.80%
CMYK 0.00% 17.47% 6.99%
10.20%

Color #E5BDD5 in popluar number systems.

HEX E5 BD D5
Decimal 229 189 213
Binary 11100101 10111101 11010101
Octal 345 275 325

Shades and tints

Shades of #E5BDD5

#E5BDD5
(229,189,213)
#D1ACC2
(209,172,194)
#BD9BAF
(189,155,175)
#A98A9C
(169,138,156)
#957989
(149,121,137)
#816876
(129,104,118)
#6D5763
(109,87,99)
#594650
(89,70,80)
#45353D
(69,53,61)
#31242A
(49,36,42)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5BDD5

#E5BDD5
(229,189,213)
#E7C3D8
(231,195,216)
#E9C9DB
(233,201,219)
#EBCFDE
(235,207,222)
#EDD5E1
(237,213,225)
#EFDBE4
(239,219,228)
#F1E1E7
(241,225,231)
#F3E7EA
(243,231,234)
#F5EDED
(245,237,237)
#F7F3F0
(247,243,240)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BDD5 color. Also use rgb(229,189,213) instead hex code.

Text Font Color

.myTextColor { color: #E5BDD5; }

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

This text font color is #E5BDD5.

Background Color

.myBgColor { background-color: #E5BDD5; }

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

This div background color is #E5BDD5.

Border color

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

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

This div border color is #E5BDD5.

Opacity

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

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

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

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

This text has shadow with #E5BDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDD5.

Preview

Color preview on black background

This text has color #E5BDD5 on black background.


Color preview on white background

This text has color #E5BDD5 on white background.


Black color preview on #E5BDD5 background

This text has black color on #E5BDD5 background.


White color preview on #E5BDD5 background

This text has white color on #E5BDD5 background.


Related colors

Complementary color

Complementary color for #hex is #1A422A.


I love getcolorcode.com

Triadic colors

1 #D5E5BD and #BDD5E5 with #E5BDD5 are triadic colors.

2 #D5BDE5 and #BDE5D5 with #E5BDD5 are triadic colors.