COLOR #E8BBE1

HEX: #E8BBE1
RGB: (232,187,225)

Color info

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

RGB color model

#E8BBE1 color RGB value is (232,187,225).

  • red value is 232;
  • green value is 187;
  • blue value is 225.
RGB:
(232,187,225)
(91%,73%,88%)

RGB channels and saturation

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

232
187
225

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

Portions of RGB colors in percentages

R + G + B =
232 + 187 + 225 = 644 (100%)
R 232 of 644 ~ 36.02%
G 187 of 644 ~ 29.04%
B 225 of 644 ~ 34.94%

%36.02
%29.04
%34.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 3.02%
  • 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.02
%9.02

Codes

Color #E8BBE1 in popluar color models

E8BBE1
RGB232187225
HSL309°49.45%82.16%
HSB/HSV309°19.40%90.98%
CMYK0.00%19.40%3.02%
9.02%

Color #E8BBE1 in popluar number systems.

HEXE8BBE1
Decimal232187225
Binary111010001011101111100001
Octal350273341

Shades and tints

Shades of #E8BBE1

#E8BBE1
(232,187,225)
#D3AACD
(211,170,205)
#BE99B9
(190,153,185)
#A988A5
(169,136,165)
#947791
(148,119,145)
#7F667D
(127,102,125)
#6A5569
(106,85,105)
#554455
(85,68,85)
#403341
(64,51,65)
#2B222D
(43,34,45)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #E8BBE1

#E8BBE1
(232,187,225)
#EAC1E3
(234,193,227)
#ECC7E5
(236,199,229)
#EECDE7
(238,205,231)
#F0D3E9
(240,211,233)
#F2D9EB
(242,217,235)
#F4DFED
(244,223,237)
#F6E5EF
(246,229,239)
#F8EBF1
(248,235,241)
#FAF1F3
(250,241,243)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BBE1; }

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

This text font color is #E8BBE1.


Background Color

.myBgColor { background-color: #E8BBE1; }

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

This div background color is #E8BBE1.


Border color

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

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

This div border color is #E8BBE1.


Opacity

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

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

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

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

This text has shadow with #E8BBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BBE1 on black background.


Color preview on white background

This text has color #E8BBE1 on white background.



Black color preview on #E8BBE1 background

This text has black color on #E8BBE1 background.


White color preview on #E8BBE1 background

This text has white color on #E8BBE1 background.