COLOR #E5BDDB

HEX: #E5BDDB RGB: (229,189,219)

Color info

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

RGB color model

#E5BDDB color RGB value is (229,189,219).

RGB: (229,189,219) (90%, 74%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 219 of 255 = 86%

229
189
219

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

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 219 = 637 (100%)
R 229 of 637 ~ 35.95%
G 189 of 637 ~ 29.67%
B 219 of 637 ~ 34.38'%

%35.95
%29.67
%34.38

CMYK color model

#E5BDDB color CMYK value is (0,17,4,10).

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

CMYK: (0,17,4,10)
C0M17Y4K10 (0%, 17%, 4%, 10%)
(0.00 / 0.17 / 0.04 / 0.10)

CMYK percentages

%0
%17.47
%4.37
%10.2

Codes

Color #E5BDDB in popluar color models

E5 BD DB
RGB 229 189 219
HSL 315° 43.48% 81.96%
HSB/HSV 315° 17.47% 89.80%
CMYK 0.00% 17.47% 4.37%
10.20%

Color #E5BDDB in popluar number systems.

HEX E5 BD DB
Decimal 229 189 219
Binary 11100101 10111101 11011011
Octal 345 275 333

Shades and tints

Shades of #E5BDDB

#E5BDDB
(229,189,219)
#D1ACC8
(209,172,200)
#BD9BB5
(189,155,181)
#A98AA2
(169,138,162)
#95798F
(149,121,143)
#81687C
(129,104,124)
#6D5769
(109,87,105)
#594656
(89,70,86)
#453543
(69,53,67)
#312430
(49,36,48)
#1D131D
(29,19,29)
#000000
(0,0,0)

Tints of #E5BDDB

#E5BDDB
(229,189,219)
#E7C3DE
(231,195,222)
#E9C9E1
(233,201,225)
#EBCFE4
(235,207,228)
#EDD5E7
(237,213,231)
#EFDBEA
(239,219,234)
#F1E1ED
(241,225,237)
#F3E7F0
(243,231,240)
#F5EDF3
(245,237,243)
#F7F3F6
(247,243,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDDB; }

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

This text font color is #E5BDDB.

Background Color

.myBgColor { background-color: #E5BDDB; }

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

This div background color is #E5BDDB.

Border color

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

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

This div border color is #E5BDDB.

Opacity

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

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

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

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

This text has shadow with #E5BDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDDB.

Preview

Color preview on black background

This text has color #E5BDDB on black background.


Color preview on white background

This text has color #E5BDDB on white background.


Black color preview on #E5BDDB background

This text has black color on #E5BDDB background.


White color preview on #E5BDDB background

This text has white color on #E5BDDB background.


Related colors

Complementary color

Complementary color for #hex is #1A4224.


I love getcolorcode.com

Triadic colors

1 #DBE5BD and #BDDBE5 with #E5BDDB are triadic colors.

2 #DBBDE5 and #BDE5DB with #E5BDDB are triadic colors.