COLOR #E1BBDF

HEX: #E1BBDF RGB: (225,187,223)

Color info

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

RGB color model

#E1BBDF color RGB value is (225,187,223).

RGB: (225,187,223) (88%, 73%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 223 of 255 = 87%

225
187
223

R + G + B ~ 83%. #E1BBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 187 + 223 = 635 (100%)
R 225 of 635 ~ 35.43%
G 187 of 635 ~ 29.45%
B 223 of 635 ~ 35.12'%

%35.43
%29.45
%35.12

CMYK color model

#E1BBDF color CMYK value is (0,17,1,12).

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK: (0,17,1,12) C0M17Y1K12 (0%,17%,1%,12%) (0.00/0.17/0.01/0.12) 

CMYK percentages

%0
%16.89
%0.89
%11.76

Codes

Color #E1BBDF in popluar color models

E1 BB DF
RGB 225 187 223
HSL 303° 38.78% 80.78%
HSB/HSV 303° 16.89% 88.24%
CMYK 0.00% 16.89% 0.89%
11.76%

Color #E1BBDF in popluar number systems.

HEX E1 BB DF
Decimal 225 187 223
Binary 11100001 10111011 11011111
Octal 341 273 337

Shades and tints

Shades of #E1BBDF

#E1BBDF
(225,187,223)
#CDAACB
(205,170,203)
#B999B7
(185,153,183)
#A588A3
(165,136,163)
#91778F
(145,119,143)
#7D667B
(125,102,123)
#695567
(105,85,103)
#554453
(85,68,83)
#41333F
(65,51,63)
#2D222B
(45,34,43)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #E1BBDF

#E1BBDF
(225,187,223)
#E3C1E1
(227,193,225)
#E5C7E3
(229,199,227)
#E7CDE5
(231,205,229)
#E9D3E7
(233,211,231)
#EBD9E9
(235,217,233)
#EDDFEB
(237,223,235)
#EFE5ED
(239,229,237)
#F1EBEF
(241,235,239)
#F3F1F1
(243,241,241)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BBDF; }

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

This text font color is #E1BBDF.

Background Color

.myBgColor { background-color: #E1BBDF; }

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

This div background color is #E1BBDF.

Border color

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

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

This div border color is #E1BBDF.

Opacity

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

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

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

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

This text has shadow with #E1BBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BBDF.

Preview

Color preview on black background

This text has color #E1BBDF on black background.


Color preview on white background

This text has color #E1BBDF on white background.


Black color preview on #E1BBDF background

This text has black color on #E1BBDF background.


White color preview on #E1BBDF background

This text has white color on #E1BBDF background.


Related colors

Complementary color

Complementary color for #hex is #1E4420.


I love getcolorcode.com

Triadic colors

1 #DFE1BB and #BBDFE1 with #E1BBDF are triadic colors.

2 #DFBBE1 and #BBE1DF with #E1BBDF are triadic colors.