COLOR #EEABE8

HEX: #EEABE8 RGB: (238,171,232)

Color info

#EEABE8 contains mainly red and blue colors. Web safe color of #EEABE8 is #FF99FF (or #F9F).

RGB color model

#EEABE8 color RGB value is (238,171,232).

RGB: (238,171,232) (93%, 67%, 91%)

RGB channels and saturation

R 238 of 255 = 93%
G 171 of 255 = 67%
B 232 of 255 = 91%

238
171
232

R + G + B ~ 84%. #EEABE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 171 + 232 = 641 (100%)
R 238 of 641 ~ 37.13%
G 171 of 641 ~ 26.68%
B 232 of 641 ~ 36.19'%

%37.13
%26.68
%36.19

CMYK color model

#EEABE8 color CMYK value is (0,28,3,7).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 2.52%
  • key color value is 6.67%

CMYK: (0,28,3,7)
C0M28Y3K7 (0%, 28%, 3%, 7%)
(0.00 / 0.28 / 0.03 / 0.07)

CMYK percentages

%0
%28.15
%2.52
%6.67

Codes

Color #EEABE8 in popluar color models

EE AB E8
RGB 238 171 232
HSL 305° 66.34% 80.20%
HSB/HSV 305° 28.15% 93.33%
CMYK 0.00% 28.15% 2.52%
6.67%

Color #EEABE8 in popluar number systems.

HEX EE AB E8
Decimal 238 171 232
Binary 11101110 10101011 11101000
Octal 356 253 350

Shades and tints

Shades of #EEABE8

#EEABE8
(238,171,232)
#D99CD3
(217,156,211)
#C48DBE
(196,141,190)
#AF7EA9
(175,126,169)
#9A6F94
(154,111,148)
#85607F
(133,96,127)
#70516A
(112,81,106)
#5B4255
(91,66,85)
#463340
(70,51,64)
#31242B
(49,36,43)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #EEABE8

#EEABE8
(238,171,232)
#EFB2EA
(239,178,234)
#F0B9EC
(240,185,236)
#F1C0EE
(241,192,238)
#F2C7F0
(242,199,240)
#F3CEF2
(243,206,242)
#F4D5F4
(244,213,244)
#F5DCF6
(245,220,246)
#F6E3F8
(246,227,248)
#F7EAFA
(247,234,250)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEABE8 color. Also use rgb(238,171,232) instead hex code.

Text Font Color

.myTextColor { color: #EEABE8; }

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

This text font color is #EEABE8.

Background Color

.myBgColor { background-color: #EEABE8; }

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

This div background color is #EEABE8.

Border color

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

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

This div border color is #EEABE8.

Opacity

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

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

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

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

This text has shadow with #EEABE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEABE8.

Preview

Color preview on black background

This text has color #EEABE8 on black background.


Color preview on white background

This text has color #EEABE8 on white background.


Black color preview on #EEABE8 background

This text has black color on #EEABE8 background.


White color preview on #EEABE8 background

This text has white color on #EEABE8 background.


Related colors

Complementary color

Complementary color for #hex is #115417.


I love getcolorcode.com

Triadic colors

1 #E8EEAB and #ABE8EE with #EEABE8 are triadic colors.

2 #E8ABEE and #ABEEE8 with #EEABE8 are triadic colors.