COLOR #E1BDEB

HEX: #E1BDEB RGB: (225,189,235)

Color info

#E1BDEB contains red, green and blue colors in about the same proportion. Web safe color of #E1BDEB is #CCCCFF (or #CCF).

RGB color model

#E1BDEB color RGB value is (225,189,235).

RGB: (225,189,235) (88%, 74%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 235 of 255 = 92%

225
189
235

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

Portions of RGB colors in percentages

R + G + B = 225 + 189 + 235 = 649 (100%)
R 225 of 649 ~ 34.67%
G 189 of 649 ~ 29.12%
B 235 of 649 ~ 36.21'%

%34.67
%29.12
%36.21

CMYK color model

#E1BDEB color CMYK value is (4,20,0,8).

  • cyan value is 4.26%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (4,20,0,8)
C4M20Y0K8 (4%, 20%, 0%, 8%)
(0.04 / 0.20 / 0.00 / 0.08)

CMYK percentages

%4.26
%19.57
%0
%7.84

Codes

Color #E1BDEB in popluar color models

E1 BD EB
RGB 225 189 235
HSL 287° 53.49% 83.14%
HSB/HSV 287° 19.57% 92.16%
CMYK 4.26% 19.57% 0.00%
7.84%

Color #E1BDEB in popluar number systems.

HEX E1 BD EB
Decimal 225 189 235
Binary 11100001 10111101 11101011
Octal 341 275 353

Shades and tints

Shades of #E1BDEB

#E1BDEB
(225,189,235)
#CDACD6
(205,172,214)
#B99BC1
(185,155,193)
#A58AAC
(165,138,172)
#917997
(145,121,151)
#7D6882
(125,104,130)
#69576D
(105,87,109)
#554658
(85,70,88)
#413543
(65,53,67)
#2D242E
(45,36,46)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #E1BDEB

#E1BDEB
(225,189,235)
#E3C3EC
(227,195,236)
#E5C9ED
(229,201,237)
#E7CFEE
(231,207,238)
#E9D5EF
(233,213,239)
#EBDBF0
(235,219,240)
#EDE1F1
(237,225,241)
#EFE7F2
(239,231,242)
#F1EDF3
(241,237,243)
#F3F3F4
(243,243,244)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDEB; }

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

This text font color is #E1BDEB.

Background Color

.myBgColor { background-color: #E1BDEB; }

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

This div background color is #E1BDEB.

Border color

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

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

This div border color is #E1BDEB.

Opacity

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

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

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

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

This text has shadow with #E1BDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BDEB.

Preview

Color preview on black background

This text has color #E1BDEB on black background.


Color preview on white background

This text has color #E1BDEB on white background.


Black color preview on #E1BDEB background

This text has black color on #E1BDEB background.


White color preview on #E1BDEB background

This text has white color on #E1BDEB background.


Related colors

Complementary color

Complementary color for #hex is #1E4214.


I love getcolorcode.com

Triadic colors

1 #EBE1BD and #BDEBE1 with #E1BDEB are triadic colors.

2 #EBBDE1 and #BDE1EB with #E1BDEB are triadic colors.