COLOR #E8BBE0

HEX: #E8BBE0 RGB: (232,187,224)

Color info

#E8BBE0 contains red, green and blue colors in about the same proportion. Web safe color of #E8BBE0 is #FFCCCC (or #FCC).

RGB color model

#E8BBE0 color RGB value is (232,187,224).

RGB: (232,187,224) (91%, 73%, 88%)

RGB channels and saturation

R 232 of 255 = 91%
G 187 of 255 = 73%
B 224 of 255 = 88%

232
187
224

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

Portions of RGB colors in percentages

R + G + B = 232 + 187 + 224 = 643 (100%)
R 232 of 643 ~ 36.08%
G 187 of 643 ~ 29.08%
B 224 of 643 ~ 34.84'%

%36.08
%29.08
%34.84

CMYK color model

#E8BBE0 color CMYK value is (0,19,3,9).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 3.45%
  • key color value is 9.02%

CMYK: (0,19,3,9)
C0M19Y3K9 (0%, 19%, 3%, 9%)
(0.00 / 0.19 / 0.03 / 0.09)

CMYK percentages

%0
%19.4
%3.45
%9.02

Codes

Color #E8BBE0 in popluar color models

E8 BB E0
RGB 232 187 224
HSL 311° 49.45% 82.16%
HSB/HSV 311° 19.40% 90.98%
CMYK 0.00% 19.40% 3.45%
9.02%

Color #E8BBE0 in popluar number systems.

HEX E8 BB E0
Decimal 232 187 224
Binary 11101000 10111011 11100000
Octal 350 273 340

Shades and tints

Shades of #E8BBE0

#E8BBE0
(232,187,224)
#D3AACC
(211,170,204)
#BE99B8
(190,153,184)
#A988A4
(169,136,164)
#947790
(148,119,144)
#7F667C
(127,102,124)
#6A5568
(106,85,104)
#554454
(85,68,84)
#403340
(64,51,64)
#2B222C
(43,34,44)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #E8BBE0

#E8BBE0
(232,187,224)
#EAC1E2
(234,193,226)
#ECC7E4
(236,199,228)
#EECDE6
(238,205,230)
#F0D3E8
(240,211,232)
#F2D9EA
(242,217,234)
#F4DFEC
(244,223,236)
#F6E5EE
(246,229,238)
#F8EBF0
(248,235,240)
#FAF1F2
(250,241,242)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BBE0 color. Also use rgb(232,187,224) instead hex code.

Text Font Color

.myTextColor { color: #E8BBE0; }

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

This text font color is #E8BBE0.

Background Color

.myBgColor { background-color: #E8BBE0; }

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

This div background color is #E8BBE0.

Border color

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

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

This div border color is #E8BBE0.

Opacity

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

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

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

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

This text has shadow with #E8BBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BBE0.

Preview

Color preview on black background

This text has color #E8BBE0 on black background.


Color preview on white background

This text has color #E8BBE0 on white background.


Black color preview on #E8BBE0 background

This text has black color on #E8BBE0 background.


White color preview on #E8BBE0 background

This text has white color on #E8BBE0 background.


Related colors

Complementary color

Complementary color for #hex is #17441F.


I love getcolorcode.com

Triadic colors

1 #E0E8BB and #BBE0E8 with #E8BBE0 are triadic colors.

2 #E0BBE8 and #BBE8E0 with #E8BBE0 are triadic colors.