COLOR #E3B9BB

HEX: #E3B9BB
RGB: (227,185,187)

Color info

#E3B9BB contains red, green and blue colors in about the same proportion. Web safe color of #E3B9BB is #CCCCCC (or #CCC).

RGB color model

#E3B9BB color RGB value is (227,185,187).

  • red value is 227;
  • green value is 185;
  • blue value is 187.
RGB:
(227,185,187)
(89%,73%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 187 of 255 = 73%

227
185
187

R + G + B ~ 78%. #E3B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 187 = 599 (100%)
R 227 of 599 ~ 37.9%
G 185 of 599 ~ 30.88%
B 187 of 599 ~ 31.22%

%37.9
%30.88
%31.22

CMYK color model

#E3B9BB color CMYK value is (0,19,18,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 17.62%
  • key color value is 10.98%
CMYK:
(0,19,18,11)
C0M19Y18K11 
(0%,19%,18%,11%)
(0.00/0.19/0.18/0.11)	

CMYK percentages

%0
%18.5
%17.62
%10.98

Codes

Color #E3B9BB in popluar color models

E3B9BB
RGB227185187
HSL357°42.86%80.78%
HSB/HSV357°18.50%89.02%
CMYK0.00%18.50%17.62%
10.98%

Color #E3B9BB in popluar number systems.

HEXE3B9BB
Decimal227185187
Binary111000111011100110111011
Octal343271273

Shades and tints

Shades of #E3B9BB

#E3B9BB
(227,185,187)
#CFA9AA
(207,169,170)
#BB9999
(187,153,153)
#A78988
(167,137,136)
#937977
(147,121,119)
#7F6966
(127,105,102)
#6B5955
(107,89,85)
#574944
(87,73,68)
#433933
(67,57,51)
#2F2922
(47,41,34)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #E3B9BB

#E3B9BB
(227,185,187)
#E5BFC1
(229,191,193)
#E7C5C7
(231,197,199)
#E9CBCD
(233,203,205)
#EBD1D3
(235,209,211)
#EDD7D9
(237,215,217)
#EFDDDF
(239,221,223)
#F1E3E5
(241,227,229)
#F3E9EB
(243,233,235)
#F5EFF1
(245,239,241)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9BB; }

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

This text font color is #E3B9BB.


Background Color

.myBgColor { background-color: #E3B9BB; }

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

This div background color is #E3B9BB.


Border color

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

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

This div border color is #E3B9BB.


Opacity

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

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

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

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

This text has shadow with #E3B9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9BB on black background.


Color preview on white background

This text has color #E3B9BB on white background.



Black color preview on #E3B9BB background

This text has black color on #E3B9BB background.


White color preview on #E3B9BB background

This text has white color on #E3B9BB background.