COLOR #EAA9D9

HEX: #EAA9D9
RGB: (234,169,217)

Color info

#EAA9D9 contains mainly red and blue colors. Web safe color of #EAA9D9 is #FF99CC (or #F9C).

RGB color model

#EAA9D9 color RGB value is (234,169,217).

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

RGB channels and saturation

R 234 of 255 = 92%
G 169 of 255 = 66%
B 217 of 255 = 85%

234
169
217

R + G + B ~ 81%. #EAA9D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 169 + 217 = 620 (100%)
R 234 of 620 ~ 37.74%
G 169 of 620 ~ 27.26%
B 217 of 620 ~ 35%

%37.74
%27.26
%35

CMYK color model

#EAA9D9 color CMYK value is (0,28,7,8).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(0,28,7,8)
C0M28Y7K8 
(0%,28%,7%,8%)
(0.00/0.28/0.07/0.08)	

CMYK percentages

%0
%27.78
%7.26
%8.24

Codes

Color #EAA9D9 in popluar color models

EAA9D9
RGB234169217
HSL316°60.75%79.02%
HSB/HSV316°27.78%91.76%
CMYK0.00%27.78%7.26%
8.24%

Color #EAA9D9 in popluar number systems.

HEXEAA9D9
Decimal234169217
Binary111010101010100111011001
Octal352251331

Shades and tints

Shades of #EAA9D9

#EAA9D9
(234,169,217)
#D59AC6
(213,154,198)
#C08BB3
(192,139,179)
#AB7CA0
(171,124,160)
#966D8D
(150,109,141)
#815E7A
(129,94,122)
#6C4F67
(108,79,103)
#574054
(87,64,84)
#423141
(66,49,65)
#2D222E
(45,34,46)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #EAA9D9

#EAA9D9
(234,169,217)
#EBB0DC
(235,176,220)
#ECB7DF
(236,183,223)
#EDBEE2
(237,190,226)
#EEC5E5
(238,197,229)
#EFCCE8
(239,204,232)
#F0D3EB
(240,211,235)
#F1DAEE
(241,218,238)
#F2E1F1
(242,225,241)
#F3E8F4
(243,232,244)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAA9D9; }

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

This text font color is #EAA9D9.


Background Color

.myBgColor { background-color: #EAA9D9; }

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

This div background color is #EAA9D9.


Border color

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

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

This div border color is #EAA9D9.


Opacity

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

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

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

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

This text has shadow with #EAA9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA9D9 on black background.


Color preview on white background

This text has color #EAA9D9 on white background.



Black color preview on #EAA9D9 background

This text has black color on #EAA9D9 background.


White color preview on #EAA9D9 background

This text has white color on #EAA9D9 background.