COLOR #E1B1DB

HEX: #E1B1DB RGB: (225,177,219)

Color info

#E1B1DB contains red, green and blue colors in about the same proportion. Web safe color of #E1B1DB is #CC99CC (or #C9C).

RGB color model

#E1B1DB color RGB value is (225,177,219).

RGB: (225,177,219) (88%, 69%, 86%)

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 219 of 255 = 86%

225
177
219

R + G + B ~ 81%. #E1B1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 177 + 219 = 621 (100%)
R 225 of 621 ~ 36.23%
G 177 of 621 ~ 28.5%
B 219 of 621 ~ 35.27'%

%36.23
%28.5
%35.27

CMYK color model

#E1B1DB color CMYK value is (0,21,3,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 2.67%
  • key color value is 11.76%

CMYK: (0,21,3,12)
C0M21Y3K12 (0%, 21%, 3%, 12%)
(0.00 / 0.21 / 0.03 / 0.12)

CMYK percentages

%0
%21.33
%2.67
%11.76

Codes

Color #E1B1DB in popluar color models

E1 B1 DB
RGB 225 177 219
HSL 308° 44.44% 78.82%
HSB/HSV 308° 21.33% 88.24%
CMYK 0.00% 21.33% 2.67%
11.76%

Color #E1B1DB in popluar number systems.

HEX E1 B1 DB
Decimal 225 177 219
Binary 11100001 10110001 11011011
Octal 341 261 333

Shades and tints

Shades of #E1B1DB

#E1B1DB
(225,177,219)
#CDA1C8
(205,161,200)
#B991B5
(185,145,181)
#A581A2
(165,129,162)
#91718F
(145,113,143)
#7D617C
(125,97,124)
#695169
(105,81,105)
#554156
(85,65,86)
#413143
(65,49,67)
#2D2130
(45,33,48)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #E1B1DB

#E1B1DB
(225,177,219)
#E3B8DE
(227,184,222)
#E5BFE1
(229,191,225)
#E7C6E4
(231,198,228)
#E9CDE7
(233,205,231)
#EBD4EA
(235,212,234)
#EDDBED
(237,219,237)
#EFE2F0
(239,226,240)
#F1E9F3
(241,233,243)
#F3F0F6
(243,240,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B1DB; }

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

This text font color is #E1B1DB.

Background Color

.myBgColor { background-color: #E1B1DB; }

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

This div background color is #E1B1DB.

Border color

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

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

This div border color is #E1B1DB.

Opacity

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

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

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

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

This text has shadow with #E1B1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B1DB.

Preview

Color preview on black background

This text has color #E1B1DB on black background.


Color preview on white background

This text has color #E1B1DB on white background.


Black color preview on #E1B1DB background

This text has black color on #E1B1DB background.


White color preview on #E1B1DB background

This text has white color on #E1B1DB background.


Related colors

Complementary color

Complementary color for #hex is #1E4E24.


I love getcolorcode.com

Triadic colors

1 #DBE1B1 and #B1DBE1 with #E1B1DB are triadic colors.

2 #DBB1E1 and #B1E1DB with #E1B1DB are triadic colors.