COLOR #E4B3A9

HEX: #E4B3A9
RGB: (228,179,169)

Color info

#E4B3A9 contains red, green and blue colors in about the same proportion. Web safe color of #E4B3A9 is #CC9999 (or #C99).

RGB color model

#E4B3A9 color RGB value is (228,179,169).

  • red value is 228;
  • green value is 179;
  • blue value is 169.
RGB:
(228,179,169)
(89%,70%,66%)

RGB channels and saturation

R 228 of 255 = 89%
G 179 of 255 = 70%
B 169 of 255 = 66%

228
179
169

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

Portions of RGB colors in percentages

R + G + B =
228 + 179 + 169 = 576 (100%)
R 228 of 576 ~ 39.58%
G 179 of 576 ~ 31.08%
B 169 of 576 ~ 29.34%

%39.58
%31.08
%29.34

CMYK color model

#E4B3A9 color CMYK value is (0,21,26,11).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(0,21,26,11)
C0M21Y26K11 
(0%,21%,26%,11%)
(0.00/0.21/0.26/0.11)	

CMYK percentages

%0
%21.49
%25.88
%10.59

Codes

Color #E4B3A9 in popluar color models

E4B3A9
RGB228179169
HSL10°52.21%77.84%
HSB/HSV10°25.88%89.41%
CMYK0.00%21.49%25.88%
10.59%

Color #E4B3A9 in popluar number systems.

HEXE4B3A9
Decimal228179169
Binary111001001011001110101001
Octal344263251

Shades and tints

Shades of #E4B3A9

#E4B3A9
(228,179,169)
#D0A39A
(208,163,154)
#BC938B
(188,147,139)
#A8837C
(168,131,124)
#94736D
(148,115,109)
#80635E
(128,99,94)
#6C534F
(108,83,79)
#584340
(88,67,64)
#443331
(68,51,49)
#302322
(48,35,34)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E4B3A9

#E4B3A9
(228,179,169)
#E6B9B0
(230,185,176)
#E8BFB7
(232,191,183)
#EAC5BE
(234,197,190)
#ECCBC5
(236,203,197)
#EED1CC
(238,209,204)
#F0D7D3
(240,215,211)
#F2DDDA
(242,221,218)
#F4E3E1
(244,227,225)
#F6E9E8
(246,233,232)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B3A9 color. Also use rgb(228,179,169) instead hex code.

Text Font Color

.myTextColor { color: #E4B3A9; }

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

This text font color is #E4B3A9.


Background Color

.myBgColor { background-color: #E4B3A9; }

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

This div background color is #E4B3A9.


Border color

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

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

This div border color is #E4B3A9.


Opacity

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

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

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

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

This text has shadow with #E4B3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B3A9 on black background.


Color preview on white background

This text has color #E4B3A9 on white background.



Black color preview on #E4B3A9 background

This text has black color on #E4B3A9 background.


White color preview on #E4B3A9 background

This text has white color on #E4B3A9 background.