COLOR #E1A39D

HEX: #E1A39D
RGB: (225,163,157)

Color info

#E1A39D contains mainly red color. Web safe color of #E1A39D is #CC9999 (or #C99).

RGB color model

#E1A39D color RGB value is (225,163,157).

  • red value is 225;
  • green value is 163;
  • blue value is 157.
RGB:
(225,163,157)
(88%,64%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 163 of 255 = 64%
B 157 of 255 = 62%

225
163
157

R + G + B ~ 71%. #E1A39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 163 + 157 = 545 (100%)
R 225 of 545 ~ 41.28%
G 163 of 545 ~ 29.91%
B 157 of 545 ~ 28.81%

%41.28
%29.91
%28.81

CMYK color model

#E1A39D color CMYK value is (0,28,30,12).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(0,28,30,12)
C0M28Y30K12 
(0%,28%,30%,12%)
(0.00/0.28/0.30/0.12)	

CMYK percentages

%0
%27.56
%30.22
%11.76

Codes

Color #E1A39D in popluar color models

E1A39D
RGB225163157
HSL53.13%74.90%
HSB/HSV30.22%88.24%
CMYK0.00%27.56%30.22%
11.76%

Color #E1A39D in popluar number systems.

HEXE1A39D
Decimal225163157
Binary111000011010001110011101
Octal341243235

Shades and tints

Shades of #E1A39D

#E1A39D
(225,163,157)
#CD958F
(205,149,143)
#B98781
(185,135,129)
#A57973
(165,121,115)
#916B65
(145,107,101)
#7D5D57
(125,93,87)
#694F49
(105,79,73)
#55413B
(85,65,59)
#41332D
(65,51,45)
#2D251F
(45,37,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #E1A39D

#E1A39D
(225,163,157)
#E3ABA5
(227,171,165)
#E5B3AD
(229,179,173)
#E7BBB5
(231,187,181)
#E9C3BD
(233,195,189)
#EBCBC5
(235,203,197)
#EDD3CD
(237,211,205)
#EFDBD5
(239,219,213)
#F1E3DD
(241,227,221)
#F3EBE5
(243,235,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A39D color. Also use rgb(225,163,157) instead hex code.

Text Font Color

.myTextColor { color: #E1A39D; }

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

This text font color is #E1A39D.


Background Color

.myBgColor { background-color: #E1A39D; }

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

This div background color is #E1A39D.


Border color

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

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

This div border color is #E1A39D.


Opacity

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

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

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

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

This text has shadow with #E1A39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A39D on black background.


Color preview on white background

This text has color #E1A39D on white background.



Black color preview on #E1A39D background

This text has black color on #E1A39D background.


White color preview on #E1A39D background

This text has white color on #E1A39D background.