COLOR #E1B4DB

HEX: #E1B4DB
RGB: (225,180,219)

Color info

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

RGB color model

#E1B4DB color RGB value is (225,180,219).

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

RGB channels and saturation

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

225
180
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 180 + 219 = 624 (100%)
R 225 of 624 ~ 36.06%
G 180 of 624 ~ 28.85%
B 219 of 624 ~ 35.1%

%36.06
%28.85
%35.1

CMYK color model

#E1B4DB color CMYK value is (0,20,3,12).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,20,3,12)
C0M20Y3K12 
(0%,20%,3%,12%)
(0.00/0.20/0.03/0.12)	

CMYK percentages

%0
%20
%2.67
%11.76

Codes

Color #E1B4DB in popluar color models

E1B4DB
RGB225180219
HSL308°42.86%79.41%
HSB/HSV308°20.00%88.24%
CMYK0.00%20.00%2.67%
11.76%

Color #E1B4DB in popluar number systems.

HEXE1B4DB
Decimal225180219
Binary111000011011010011011011
Octal341264333

Shades and tints

Shades of #E1B4DB

#E1B4DB
(225,180,219)
#CDA4C8
(205,164,200)
#B994B5
(185,148,181)
#A584A2
(165,132,162)
#91748F
(145,116,143)
#7D647C
(125,100,124)
#695469
(105,84,105)
#554456
(85,68,86)
#413443
(65,52,67)
#2D2430
(45,36,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #E1B4DB

#E1B4DB
(225,180,219)
#E3BADE
(227,186,222)
#E5C0E1
(229,192,225)
#E7C6E4
(231,198,228)
#E9CCE7
(233,204,231)
#EBD2EA
(235,210,234)
#EDD8ED
(237,216,237)
#EFDEF0
(239,222,240)
#F1E4F3
(241,228,243)
#F3EAF6
(243,234,246)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B4DB; }

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

This text font color is #E1B4DB.


Background Color

.myBgColor { background-color: #E1B4DB; }

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

This div background color is #E1B4DB.


Border color

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

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

This div border color is #E1B4DB.


Opacity

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

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

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

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

This text has shadow with #E1B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B4DB on black background.


Color preview on white background

This text has color #E1B4DB on white background.



Black color preview on #E1B4DB background

This text has black color on #E1B4DB background.


White color preview on #E1B4DB background

This text has white color on #E1B4DB background.