COLOR #E3B9BC

HEX: #E3B9BC
RGB: (227,185,188)

Color info

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

RGB color model

#E3B9BC color RGB value is (227,185,188).

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

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 188 of 255 = 74%

227
185
188

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

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 188 = 600 (100%)
R 227 of 600 ~ 37.83%
G 185 of 600 ~ 30.83%
B 188 of 600 ~ 31.33%

%37.83
%30.83
%31.33

CMYK color model

#E3B9BC color CMYK value is (0,19,17,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(0,19,17,11)
C0M19Y17K11 
(0%,19%,17%,11%)
(0.00/0.19/0.17/0.11)	

CMYK percentages

%0
%18.5
%17.18
%10.98

Codes

Color #E3B9BC in popluar color models

E3B9BC
RGB227185188
HSL356°42.86%80.78%
HSB/HSV356°18.50%89.02%
CMYK0.00%18.50%17.18%
10.98%

Color #E3B9BC in popluar number systems.

HEXE3B9BC
Decimal227185188
Binary111000111011100110111100
Octal343271274

Shades and tints

Shades of #E3B9BC

#E3B9BC
(227,185,188)
#CFA9AB
(207,169,171)
#BB999A
(187,153,154)
#A78989
(167,137,137)
#937978
(147,121,120)
#7F6967
(127,105,103)
#6B5956
(107,89,86)
#574945
(87,73,69)
#433934
(67,57,52)
#2F2923
(47,41,35)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #E3B9BC

#E3B9BC
(227,185,188)
#E5BFC2
(229,191,194)
#E7C5C8
(231,197,200)
#E9CBCE
(233,203,206)
#EBD1D4
(235,209,212)
#EDD7DA
(237,215,218)
#EFDDE0
(239,221,224)
#F1E3E6
(241,227,230)
#F3E9EC
(243,233,236)
#F5EFF2
(245,239,242)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9BC; }

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

This text font color is #E3B9BC.


Background Color

.myBgColor { background-color: #E3B9BC; }

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

This div background color is #E3B9BC.


Border color

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

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

This div border color is #E3B9BC.


Opacity

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

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

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

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

This text has shadow with #E3B9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9BC on black background.


Color preview on white background

This text has color #E3B9BC on white background.



Black color preview on #E3B9BC background

This text has black color on #E3B9BC background.


White color preview on #E3B9BC background

This text has white color on #E3B9BC background.