COLOR #E8B9BB

HEX: #E8B9BB RGB: (232,185,187)

Color info

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

RGB color model

#E8B9BB color RGB value is (232,185,187).

RGB: (232,185,187) (91%, 73%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 185 of 255 = 73%
B 187 of 255 = 73%

232
185
187

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

Portions of RGB colors in percentages

R + G + B = 232 + 185 + 187 = 604 (100%)
R 232 of 604 ~ 38.41%
G 185 of 604 ~ 30.63%
B 187 of 604 ~ 30.96'%

%38.41
%30.63
%30.96

CMYK color model

#E8B9BB color CMYK value is (0,20,19,9).

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

CMYK: (0,20,19,9)
C0M20Y19K9 (0%, 20%, 19%, 9%)
(0.00 / 0.20 / 0.19 / 0.09)

CMYK percentages

%0
%20.26
%19.4
%9.02

Codes

Color #E8B9BB in popluar color models

E8 B9 BB
RGB 232 185 187
HSL 357° 50.54% 81.76%
HSB/HSV 357° 20.26% 90.98%
CMYK 0.00% 20.26% 19.40%
9.02%

Color #E8B9BB in popluar number systems.

HEX E8 B9 BB
Decimal 232 185 187
Binary 11101000 10111001 10111011
Octal 350 271 273

Shades and tints

Shades of #E8B9BB

#E8B9BB
(232,185,187)
#D3A9AA
(211,169,170)
#BE9999
(190,153,153)
#A98988
(169,137,136)
#947977
(148,121,119)
#7F6966
(127,105,102)
#6A5955
(106,89,85)
#554944
(85,73,68)
#403933
(64,57,51)
#2B2922
(43,41,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #E8B9BB

#E8B9BB
(232,185,187)
#EABFC1
(234,191,193)
#ECC5C7
(236,197,199)
#EECBCD
(238,203,205)
#F0D1D3
(240,209,211)
#F2D7D9
(242,215,217)
#F4DDDF
(244,221,223)
#F6E3E5
(246,227,229)
#F8E9EB
(248,233,235)
#FAEFF1
(250,239,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B9BB; }

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

This text font color is #E8B9BB.

Background Color

.myBgColor { background-color: #E8B9BB; }

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

This div background color is #E8B9BB.

Border color

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

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

This div border color is #E8B9BB.

Opacity

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

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

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

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

This text has shadow with #E8B9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B9BB.

Preview

Color preview on black background

This text has color #E8B9BB on black background.


Color preview on white background

This text has color #E8B9BB on white background.


Black color preview on #E8B9BB background

This text has black color on #E8B9BB background.


White color preview on #E8B9BB background

This text has white color on #E8B9BB background.


Related colors

Complementary color

Complementary color for #hex is #174644.


I love getcolorcode.com

Triadic colors

1 #BBE8B9 and #B9BBE8 with #E8B9BB are triadic colors.

2 #BBB9E8 and #B9E8BB with #E8B9BB are triadic colors.