COLOR #E5BDE6

HEX: #E5BDE6 RGB: (229,189,230)

Color info

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

RGB color model

#E5BDE6 color RGB value is (229,189,230).

RGB: (229,189,230) (90%, 74%, 90%)

RGB channels and saturation

R 229 of 255 = 90%
G 189 of 255 = 74%
B 230 of 255 = 90%

229
189
230

R + G + B ~ 85%. #E5BDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 189 + 230 = 648 (100%)
R 229 of 648 ~ 35.34%
G 189 of 648 ~ 29.17%
B 230 of 648 ~ 35.49'%

%35.34
%29.17
%35.49

CMYK color model

#E5BDE6 color CMYK value is (0,18,0,10).

  • cyan value is 0.43%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (0,18,0,10)
C0M18Y0K10 (0%, 18%, 0%, 10%)
(0.00 / 0.18 / 0.00 / 0.10)

CMYK percentages

%0.43
%17.83
%0
%9.8

Codes

Color #E5BDE6 in popluar color models

E5 BD E6
RGB 229 189 230
HSL 299° 45.05% 82.16%
HSB/HSV 299° 17.83% 90.20%
CMYK 0.43% 17.83% 0.00%
9.80%

Color #E5BDE6 in popluar number systems.

HEX E5 BD E6
Decimal 229 189 230
Binary 11100101 10111101 11100110
Octal 345 275 346

Shades and tints

Shades of #E5BDE6

#E5BDE6
(229,189,230)
#D1ACD2
(209,172,210)
#BD9BBE
(189,155,190)
#A98AAA
(169,138,170)
#957996
(149,121,150)
#816882
(129,104,130)
#6D576E
(109,87,110)
#59465A
(89,70,90)
#453546
(69,53,70)
#312432
(49,36,50)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #E5BDE6

#E5BDE6
(229,189,230)
#E7C3E8
(231,195,232)
#E9C9EA
(233,201,234)
#EBCFEC
(235,207,236)
#EDD5EE
(237,213,238)
#EFDBF0
(239,219,240)
#F1E1F2
(241,225,242)
#F3E7F4
(243,231,244)
#F5EDF6
(245,237,246)
#F7F3F8
(247,243,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDE6; }

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

This text font color is #E5BDE6.

Background Color

.myBgColor { background-color: #E5BDE6; }

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

This div background color is #E5BDE6.

Border color

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

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

This div border color is #E5BDE6.

Opacity

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

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

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

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

This text has shadow with #E5BDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BDE6.

Preview

Color preview on black background

This text has color #E5BDE6 on black background.


Color preview on white background

This text has color #E5BDE6 on white background.


Black color preview on #E5BDE6 background

This text has black color on #E5BDE6 background.


White color preview on #E5BDE6 background

This text has white color on #E5BDE6 background.


Related colors

Complementary color

Complementary color for #hex is #1A4219.


I love getcolorcode.com

Triadic colors

1 #E6E5BD and #BDE6E5 with #E5BDE6 are triadic colors.

2 #E6BDE5 and #BDE5E6 with #E5BDE6 are triadic colors.