COLOR #E5BDD1

HEX: #E5BDD1 RGB: (229,189,209)

Color info

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

RGB color model

#E5BDD1 color RGB value is (229,189,209).

RGB: (229,189,209) (90%, 74%, 82%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 209 of 255 = 82%

229
189
209

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

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 209 = 627 (100%)
R 229 of 627 ~ 36.52%
G 189 of 627 ~ 30.14%
B 209 of 627 ~ 33.33'%

%36.52
%30.14
%33.33

CMYK color model

#E5BDD1 color CMYK value is (0,17,9,10).

  • cyan value is 0.00%
  • magenta value is 17.47%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK: (0,17,9,10) C0M17Y9K10 (0%,17%,9%,10%) (0.00/0.17/0.09/0.10) 

CMYK percentages

%0
%17.47
%8.73
%10.2

Codes

Color #E5BDD1 in popluar color models

E5 BD D1
RGB 229 189 209
HSL 330° 43.48% 81.96%
HSB/HSV 330° 17.47% 89.80%
CMYK 0.00% 17.47% 8.73%
10.20%

Color #E5BDD1 in popluar number systems.

HEX E5 BD D1
Decimal 229 189 209
Binary 11100101 10111101 11010001
Octal 345 275 321

Shades and tints

Shades of #E5BDD1

#E5BDD1
(229,189,209)
#D1ACBE
(209,172,190)
#BD9BAB
(189,155,171)
#A98A98
(169,138,152)
#957985
(149,121,133)
#816872
(129,104,114)
#6D575F
(109,87,95)
#59464C
(89,70,76)
#453539
(69,53,57)
#312426
(49,36,38)
#1D1313
(29,19,19)
#000000
(0,0,0)

Tints of #E5BDD1

#E5BDD1
(229,189,209)
#E7C3D5
(231,195,213)
#E9C9D9
(233,201,217)
#EBCFDD
(235,207,221)
#EDD5E1
(237,213,225)
#EFDBE5
(239,219,229)
#F1E1E9
(241,225,233)
#F3E7ED
(243,231,237)
#F5EDF1
(245,237,241)
#F7F3F5
(247,243,245)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDD1; }

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

This text font color is #E5BDD1.

Background Color

.myBgColor { background-color: #E5BDD1; }

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

This div background color is #E5BDD1.

Border color

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

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

This div border color is #E5BDD1.

Opacity

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

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

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

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

This text has shadow with #E5BDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDD1.

Preview

Color preview on black background

This text has color #E5BDD1 on black background.


Color preview on white background

This text has color #E5BDD1 on white background.


Black color preview on #E5BDD1 background

This text has black color on #E5BDD1 background.


White color preview on #E5BDD1 background

This text has white color on #E5BDD1 background.


Related colors

Complementary color

Complementary color for #hex is #1A422E.


I love getcolorcode.com

Triadic colors

1 #D1E5BD and #BDD1E5 with #E5BDD1 are triadic colors.

2 #D1BDE5 and #BDE5D1 with #E5BDD1 are triadic colors.