COLOR #E1B4DC

HEX: #E1B4DC
RGB: (225,180,220)

Color info

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

RGB color model

#E1B4DC color RGB value is (225,180,220).

  • red value is 225;
  • green value is 180;
  • blue value is 220.
RGB:
(225,180,220)
(88%,71%,86%)

RGB channels and saturation

R 225 of 255 = 88%
G 180 of 255 = 71%
B 220 of 255 = 86%

225
180
220

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

Portions of RGB colors in percentages

R + G + B =
225 + 180 + 220 = 625 (100%)
R 225 of 625 ~ 36%
G 180 of 625 ~ 28.8%
B 220 of 625 ~ 35.2%

%36
%28.8
%35.2

CMYK color model

#E1B4DC color CMYK value is (0,20,2,12).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.22%
  • key color value is 11.76%
CMYK:
(0,20,2,12)
C0M20Y2K12 
(0%,20%,2%,12%)
(0.00/0.20/0.02/0.12)	

CMYK percentages

%0
%20
%2.22
%11.76

Codes

Color #E1B4DC in popluar color models

E1B4DC
RGB225180220
HSL307°42.86%79.41%
HSB/HSV307°20.00%88.24%
CMYK0.00%20.00%2.22%
11.76%

Color #E1B4DC in popluar number systems.

HEXE1B4DC
Decimal225180220
Binary111000011011010011011100
Octal341264334

Shades and tints

Shades of #E1B4DC

#E1B4DC
(225,180,220)
#CDA4C8
(205,164,200)
#B994B4
(185,148,180)
#A584A0
(165,132,160)
#91748C
(145,116,140)
#7D6478
(125,100,120)
#695464
(105,84,100)
#554450
(85,68,80)
#41343C
(65,52,60)
#2D2428
(45,36,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #E1B4DC

#E1B4DC
(225,180,220)
#E3BADF
(227,186,223)
#E5C0E2
(229,192,226)
#E7C6E5
(231,198,229)
#E9CCE8
(233,204,232)
#EBD2EB
(235,210,235)
#EDD8EE
(237,216,238)
#EFDEF1
(239,222,241)
#F1E4F4
(241,228,244)
#F3EAF7
(243,234,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B4DC color. Also use rgb(225,180,220) instead hex code.

Text Font Color

.myTextColor { color: #E1B4DC; }

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

This text font color is #E1B4DC.


Background Color

.myBgColor { background-color: #E1B4DC; }

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

This div background color is #E1B4DC.


Border color

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

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

This div border color is #E1B4DC.


Opacity

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

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

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

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

This text has shadow with #E1B4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B4DC on black background.


Color preview on white background

This text has color #E1B4DC on white background.



Black color preview on #E1B4DC background

This text has black color on #E1B4DC background.


White color preview on #E1B4DC background

This text has white color on #E1B4DC background.