COLOR #EEAAB3

HEX: #EEAAB3 RGB: (238,170,179)

Color info

#EEAAB3 contains mainly red and blue colors. Web safe color of #EEAAB3 is #FF9999 (or #F99).

RGB color model

#EEAAB3 color RGB value is (238,170,179).

RGB: (238,170,179) (93%, 67%, 70%)

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 179 of 255 = 70%

238
170
179

R + G + B ~ 77%. #EEAAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 170 + 179 = 587 (100%)
R 238 of 587 ~ 40.55%
G 170 of 587 ~ 28.96%
B 179 of 587 ~ 30.49'%

%40.55
%28.96
%30.49

CMYK color model

#EEAAB3 color CMYK value is (0,29,25,7).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.79%
  • key color value is 6.67%

CMYK: (0,29,25,7)
C0M29Y25K7 (0%, 29%, 25%, 7%)
(0.00 / 0.29 / 0.25 / 0.07)

CMYK percentages

%0
%28.57
%24.79
%6.67

Codes

Color #EEAAB3 in popluar color models

EE AA B3
RGB 238 170 179
HSL 352° 66.67% 80.00%
HSB/HSV 352° 28.57% 93.33%
CMYK 0.00% 28.57% 24.79%
6.67%

Color #EEAAB3 in popluar number systems.

HEX EE AA B3
Decimal 238 170 179
Binary 11101110 10101010 10110011
Octal 356 252 263

Shades and tints

Shades of #EEAAB3

#EEAAB3
(238,170,179)
#D99BA3
(217,155,163)
#C48C93
(196,140,147)
#AF7D83
(175,125,131)
#9A6E73
(154,110,115)
#855F63
(133,95,99)
#705053
(112,80,83)
#5B4143
(91,65,67)
#463233
(70,50,51)
#312323
(49,35,35)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EEAAB3

#EEAAB3
(238,170,179)
#EFB1B9
(239,177,185)
#F0B8BF
(240,184,191)
#F1BFC5
(241,191,197)
#F2C6CB
(242,198,203)
#F3CDD1
(243,205,209)
#F4D4D7
(244,212,215)
#F5DBDD
(245,219,221)
#F6E2E3
(246,226,227)
#F7E9E9
(247,233,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAAB3 color. Also use rgb(238,170,179) instead hex code.

Text Font Color

.myTextColor { color: #EEAAB3; }

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

This text font color is #EEAAB3.

Background Color

.myBgColor { background-color: #EEAAB3; }

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

This div background color is #EEAAB3.

Border color

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

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

This div border color is #EEAAB3.

Opacity

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

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

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

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

This text has shadow with #EEAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAAB3.

Preview

Color preview on black background

This text has color #EEAAB3 on black background.


Color preview on white background

This text has color #EEAAB3 on white background.


Black color preview on #EEAAB3 background

This text has black color on #EEAAB3 background.


White color preview on #EEAAB3 background

This text has white color on #EEAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #11554C.


I love getcolorcode.com

Triadic colors

1 #B3EEAA and #AAB3EE with #EEAAB3 are triadic colors.

2 #B3AAEE and #AAEEB3 with #EEAAB3 are triadic colors.