COLOR #E9B3A4

HEX: #E9B3A4
RGB: (233,179,164)

Color info

#E9B3A4 contains mainly red and green colors. Web safe color of #E9B3A4 is #FF9999 (or #F99).

RGB color model

#E9B3A4 color RGB value is (233,179,164).

  • red value is 233;
  • green value is 179;
  • blue value is 164.
RGB:
(233,179,164)
(91%,70%,64%)

RGB channels and saturation

R 233 of 255 = 91%
G 179 of 255 = 70%
B 164 of 255 = 64%

233
179
164

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

Portions of RGB colors in percentages

R + G + B =
233 + 179 + 164 = 576 (100%)
R 233 of 576 ~ 40.45%
G 179 of 576 ~ 31.08%
B 164 of 576 ~ 28.47%

%40.45
%31.08
%28.47

CMYK color model

#E9B3A4 color CMYK value is (0,23,30,9).

  • cyan value is 0.00%
  • magenta value is 23.18%
  • yellow value is 29.61%
  • key color value is 8.63%
CMYK:
(0,23,30,9)
C0M23Y30K9 
(0%,23%,30%,9%)
(0.00/0.23/0.30/0.09)	

CMYK percentages

%0
%23.18
%29.61
%8.63

Codes

Color #E9B3A4 in popluar color models

E9B3A4
RGB233179164
HSL13°61.06%77.84%
HSB/HSV13°29.61%91.37%
CMYK0.00%23.18%29.61%
8.63%

Color #E9B3A4 in popluar number systems.

HEXE9B3A4
Decimal233179164
Binary111010011011001110100100
Octal351263244

Shades and tints

Shades of #E9B3A4

#E9B3A4
(233,179,164)
#D4A396
(212,163,150)
#BF9388
(191,147,136)
#AA837A
(170,131,122)
#95736C
(149,115,108)
#80635E
(128,99,94)
#6B5350
(107,83,80)
#564342
(86,67,66)
#413334
(65,51,52)
#2C2326
(44,35,38)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #E9B3A4

#E9B3A4
(233,179,164)
#EBB9AC
(235,185,172)
#EDBFB4
(237,191,180)
#EFC5BC
(239,197,188)
#F1CBC4
(241,203,196)
#F3D1CC
(243,209,204)
#F5D7D4
(245,215,212)
#F7DDDC
(247,221,220)
#F9E3E4
(249,227,228)
#FBE9EC
(251,233,236)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B3A4 color. Also use rgb(233,179,164) instead hex code.

Text Font Color

.myTextColor { color: #E9B3A4; }

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

This text font color is #E9B3A4.


Background Color

.myBgColor { background-color: #E9B3A4; }

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

This div background color is #E9B3A4.


Border color

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

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

This div border color is #E9B3A4.


Opacity

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

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

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

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

This text has shadow with #E9B3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9B3A4 on black background.


Color preview on white background

This text has color #E9B3A4 on white background.



Black color preview on #E9B3A4 background

This text has black color on #E9B3A4 background.


White color preview on #E9B3A4 background

This text has white color on #E9B3A4 background.