COLOR #E1B8DF

HEX: #E1B8DF RGB: (225,184,223)

Color info

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

RGB color model

#E1B8DF color RGB value is (225,184,223).

RGB: (225,184,223) (88%, 72%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 184 of 255 = 72%
B 223 of 255 = 87%

225
184
223

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

Portions of RGB colors in percentages

R + G + B = 225 + 184 + 223 = 632 (100%)
R 225 of 632 ~ 35.6%
G 184 of 632 ~ 29.11%
B 223 of 632 ~ 35.28'%

%35.6
%29.11
%35.28

CMYK color model

#E1B8DF color CMYK value is (0,18,1,12).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 0.89%
  • key color value is 11.76%

CMYK: (0,18,1,12)
C0M18Y1K12 (0%, 18%, 1%, 12%)
(0.00 / 0.18 / 0.01 / 0.12)

CMYK percentages

%0
%18.22
%0.89
%11.76

Codes

Color #E1B8DF in popluar color models

E1 B8 DF
RGB 225 184 223
HSL 303° 40.59% 80.20%
HSB/HSV 303° 18.22% 88.24%
CMYK 0.00% 18.22% 0.89%
11.76%

Color #E1B8DF in popluar number systems.

HEX E1 B8 DF
Decimal 225 184 223
Binary 11100001 10111000 11011111
Octal 341 270 337

Shades and tints

Shades of #E1B8DF

#E1B8DF
(225,184,223)
#CDA8CB
(205,168,203)
#B998B7
(185,152,183)
#A588A3
(165,136,163)
#91788F
(145,120,143)
#7D687B
(125,104,123)
#695867
(105,88,103)
#554853
(85,72,83)
#41383F
(65,56,63)
#2D282B
(45,40,43)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #E1B8DF

#E1B8DF
(225,184,223)
#E3BEE1
(227,190,225)
#E5C4E3
(229,196,227)
#E7CAE5
(231,202,229)
#E9D0E7
(233,208,231)
#EBD6E9
(235,214,233)
#EDDCEB
(237,220,235)
#EFE2ED
(239,226,237)
#F1E8EF
(241,232,239)
#F3EEF1
(243,238,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B8DF color. Also use rgb(225,184,223) instead hex code.

Text Font Color

.myTextColor { color: #E1B8DF; }

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

This text font color is #E1B8DF.

Background Color

.myBgColor { background-color: #E1B8DF; }

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

This div background color is #E1B8DF.

Border color

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

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

This div border color is #E1B8DF.

Opacity

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

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

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

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

This text has shadow with #E1B8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B8DF.

Preview

Color preview on black background

This text has color #E1B8DF on black background.


Color preview on white background

This text has color #E1B8DF on white background.


Black color preview on #E1B8DF background

This text has black color on #E1B8DF background.


White color preview on #E1B8DF background

This text has white color on #E1B8DF background.


Related colors

Complementary color

Complementary color for #hex is #1E4720.


I love getcolorcode.com

Triadic colors

1 #DFE1B8 and #B8DFE1 with #E1B8DF are triadic colors.

2 #DFB8E1 and #B8E1DF with #E1B8DF are triadic colors.