COLOR #E1A69D

HEX: #E1A69D RGB: (225,166,157)

Color info

#E1A69D contains mainly red and green colors. Web safe color of #E1A69D is #CC9999 (or #C99).

RGB color model

#E1A69D color RGB value is (225,166,157).

RGB: (225,166,157) (88%, 65%, 62%)

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 157 of 255 = 62%

225
166
157

R + G + B ~ 72%. #E1A69D is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 166 + 157 = 548 (100%)
R 225 of 548 ~ 41.06%
G 166 of 548 ~ 30.29%
B 157 of 548 ~ 28.65'%

%41.06
%30.29
%28.65

CMYK color model

#E1A69D color CMYK value is (0,26,30,12).

  • cyan value is 0.00%
  • magenta value is 26.22%
  • yellow value is 30.22%
  • key color value is 11.76%

CMYK: (0,26,30,12)
C0M26Y30K12 (0%, 26%, 30%, 12%)
(0.00 / 0.26 / 0.30 / 0.12)

CMYK percentages

%0
%26.22
%30.22
%11.76

Codes

Color #E1A69D in popluar color models

E1 A6 9D
RGB 225 166 157
HSL 53.13% 74.90%
HSB/HSV 30.22% 88.24%
CMYK 0.00% 26.22% 30.22%
11.76%

Color #E1A69D in popluar number systems.

HEX E1 A6 9D
Decimal 225 166 157
Binary 11100001 10100110 10011101
Octal 341 246 235

Shades and tints

Shades of #E1A69D

#E1A69D
(225,166,157)
#CD978F
(205,151,143)
#B98881
(185,136,129)
#A57973
(165,121,115)
#916A65
(145,106,101)
#7D5B57
(125,91,87)
#694C49
(105,76,73)
#553D3B
(85,61,59)
#412E2D
(65,46,45)
#2D1F1F
(45,31,31)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #E1A69D

#E1A69D
(225,166,157)
#E3AEA5
(227,174,165)
#E5B6AD
(229,182,173)
#E7BEB5
(231,190,181)
#E9C6BD
(233,198,189)
#EBCEC5
(235,206,197)
#EDD6CD
(237,214,205)
#EFDED5
(239,222,213)
#F1E6DD
(241,230,221)
#F3EEE5
(243,238,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A69D; }

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

This text font color is #E1A69D.

Background Color

.myBgColor { background-color: #E1A69D; }

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

This div background color is #E1A69D.

Border color

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

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

This div border color is #E1A69D.

Opacity

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

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

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

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

This text has shadow with #E1A69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A69D.

Preview

Color preview on black background

This text has color #E1A69D on black background.


Color preview on white background

This text has color #E1A69D on white background.


Black color preview on #E1A69D background

This text has black color on #E1A69D background.


White color preview on #E1A69D background

This text has white color on #E1A69D background.


Related colors

Complementary color

Complementary color for #hex is #1E5962.


I love getcolorcode.com

Triadic colors

1 #9DE1A6 and #A69DE1 with #E1A69D are triadic colors.

2 #9DA6E1 and #A6E19D with #E1A69D are triadic colors.