COLOR #E1BDD5

HEX: #E1BDD5
RGB: (225,189,213)

Color info

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

RGB color model

#E1BDD5 color RGB value is (225,189,213).

  • red value is 225;
  • green value is 189;
  • blue value is 213.
RGB:
(225,189,213)
(88%,74%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 189 of 255 = 74%
B 213 of 255 = 84%

225
189
213

R + G + B ~ 82%. #E1BDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 189 + 213 = 627 (100%)
R 225 of 627 ~ 35.89%
G 189 of 627 ~ 30.14%
B 213 of 627 ~ 33.97%

%35.89
%30.14
%33.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,16,5,12)
C0M16Y5K12 
(0%,16%,5%,12%)
(0.00/0.16/0.05/0.12)	

CMYK percentages

%0
%16
%5.33
%11.76

Codes

Color #E1BDD5 in popluar color models

E1BDD5
RGB225189213
HSL320°37.50%81.18%
HSB/HSV320°16.00%88.24%
CMYK0.00%16.00%5.33%
11.76%

Color #E1BDD5 in popluar number systems.

HEXE1BDD5
Decimal225189213
Binary111000011011110111010101
Octal341275325

Shades and tints

Shades of #E1BDD5

#E1BDD5
(225,189,213)
#CDACC2
(205,172,194)
#B99BAF
(185,155,175)
#A58A9C
(165,138,156)
#917989
(145,121,137)
#7D6876
(125,104,118)
#695763
(105,87,99)
#554650
(85,70,80)
#41353D
(65,53,61)
#2D242A
(45,36,42)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #E1BDD5

#E1BDD5
(225,189,213)
#E3C3D8
(227,195,216)
#E5C9DB
(229,201,219)
#E7CFDE
(231,207,222)
#E9D5E1
(233,213,225)
#EBDBE4
(235,219,228)
#EDE1E7
(237,225,231)
#EFE7EA
(239,231,234)
#F1EDED
(241,237,237)
#F3F3F0
(243,243,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BDD5; }

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

This text font color is #E1BDD5.


Background Color

.myBgColor { background-color: #E1BDD5; }

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

This div background color is #E1BDD5.


Border color

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

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

This div border color is #E1BDD5.


Opacity

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

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

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

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

This text has shadow with #E1BDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BDD5 on black background.


Color preview on white background

This text has color #E1BDD5 on white background.



Black color preview on #E1BDD5 background

This text has black color on #E1BDD5 background.


White color preview on #E1BDD5 background

This text has white color on #E1BDD5 background.