COLOR #E3B9A3

HEX: #E3B9A3
RGB: (227,185,163)

Color info

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

RGB color model

#E3B9A3 color RGB value is (227,185,163).

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

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 163 of 255 = 64%

227
185
163

R + G + B ~ 75%. #E3B9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 185 + 163 = 575 (100%)
R 227 of 575 ~ 39.48%
G 185 of 575 ~ 32.17%
B 163 of 575 ~ 28.35%

%39.48
%32.17
%28.35

CMYK color model

#E3B9A3 color CMYK value is (0,19,28,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 28.19%
  • key color value is 10.98%
CMYK:
(0,19,28,11)
C0M19Y28K11 
(0%,19%,28%,11%)
(0.00/0.19/0.28/0.11)	

CMYK percentages

%0
%18.5
%28.19
%10.98

Codes

Color #E3B9A3 in popluar color models

E3B9A3
RGB227185163
HSL21°53.33%76.47%
HSB/HSV21°28.19%89.02%
CMYK0.00%18.50%28.19%
10.98%

Color #E3B9A3 in popluar number systems.

HEXE3B9A3
Decimal227185163
Binary111000111011100110100011
Octal343271243

Shades and tints

Shades of #E3B9A3

#E3B9A3
(227,185,163)
#CFA995
(207,169,149)
#BB9987
(187,153,135)
#A78979
(167,137,121)
#93796B
(147,121,107)
#7F695D
(127,105,93)
#6B594F
(107,89,79)
#574941
(87,73,65)
#433933
(67,57,51)
#2F2925
(47,41,37)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3B9A3

#E3B9A3
(227,185,163)
#E5BFAB
(229,191,171)
#E7C5B3
(231,197,179)
#E9CBBB
(233,203,187)
#EBD1C3
(235,209,195)
#EDD7CB
(237,215,203)
#EFDDD3
(239,221,211)
#F1E3DB
(241,227,219)
#F3E9E3
(243,233,227)
#F5EFEB
(245,239,235)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9A3; }

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

This text font color is #E3B9A3.


Background Color

.myBgColor { background-color: #E3B9A3; }

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

This div background color is #E3B9A3.


Border color

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

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

This div border color is #E3B9A3.


Opacity

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

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

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

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

This text has shadow with #E3B9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B9A3 on black background.


Color preview on white background

This text has color #E3B9A3 on white background.



Black color preview on #E3B9A3 background

This text has black color on #E3B9A3 background.


White color preview on #E3B9A3 background

This text has white color on #E3B9A3 background.