COLOR #E1BDE0

HEX: #E1BDE0 RGB: (225,189,224)

Color info

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

RGB color model

#E1BDE0 color RGB value is (225,189,224).

RGB: (225,189,224) (88%, 74%, 88%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 224 of 255 = 88%

225
189
224

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

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 224 = 638 (100%)
R 225 of 638 ~ 35.27%
G 189 of 638 ~ 29.62%
B 224 of 638 ~ 35.11'%

%35.27
%29.62
%35.11

CMYK color model

#E1BDE0 color CMYK value is (0,16,0,12).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 0.44%
  • key color value is 11.76%

CMYK: (0,16,0,12)
C0M16Y0K12 (0%, 16%, 0%, 12%)
(0.00 / 0.16 / 0.00 / 0.12)

CMYK percentages

%0
%16
%0.44
%11.76

Codes

Color #E1BDE0 in popluar color models

E1 BD E0
RGB 225 189 224
HSL 302° 37.50% 81.18%
HSB/HSV 302° 16.00% 88.24%
CMYK 0.00% 16.00% 0.44%
11.76%

Color #E1BDE0 in popluar number systems.

HEX E1 BD E0
Decimal 225 189 224
Binary 11100001 10111101 11100000
Octal 341 275 340

Shades and tints

Shades of #E1BDE0

#E1BDE0
(225,189,224)
#CDACCC
(205,172,204)
#B99BB8
(185,155,184)
#A58AA4
(165,138,164)
#917990
(145,121,144)
#7D687C
(125,104,124)
#695768
(105,87,104)
#554654
(85,70,84)
#413540
(65,53,64)
#2D242C
(45,36,44)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1BDE0

#E1BDE0
(225,189,224)
#E3C3E2
(227,195,226)
#E5C9E4
(229,201,228)
#E7CFE6
(231,207,230)
#E9D5E8
(233,213,232)
#EBDBEA
(235,219,234)
#EDE1EC
(237,225,236)
#EFE7EE
(239,231,238)
#F1EDF0
(241,237,240)
#F3F3F2
(243,243,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BDE0 color. Also use rgb(225,189,224) instead hex code.

Text Font Color

.myTextColor { color: #E1BDE0; }

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

This text font color is #E1BDE0.

Background Color

.myBgColor { background-color: #E1BDE0; }

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

This div background color is #E1BDE0.

Border color

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

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

This div border color is #E1BDE0.

Opacity

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

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

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

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

This text has shadow with #E1BDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDE0.

Preview

Color preview on black background

This text has color #E1BDE0 on black background.


Color preview on white background

This text has color #E1BDE0 on white background.


Black color preview on #E1BDE0 background

This text has black color on #E1BDE0 background.


White color preview on #E1BDE0 background

This text has white color on #E1BDE0 background.


Related colors

Complementary color

Complementary color for #hex is #1E421F.


I love getcolorcode.com

Triadic colors

1 #E0E1BD and #BDE0E1 with #E1BDE0 are triadic colors.

2 #E0BDE1 and #BDE1E0 with #E1BDE0 are triadic colors.