COLOR #E8BBB8

HEX: #E8BBB8
RGB: (232,187,184)

Color info

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

RGB color model

#E8BBB8 color RGB value is (232,187,184).

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

RGB channels and saturation

R 232 of 255 = 91%
G 187 of 255 = 73%
B 184 of 255 = 72%

232
187
184

R + G + B ~ 79%. #E8BBB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 187 + 184 = 603 (100%)
R 232 of 603 ~ 38.47%
G 187 of 603 ~ 31.01%
B 184 of 603 ~ 30.51%

%38.47
%31.01
%30.51

CMYK color model

#E8BBB8 color CMYK value is (0,19,21,9).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 20.69%
  • key color value is 9.02%
CMYK:
(0,19,21,9)
C0M19Y21K9 
(0%,19%,21%,9%)
(0.00/0.19/0.21/0.09)	

CMYK percentages

%0
%19.4
%20.69
%9.02

Codes

Color #E8BBB8 in popluar color models

E8BBB8
RGB232187184
HSL51.06%81.57%
HSB/HSV20.69%90.98%
CMYK0.00%19.40%20.69%
9.02%

Color #E8BBB8 in popluar number systems.

HEXE8BBB8
Decimal232187184
Binary111010001011101110111000
Octal350273270

Shades and tints

Shades of #E8BBB8

#E8BBB8
(232,187,184)
#D3AAA8
(211,170,168)
#BE9998
(190,153,152)
#A98888
(169,136,136)
#947778
(148,119,120)
#7F6668
(127,102,104)
#6A5558
(106,85,88)
#554448
(85,68,72)
#403338
(64,51,56)
#2B2228
(43,34,40)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #E8BBB8

#E8BBB8
(232,187,184)
#EAC1BE
(234,193,190)
#ECC7C4
(236,199,196)
#EECDCA
(238,205,202)
#F0D3D0
(240,211,208)
#F2D9D6
(242,217,214)
#F4DFDC
(244,223,220)
#F6E5E2
(246,229,226)
#F8EBE8
(248,235,232)
#FAF1EE
(250,241,238)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BBB8; }

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

This text font color is #E8BBB8.


Background Color

.myBgColor { background-color: #E8BBB8; }

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

This div background color is #E8BBB8.


Border color

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

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

This div border color is #E8BBB8.


Opacity

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

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

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

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

This text has shadow with #E8BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BBB8 on black background.


Color preview on white background

This text has color #E8BBB8 on white background.



Black color preview on #E8BBB8 background

This text has black color on #E8BBB8 background.


White color preview on #E8BBB8 background

This text has white color on #E8BBB8 background.