COLOR #E3B9BD

HEX: #E3B9BD
RGB: (227,185,189)

Color info

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

RGB color model

#E3B9BD color RGB value is (227,185,189).

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

RGB channels and saturation

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

227
185
189

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

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 189 = 601 (100%)
R 227 of 601 ~ 37.77%
G 185 of 601 ~ 30.78%
B 189 of 601 ~ 31.45%

%37.77
%30.78
%31.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 16.74%
  • 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
%16.74
%10.98

Codes

Color #E3B9BD in popluar color models

E3B9BD
RGB227185189
HSL354°42.86%80.78%
HSB/HSV354°18.50%89.02%
CMYK0.00%18.50%16.74%
10.98%

Color #E3B9BD in popluar number systems.

HEXE3B9BD
Decimal227185189
Binary111000111011100110111101
Octal343271275

Shades and tints

Shades of #E3B9BD

#E3B9BD
(227,185,189)
#CFA9AC
(207,169,172)
#BB999B
(187,153,155)
#A7898A
(167,137,138)
#937979
(147,121,121)
#7F6968
(127,105,104)
#6B5957
(107,89,87)
#574946
(87,73,70)
#433935
(67,57,53)
#2F2924
(47,41,36)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3B9BD

#E3B9BD
(227,185,189)
#E5BFC3
(229,191,195)
#E7C5C9
(231,197,201)
#E9CBCF
(233,203,207)
#EBD1D5
(235,209,213)
#EDD7DB
(237,215,219)
#EFDDE1
(239,221,225)
#F1E3E7
(241,227,231)
#F3E9ED
(243,233,237)
#F5EFF3
(245,239,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9BD; }

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

This text font color is #E3B9BD.


Background Color

.myBgColor { background-color: #E3B9BD; }

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

This div background color is #E3B9BD.


Border color

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

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

This div border color is #E3B9BD.


Opacity

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

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

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

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

This text has shadow with #E3B9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9BD on black background.


Color preview on white background

This text has color #E3B9BD on white background.



Black color preview on #E3B9BD background

This text has black color on #E3B9BD background.


White color preview on #E3B9BD background

This text has white color on #E3B9BD background.