COLOR #EEA9D4

HEX: #EEA9D4 RGB: (238,169,212)

Color info

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

RGB color model

#EEA9D4 color RGB value is (238,169,212).

RGB: (238,169,212) (93%, 66%, 83%)

RGB channels and saturation

R 238 of 255 = 93%
G 169 of 255 = 66%
B 212 of 255 = 83%

238
169
212

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

Portions of RGB colors in percentages

R + G + B = 238 + 169 + 212 = 619 (100%)
R 238 of 619 ~ 38.45%
G 169 of 619 ~ 27.3%
B 212 of 619 ~ 34.25'%

%38.45
%27.3
%34.25

CMYK color model

#EEA9D4 color CMYK value is (0,29,11,7).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 10.92%
  • key color value is 6.67%

CMYK: (0,29,11,7)
C0M29Y11K7 (0%, 29%, 11%, 7%)
(0.00 / 0.29 / 0.11 / 0.07)

CMYK percentages

%0
%28.99
%10.92
%6.67

Codes

Color #EEA9D4 in popluar color models

EE A9 D4
RGB 238 169 212
HSL 323° 66.99% 79.80%
HSB/HSV 323° 28.99% 93.33%
CMYK 0.00% 28.99% 10.92%
6.67%

Color #EEA9D4 in popluar number systems.

HEX EE A9 D4
Decimal 238 169 212
Binary 11101110 10101001 11010100
Octal 356 251 324

Shades and tints

Shades of #EEA9D4

#EEA9D4
(238,169,212)
#D99AC1
(217,154,193)
#C48BAE
(196,139,174)
#AF7C9B
(175,124,155)
#9A6D88
(154,109,136)
#855E75
(133,94,117)
#704F62
(112,79,98)
#5B404F
(91,64,79)
#46313C
(70,49,60)
#312229
(49,34,41)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #EEA9D4

#EEA9D4
(238,169,212)
#EFB0D7
(239,176,215)
#F0B7DA
(240,183,218)
#F1BEDD
(241,190,221)
#F2C5E0
(242,197,224)
#F3CCE3
(243,204,227)
#F4D3E6
(244,211,230)
#F5DAE9
(245,218,233)
#F6E1EC
(246,225,236)
#F7E8EF
(247,232,239)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA9D4 color. Also use rgb(238,169,212) instead hex code.

Text Font Color

.myTextColor { color: #EEA9D4; }

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

This text font color is #EEA9D4.

Background Color

.myBgColor { background-color: #EEA9D4; }

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

This div background color is #EEA9D4.

Border color

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

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

This div border color is #EEA9D4.

Opacity

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

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

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

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

This text has shadow with #EEA9D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA9D4.

Preview

Color preview on black background

This text has color #EEA9D4 on black background.


Color preview on white background

This text has color #EEA9D4 on white background.


Black color preview on #EEA9D4 background

This text has black color on #EEA9D4 background.


White color preview on #EEA9D4 background

This text has white color on #EEA9D4 background.


Related colors

Complementary color

Complementary color for #hex is #11562B.


I love getcolorcode.com

Triadic colors

1 #D4EEA9 and #A9D4EE with #EEA9D4 are triadic colors.

2 #D4A9EE and #A9EED4 with #EEA9D4 are triadic colors.