COLOR #EEA8BA

HEX: #EEA8BA RGB: (238,168,186)

Color info

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

RGB color model

#EEA8BA color RGB value is (238,168,186).

RGB: (238,168,186) (93%, 66%, 73%)

RGB channels and saturation

R 238 of 255 = 93%
G 168 of 255 = 66%
B 186 of 255 = 73%

238
168
186

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

Portions of RGB colors in percentages

R + G + B = 238 + 168 + 186 = 592 (100%)
R 238 of 592 ~ 40.2%
G 168 of 592 ~ 28.38%
B 186 of 592 ~ 31.42'%

%40.2
%28.38
%31.42

CMYK color model

#EEA8BA color CMYK value is (0,29,22,7).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK: (0,29,22,7) C0M29Y22K7 (0%,29%,22%,7%) (0.00/0.29/0.22/0.07) 

CMYK percentages

%0
%29.41
%21.85
%6.67

Codes

Color #EEA8BA in popluar color models

EE A8 BA
RGB 238 168 186
HSL 345° 67.31% 79.61%
HSB/HSV 345° 29.41% 93.33%
CMYK 0.00% 29.41% 21.85%
6.67%

Color #EEA8BA in popluar number systems.

HEX EE A8 BA
Decimal 238 168 186
Binary 11101110 10101000 10111010
Octal 356 250 272

Shades and tints

Shades of #EEA8BA

#EEA8BA
(238,168,186)
#D999AA
(217,153,170)
#C48A9A
(196,138,154)
#AF7B8A
(175,123,138)
#9A6C7A
(154,108,122)
#855D6A
(133,93,106)
#704E5A
(112,78,90)
#5B3F4A
(91,63,74)
#46303A
(70,48,58)
#31212A
(49,33,42)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #EEA8BA

#EEA8BA
(238,168,186)
#EFAFC0
(239,175,192)
#F0B6C6
(240,182,198)
#F1BDCC
(241,189,204)
#F2C4D2
(242,196,210)
#F3CBD8
(243,203,216)
#F4D2DE
(244,210,222)
#F5D9E4
(245,217,228)
#F6E0EA
(246,224,234)
#F7E7F0
(247,231,240)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEA8BA; }

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

This text font color is #EEA8BA.

Background Color

.myBgColor { background-color: #EEA8BA; }

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

This div background color is #EEA8BA.

Border color

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

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

This div border color is #EEA8BA.

Opacity

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

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

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

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

This text has shadow with #EEA8BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA8BA.

Preview

Color preview on black background

This text has color #EEA8BA on black background.


Color preview on white background

This text has color #EEA8BA on white background.


Black color preview on #EEA8BA background

This text has black color on #EEA8BA background.


White color preview on #EEA8BA background

This text has white color on #EEA8BA background.


Related colors

Complementary color

Complementary color for #hex is #115745.


I love getcolorcode.com

Triadic colors

1 #BAEEA8 and #A8BAEE with #EEA8BA are triadic colors.

2 #BAA8EE and #A8EEBA with #EEA8BA are triadic colors.