COLOR #EAA9D8

HEX: #EAA9D8 RGB: (234,169,216)

Color info

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

RGB color model

#EAA9D8 color RGB value is (234,169,216).

RGB: (234,169,216) (92%, 66%, 85%)

RGB channels and saturation

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

234
169
216

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

Portions of RGB colors in percentages

R + G + B = 234 + 169 + 216 = 619 (100%)
R 234 of 619 ~ 37.8%
G 169 of 619 ~ 27.3%
B 216 of 619 ~ 34.89'%

%37.8
%27.3
%34.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 7.69%
  • key color value is 8.24%

CMYK: (0,28,8,8)
C0M28Y8K8 (0%, 28%, 8%, 8%)
(0.00 / 0.28 / 0.08 / 0.08)

CMYK percentages

%0
%27.78
%7.69
%8.24

Codes

Color #EAA9D8 in popluar color models

EA A9 D8
RGB 234 169 216
HSL 317° 60.75% 79.02%
HSB/HSV 317° 27.78% 91.76%
CMYK 0.00% 27.78% 7.69%
8.24%

Color #EAA9D8 in popluar number systems.

HEX EA A9 D8
Decimal 234 169 216
Binary 11101010 10101001 11011000
Octal 352 251 330

Shades and tints

Shades of #EAA9D8

#EAA9D8
(234,169,216)
#D59AC5
(213,154,197)
#C08BB2
(192,139,178)
#AB7C9F
(171,124,159)
#966D8C
(150,109,140)
#815E79
(129,94,121)
#6C4F66
(108,79,102)
#574053
(87,64,83)
#423140
(66,49,64)
#2D222D
(45,34,45)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #EAA9D8

#EAA9D8
(234,169,216)
#EBB0DB
(235,176,219)
#ECB7DE
(236,183,222)
#EDBEE1
(237,190,225)
#EEC5E4
(238,197,228)
#EFCCE7
(239,204,231)
#F0D3EA
(240,211,234)
#F1DAED
(241,218,237)
#F2E1F0
(242,225,240)
#F3E8F3
(243,232,243)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAA9D8; }

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

This text font color is #EAA9D8.

Background Color

.myBgColor { background-color: #EAA9D8; }

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

This div background color is #EAA9D8.

Border color

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

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

This div border color is #EAA9D8.

Opacity

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

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

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

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

This text has shadow with #EAA9D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAA9D8.

Preview

Color preview on black background

This text has color #EAA9D8 on black background.


Color preview on white background

This text has color #EAA9D8 on white background.


Black color preview on #EAA9D8 background

This text has black color on #EAA9D8 background.


White color preview on #EAA9D8 background

This text has white color on #EAA9D8 background.


Related colors

Complementary color

Complementary color for #hex is #155627.


I love getcolorcode.com

Triadic colors

1 #D8EAA9 and #A9D8EA with #EAA9D8 are triadic colors.

2 #D8A9EA and #A9EAD8 with #EAA9D8 are triadic colors.