COLOR #E3B9A7

HEX: #E3B9A7
RGB: (227,185,167)

Color info

#E3B9A7 contains mainly red and green colors. Web safe color of #E3B9A7 is #CCCC99 (or #CC9).

RGB color model

#E3B9A7 color RGB value is (227,185,167).

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

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 167 of 255 = 65%

227
185
167

R + G + B ~ 76%. #E3B9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 167 = 579 (100%)
R 227 of 579 ~ 39.21%
G 185 of 579 ~ 31.95%
B 167 of 579 ~ 28.84%

%39.21
%31.95
%28.84

CMYK color model

#E3B9A7 color CMYK value is (0,19,26,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 26.43%
  • key color value is 10.98%
CMYK:
(0,19,26,11)
C0M19Y26K11 
(0%,19%,26%,11%)
(0.00/0.19/0.26/0.11)	

CMYK percentages

%0
%18.5
%26.43
%10.98

Codes

Color #E3B9A7 in popluar color models

E3B9A7
RGB227185167
HSL18°51.72%77.25%
HSB/HSV18°26.43%89.02%
CMYK0.00%18.50%26.43%
10.98%

Color #E3B9A7 in popluar number systems.

HEXE3B9A7
Decimal227185167
Binary111000111011100110100111
Octal343271247

Shades and tints

Shades of #E3B9A7

#E3B9A7
(227,185,167)
#CFA998
(207,169,152)
#BB9989
(187,153,137)
#A7897A
(167,137,122)
#93796B
(147,121,107)
#7F695C
(127,105,92)
#6B594D
(107,89,77)
#57493E
(87,73,62)
#43392F
(67,57,47)
#2F2920
(47,41,32)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #E3B9A7

#E3B9A7
(227,185,167)
#E5BFAF
(229,191,175)
#E7C5B7
(231,197,183)
#E9CBBF
(233,203,191)
#EBD1C7
(235,209,199)
#EDD7CF
(237,215,207)
#EFDDD7
(239,221,215)
#F1E3DF
(241,227,223)
#F3E9E7
(243,233,231)
#F5EFEF
(245,239,239)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9A7; }

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

This text font color is #E3B9A7.


Background Color

.myBgColor { background-color: #E3B9A7; }

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

This div background color is #E3B9A7.


Border color

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

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

This div border color is #E3B9A7.


Opacity

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

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

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

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

This text has shadow with #E3B9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9A7 on black background.


Color preview on white background

This text has color #E3B9A7 on white background.



Black color preview on #E3B9A7 background

This text has black color on #E3B9A7 background.


White color preview on #E3B9A7 background

This text has white color on #E3B9A7 background.