COLOR #E3B9A5

HEX: #E3B9A5
RGB: (227,185,165)

Color info

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

RGB color model

#E3B9A5 color RGB value is (227,185,165).

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

RGB channels and saturation

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

227
185
165

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

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 165 = 577 (100%)
R 227 of 577 ~ 39.34%
G 185 of 577 ~ 32.06%
B 165 of 577 ~ 28.6%

%39.34
%32.06
%28.6

CMYK color model

#E3B9A5 color CMYK value is (0,19,27,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 27.31%
  • key color value is 10.98%
CMYK:
(0,19,27,11)
C0M19Y27K11 
(0%,19%,27%,11%)
(0.00/0.19/0.27/0.11)	

CMYK percentages

%0
%18.5
%27.31
%10.98

Codes

Color #E3B9A5 in popluar color models

E3B9A5
RGB227185165
HSL19°52.54%76.86%
HSB/HSV19°27.31%89.02%
CMYK0.00%18.50%27.31%
10.98%

Color #E3B9A5 in popluar number systems.

HEXE3B9A5
Decimal227185165
Binary111000111011100110100101
Octal343271245

Shades and tints

Shades of #E3B9A5

#E3B9A5
(227,185,165)
#CFA996
(207,169,150)
#BB9987
(187,153,135)
#A78978
(167,137,120)
#937969
(147,121,105)
#7F695A
(127,105,90)
#6B594B
(107,89,75)
#57493C
(87,73,60)
#43392D
(67,57,45)
#2F291E
(47,41,30)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #E3B9A5

#E3B9A5
(227,185,165)
#E5BFAD
(229,191,173)
#E7C5B5
(231,197,181)
#E9CBBD
(233,203,189)
#EBD1C5
(235,209,197)
#EDD7CD
(237,215,205)
#EFDDD5
(239,221,213)
#F1E3DD
(241,227,221)
#F3E9E5
(243,233,229)
#F5EFED
(245,239,237)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9A5; }

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

This text font color is #E3B9A5.


Background Color

.myBgColor { background-color: #E3B9A5; }

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

This div background color is #E3B9A5.


Border color

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

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

This div border color is #E3B9A5.


Opacity

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

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

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

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

This text has shadow with #E3B9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9A5 on black background.


Color preview on white background

This text has color #E3B9A5 on white background.



Black color preview on #E3B9A5 background

This text has black color on #E3B9A5 background.


White color preview on #E3B9A5 background

This text has white color on #E3B9A5 background.