COLOR #EEA8B3

HEX: #EEA8B3 RGB: (238,168,179)

Color info

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

RGB color model

#EEA8B3 color RGB value is (238,168,179).

RGB: (238,168,179) (93%, 66%, 70%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 179 of 255 = 70%

238
168
179

R + G + B ~ 76%. #EEA8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 168 + 179 = 585 (100%)
R 238 of 585 ~ 40.68%
G 168 of 585 ~ 28.72%
B 179 of 585 ~ 30.6'%

%40.68
%28.72
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.41%
  • 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
%29.41
%24.79
%6.67

Codes

Color #EEA8B3 in popluar color models

EE A8 B3
RGB 238 168 179
HSL 351° 67.31% 79.61%
HSB/HSV 351° 29.41% 93.33%
CMYK 0.00% 29.41% 24.79%
6.67%

Color #EEA8B3 in popluar number systems.

HEX EE A8 B3
Decimal 238 168 179
Binary 11101110 10101000 10110011
Octal 356 250 263

Shades and tints

Shades of #EEA8B3

#EEA8B3
(238,168,179)
#D999A3
(217,153,163)
#C48A93
(196,138,147)
#AF7B83
(175,123,131)
#9A6C73
(154,108,115)
#855D63
(133,93,99)
#704E53
(112,78,83)
#5B3F43
(91,63,67)
#463033
(70,48,51)
#312123
(49,33,35)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #EEA8B3

#EEA8B3
(238,168,179)
#EFAFB9
(239,175,185)
#F0B6BF
(240,182,191)
#F1BDC5
(241,189,197)
#F2C4CB
(242,196,203)
#F3CBD1
(243,203,209)
#F4D2D7
(244,210,215)
#F5D9DD
(245,217,221)
#F6E0E3
(246,224,227)
#F7E7E9
(247,231,233)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA8B3; }

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

This text font color is #EEA8B3.

Background Color

.myBgColor { background-color: #EEA8B3; }

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

This div background color is #EEA8B3.

Border color

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

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

This div border color is #EEA8B3.

Opacity

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

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

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

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

This text has shadow with #EEA8B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA8B3.

Preview

Color preview on black background

This text has color #EEA8B3 on black background.


Color preview on white background

This text has color #EEA8B3 on white background.


Black color preview on #EEA8B3 background

This text has black color on #EEA8B3 background.


White color preview on #EEA8B3 background

This text has white color on #EEA8B3 background.


Related colors

Complementary color

Complementary color for #hex is #11574C.


I love getcolorcode.com

Triadic colors

1 #B3EEA8 and #A8B3EE with #EEA8B3 are triadic colors.

2 #B3A8EE and #A8EEB3 with #EEA8B3 are triadic colors.