COLOR #E1BBE9

HEX: #E1BBE9 RGB: (225,187,233)

Color info

#E1BBE9 contains red, green and blue colors in about the same proportion. Web safe color of #E1BBE9 is #CCCCFF (or #CCF).

RGB color model

#E1BBE9 color RGB value is (225,187,233).

RGB: (225,187,233) (88%, 73%, 91%)

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 233 of 255 = 91%

225
187
233

R + G + B ~ 84%. #E1BBE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 187 + 233 = 645 (100%)
R 225 of 645 ~ 34.88%
G 187 of 645 ~ 28.99%
B 233 of 645 ~ 36.12'%

%34.88
%28.99
%36.12

CMYK color model

#E1BBE9 color CMYK value is (3,20,0,9).

  • cyan value is 3.43%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (3,20,0,9)
C3M20Y0K9 (3%, 20%, 0%, 9%)
(0.03 / 0.20 / 0.00 / 0.09)

CMYK percentages

%3.43
%19.74
%0
%8.63

Codes

Color #E1BBE9 in popluar color models

E1 BB E9
RGB 225 187 233
HSL 290° 51.11% 82.35%
HSB/HSV 290° 19.74% 91.37%
CMYK 3.43% 19.74% 0.00%
8.63%

Color #E1BBE9 in popluar number systems.

HEX E1 BB E9
Decimal 225 187 233
Binary 11100001 10111011 11101001
Octal 341 273 351

Shades and tints

Shades of #E1BBE9

#E1BBE9
(225,187,233)
#CDAAD4
(205,170,212)
#B999BF
(185,153,191)
#A588AA
(165,136,170)
#917795
(145,119,149)
#7D6680
(125,102,128)
#69556B
(105,85,107)
#554456
(85,68,86)
#413341
(65,51,65)
#2D222C
(45,34,44)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #E1BBE9

#E1BBE9
(225,187,233)
#E3C1EB
(227,193,235)
#E5C7ED
(229,199,237)
#E7CDEF
(231,205,239)
#E9D3F1
(233,211,241)
#EBD9F3
(235,217,243)
#EDDFF5
(237,223,245)
#EFE5F7
(239,229,247)
#F1EBF9
(241,235,249)
#F3F1FB
(243,241,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BBE9; }

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

This text font color is #E1BBE9.

Background Color

.myBgColor { background-color: #E1BBE9; }

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

This div background color is #E1BBE9.

Border color

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

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

This div border color is #E1BBE9.

Opacity

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

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

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

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

This text has shadow with #E1BBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BBE9.

Preview

Color preview on black background

This text has color #E1BBE9 on black background.


Color preview on white background

This text has color #E1BBE9 on white background.


Black color preview on #E1BBE9 background

This text has black color on #E1BBE9 background.


White color preview on #E1BBE9 background

This text has white color on #E1BBE9 background.


Related colors

Complementary color

Complementary color for #hex is #1E4416.


I love getcolorcode.com

Triadic colors

1 #E9E1BB and #BBE9E1 with #E1BBE9 are triadic colors.

2 #E9BBE1 and #BBE1E9 with #E1BBE9 are triadic colors.