COLOR #E1B1D8

HEX: #E1B1D8 RGB: (225,177,216)

Color info

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

RGB color model

#E1B1D8 color RGB value is (225,177,216).

RGB: (225,177,216) (88%, 69%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 216 of 255 = 85%

225
177
216

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

Portions of RGB colors in percentages

R + G + B = 225 + 177 + 216 = 618 (100%)
R 225 of 618 ~ 36.41%
G 177 of 618 ~ 28.64%
B 216 of 618 ~ 34.95'%

%36.41
%28.64
%34.95

CMYK color model

#E1B1D8 color CMYK value is (0,21,4,12).

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

CMYK: (0,21,4,12)
C0M21Y4K12 (0%, 21%, 4%, 12%)
(0.00 / 0.21 / 0.04 / 0.12)

CMYK percentages

%0
%21.33
%4
%11.76

Codes

Color #E1B1D8 in popluar color models

E1 B1 D8
RGB 225 177 216
HSL 311° 44.44% 78.82%
HSB/HSV 311° 21.33% 88.24%
CMYK 0.00% 21.33% 4.00%
11.76%

Color #E1B1D8 in popluar number systems.

HEX E1 B1 D8
Decimal 225 177 216
Binary 11100001 10110001 11011000
Octal 341 261 330

Shades and tints

Shades of #E1B1D8

#E1B1D8
(225,177,216)
#CDA1C5
(205,161,197)
#B991B2
(185,145,178)
#A5819F
(165,129,159)
#91718C
(145,113,140)
#7D6179
(125,97,121)
#695166
(105,81,102)
#554153
(85,65,83)
#413140
(65,49,64)
#2D212D
(45,33,45)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #E1B1D8

#E1B1D8
(225,177,216)
#E3B8DB
(227,184,219)
#E5BFDE
(229,191,222)
#E7C6E1
(231,198,225)
#E9CDE4
(233,205,228)
#EBD4E7
(235,212,231)
#EDDBEA
(237,219,234)
#EFE2ED
(239,226,237)
#F1E9F0
(241,233,240)
#F3F0F3
(243,240,243)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B1D8; }

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

This text font color is #E1B1D8.

Background Color

.myBgColor { background-color: #E1B1D8; }

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

This div background color is #E1B1D8.

Border color

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

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

This div border color is #E1B1D8.

Opacity

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

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

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

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

This text has shadow with #E1B1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B1D8.

Preview

Color preview on black background

This text has color #E1B1D8 on black background.


Color preview on white background

This text has color #E1B1D8 on white background.


Black color preview on #E1B1D8 background

This text has black color on #E1B1D8 background.


White color preview on #E1B1D8 background

This text has white color on #E1B1D8 background.


Related colors

Complementary color

Complementary color for #hex is #1E4E27.


I love getcolorcode.com

Triadic colors

1 #D8E1B1 and #B1D8E1 with #E1B1D8 are triadic colors.

2 #D8B1E1 and #B1E1D8 with #E1B1D8 are triadic colors.