COLOR #E9BBB8

HEX: #E9BBB8 RGB: (233,187,184)

Color info

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

RGB color model

#E9BBB8 color RGB value is (233,187,184).

RGB: (233,187,184) (91%, 73%, 72%)

RGB channels and saturation

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

233
187
184

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

Portions of RGB colors in percentages

R + G + B = 233 + 187 + 184 = 604 (100%)
R 233 of 604 ~ 38.58%
G 187 of 604 ~ 30.96%
B 184 of 604 ~ 30.46'%

%38.58
%30.96
%30.46

CMYK color model

#E9BBB8 color CMYK value is (0,20,21,9).

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

CMYK: (0,20,21,9)
C0M20Y21K9 (0%, 20%, 21%, 9%)
(0.00 / 0.20 / 0.21 / 0.09)

CMYK percentages

%0
%19.74
%21.03
%8.63

Codes

Color #E9BBB8 in popluar color models

E9 BB B8
RGB 233 187 184
HSL 52.69% 81.76%
HSB/HSV 21.03% 91.37%
CMYK 0.00% 19.74% 21.03%
8.63%

Color #E9BBB8 in popluar number systems.

HEX E9 BB B8
Decimal 233 187 184
Binary 11101001 10111011 10111000
Octal 351 273 270

Shades and tints

Shades of #E9BBB8

#E9BBB8
(233,187,184)
#D4AAA8
(212,170,168)
#BF9998
(191,153,152)
#AA8888
(170,136,136)
#957778
(149,119,120)
#806668
(128,102,104)
#6B5558
(107,85,88)
#564448
(86,68,72)
#413338
(65,51,56)
#2C2228
(44,34,40)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #E9BBB8

#E9BBB8
(233,187,184)
#EBC1BE
(235,193,190)
#EDC7C4
(237,199,196)
#EFCDCA
(239,205,202)
#F1D3D0
(241,211,208)
#F3D9D6
(243,217,214)
#F5DFDC
(245,223,220)
#F7E5E2
(247,229,226)
#F9EBE8
(249,235,232)
#FBF1EE
(251,241,238)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9BBB8; }

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

This text font color is #E9BBB8.

Background Color

.myBgColor { background-color: #E9BBB8; }

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

This div background color is #E9BBB8.

Border color

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

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

This div border color is #E9BBB8.

Opacity

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

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

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

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

This text has shadow with #E9BBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9BBB8.

Preview

Color preview on black background

This text has color #E9BBB8 on black background.


Color preview on white background

This text has color #E9BBB8 on white background.


Black color preview on #E9BBB8 background

This text has black color on #E9BBB8 background.


White color preview on #E9BBB8 background

This text has white color on #E9BBB8 background.


Related colors

Complementary color

Complementary color for #hex is #164447.


I love getcolorcode.com

Triadic colors

1 #B8E9BB and #BBB8E9 with #E9BBB8 are triadic colors.

2 #B8BBE9 and #BBE9B8 with #E9BBB8 are triadic colors.