COLOR #EAA5A9

HEX: #EAA5A9
RGB: (234,165,169)

Color info

#EAA5A9 contains mainly red color. Web safe color of #EAA5A9 is #FF9999 (or #F99).

RGB color model

#EAA5A9 color RGB value is (234,165,169).

  • red value is 234;
  • green value is 165;
  • blue value is 169.
RGB:
(234,165,169)
(92%,65%,66%)

RGB channels and saturation

R 234 of 255 = 92%
G 165 of 255 = 65%
B 169 of 255 = 66%

234
165
169

R + G + B ~ 74%. #EAA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 165 + 169 = 568 (100%)
R 234 of 568 ~ 41.2%
G 165 of 568 ~ 29.05%
B 169 of 568 ~ 29.75%

%41.2
%29.05
%29.75

CMYK color model

#EAA5A9 color CMYK value is (0,29,28,8).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 27.78%
  • key color value is 8.24%
CMYK:
(0,29,28,8)
C0M29Y28K8 
(0%,29%,28%,8%)
(0.00/0.29/0.28/0.08)	

CMYK percentages

%0
%29.49
%27.78
%8.24

Codes

Color #EAA5A9 in popluar color models

EAA5A9
RGB234165169
HSL357°62.16%78.24%
HSB/HSV357°29.49%91.76%
CMYK0.00%29.49%27.78%
8.24%

Color #EAA5A9 in popluar number systems.

HEXEAA5A9
Decimal234165169
Binary111010101010010110101001
Octal352245251

Shades and tints

Shades of #EAA5A9

#EAA5A9
(234,165,169)
#D5969A
(213,150,154)
#C0878B
(192,135,139)
#AB787C
(171,120,124)
#96696D
(150,105,109)
#815A5E
(129,90,94)
#6C4B4F
(108,75,79)
#573C40
(87,60,64)
#422D31
(66,45,49)
#2D1E22
(45,30,34)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #EAA5A9

#EAA5A9
(234,165,169)
#EBADB0
(235,173,176)
#ECB5B7
(236,181,183)
#EDBDBE
(237,189,190)
#EEC5C5
(238,197,197)
#EFCDCC
(239,205,204)
#F0D5D3
(240,213,211)
#F1DDDA
(241,221,218)
#F2E5E1
(242,229,225)
#F3EDE8
(243,237,232)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAA5A9 color. Also use rgb(234,165,169) instead hex code.

Text Font Color

.myTextColor { color: #EAA5A9; }

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

This text font color is #EAA5A9.


Background Color

.myBgColor { background-color: #EAA5A9; }

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

This div background color is #EAA5A9.


Border color

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

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

This div border color is #EAA5A9.


Opacity

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

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

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

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

This text has shadow with #EAA5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA5A9 on black background.


Color preview on white background

This text has color #EAA5A9 on white background.



Black color preview on #EAA5A9 background

This text has black color on #EAA5A9 background.


White color preview on #EAA5A9 background

This text has white color on #EAA5A9 background.