COLOR #E0A69D

HEX: #E0A69D
RGB: (224,166,157)

Color info

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

RGB color model

#E0A69D color RGB value is (224,166,157).

  • red value is 224;
  • green value is 166;
  • blue value is 157.
RGB:
(224,166,157)
(88%,65%,62%)

RGB channels and saturation

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

224
166
157

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

Portions of RGB colors in percentages

R + G + B =
224 + 166 + 157 = 547 (100%)
R 224 of 547 ~ 40.95%
G 166 of 547 ~ 30.35%
B 157 of 547 ~ 28.7%

%40.95
%30.35
%28.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 29.91%
  • key color value is 12.16%
CMYK:
(0,26,30,12)
C0M26Y30K12 
(0%,26%,30%,12%)
(0.00/0.26/0.30/0.12)	

CMYK percentages

%0
%25.89
%29.91
%12.16

Codes

Color #E0A69D in popluar color models

E0A69D
RGB224166157
HSL51.94%74.71%
HSB/HSV29.91%87.84%
CMYK0.00%25.89%29.91%
12.16%

Color #E0A69D in popluar number systems.

HEXE0A69D
Decimal224166157
Binary111000001010011010011101
Octal340246235

Shades and tints

Shades of #E0A69D

#E0A69D
(224,166,157)
#CC978F
(204,151,143)
#B88881
(184,136,129)
#A47973
(164,121,115)
#906A65
(144,106,101)
#7C5B57
(124,91,87)
#684C49
(104,76,73)
#543D3B
(84,61,59)
#402E2D
(64,46,45)
#2C1F1F
(44,31,31)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #E0A69D

#E0A69D
(224,166,157)
#E2AEA5
(226,174,165)
#E4B6AD
(228,182,173)
#E6BEB5
(230,190,181)
#E8C6BD
(232,198,189)
#EACEC5
(234,206,197)
#ECD6CD
(236,214,205)
#EEDED5
(238,222,213)
#F0E6DD
(240,230,221)
#F2EEE5
(242,238,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A69D; }

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

This text font color is #E0A69D.


Background Color

.myBgColor { background-color: #E0A69D; }

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

This div background color is #E0A69D.


Border color

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

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

This div border color is #E0A69D.


Opacity

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

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

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

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

This text has shadow with #E0A69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A69D on black background.


Color preview on white background

This text has color #E0A69D on white background.



Black color preview on #E0A69D background

This text has black color on #E0A69D background.


White color preview on #E0A69D background

This text has white color on #E0A69D background.