COLOR #E1BDE6

HEX: #E1BDE6 RGB: (225,189,230)

Color info

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

RGB color model

#E1BDE6 color RGB value is (225,189,230).

RGB: (225,189,230) (88%, 74%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 230 of 255 = 90%

225
189
230

R + G + B ~ 84%. #E1BDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 230 = 644 (100%)
R 225 of 644 ~ 34.94%
G 189 of 644 ~ 29.35%
B 230 of 644 ~ 35.71'%

%34.94
%29.35
%35.71

CMYK color model

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

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

CMYK: (2,18,0,10)
C2M18Y0K10 (2%, 18%, 0%, 10%)
(0.02 / 0.18 / 0.00 / 0.10)

CMYK percentages

%2.17
%17.83
%0
%9.8

Codes

Color #E1BDE6 in popluar color models

E1 BD E6
RGB 225 189 230
HSL 293° 45.05% 82.16%
HSB/HSV 293° 17.83% 90.20%
CMYK 2.17% 17.83% 0.00%
9.80%

Color #E1BDE6 in popluar number systems.

HEX E1 BD E6
Decimal 225 189 230
Binary 11100001 10111101 11100110
Octal 341 275 346

Shades and tints

Shades of #E1BDE6

#E1BDE6
(225,189,230)
#CDACD2
(205,172,210)
#B99BBE
(185,155,190)
#A58AAA
(165,138,170)
#917996
(145,121,150)
#7D6882
(125,104,130)
#69576E
(105,87,110)
#55465A
(85,70,90)
#413546
(65,53,70)
#2D2432
(45,36,50)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #E1BDE6

#E1BDE6
(225,189,230)
#E3C3E8
(227,195,232)
#E5C9EA
(229,201,234)
#E7CFEC
(231,207,236)
#E9D5EE
(233,213,238)
#EBDBF0
(235,219,240)
#EDE1F2
(237,225,242)
#EFE7F4
(239,231,244)
#F1EDF6
(241,237,246)
#F3F3F8
(243,243,248)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDE6; }

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

This text font color is #E1BDE6.

Background Color

.myBgColor { background-color: #E1BDE6; }

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

This div background color is #E1BDE6.

Border color

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

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

This div border color is #E1BDE6.

Opacity

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

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

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

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

This text has shadow with #E1BDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDE6.

Preview

Color preview on black background

This text has color #E1BDE6 on black background.


Color preview on white background

This text has color #E1BDE6 on white background.


Black color preview on #E1BDE6 background

This text has black color on #E1BDE6 background.


White color preview on #E1BDE6 background

This text has white color on #E1BDE6 background.


Related colors

Complementary color

Complementary color for #hex is #1E4219.


I love getcolorcode.com

Triadic colors

1 #E6E1BD and #BDE6E1 with #E1BDE6 are triadic colors.

2 #E6BDE1 and #BDE1E6 with #E1BDE6 are triadic colors.