COLOR #EEABF6

HEX: #EEABF6
RGB: (238,171,246)

Color info

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

RGB color model

#EEABF6 color RGB value is (238,171,246).

  • red value is 238;
  • green value is 171;
  • blue value is 246.
RGB:
(238,171,246)
(93%,67%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 171 of 255 = 67%
B 246 of 255 = 96%

238
171
246

R + G + B ~ 85%. #EEABF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 171 + 246 = 655 (100%)
R 238 of 655 ~ 36.34%
G 171 of 655 ~ 26.11%
B 246 of 655 ~ 37.56%

%36.34
%26.11
%37.56

CMYK color model

#EEABF6 color CMYK value is (3,30,0,4).

  • cyan value is 3.25%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(3,30,0,4)
C3M30Y0K4 
(3%,30%,0%,4%)
(0.03/0.30/0.00/0.04)	

CMYK percentages

%3.25
%30.49
%0
%3.53

Codes

Color #EEABF6 in popluar color models

EEABF6
RGB238171246
HSL294°80.65%81.76%
HSB/HSV294°30.49%96.47%
CMYK3.25%30.49%0.00%
3.53%

Color #EEABF6 in popluar number systems.

HEXEEABF6
Decimal238171246
Binary111011101010101111110110
Octal356253366

Shades and tints

Shades of #EEABF6

#EEABF6
(238,171,246)
#D99CE0
(217,156,224)
#C48DCA
(196,141,202)
#AF7EB4
(175,126,180)
#9A6F9E
(154,111,158)
#856088
(133,96,136)
#705172
(112,81,114)
#5B425C
(91,66,92)
#463346
(70,51,70)
#312430
(49,36,48)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #EEABF6

#EEABF6
(238,171,246)
#EFB2F6
(239,178,246)
#F0B9F6
(240,185,246)
#F1C0F6
(241,192,246)
#F2C7F6
(242,199,246)
#F3CEF6
(243,206,246)
#F4D5F6
(244,213,246)
#F5DCF6
(245,220,246)
#F6E3F6
(246,227,246)
#F7EAF6
(247,234,246)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEABF6; }

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

This text font color is #EEABF6.


Background Color

.myBgColor { background-color: #EEABF6; }

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

This div background color is #EEABF6.


Border color

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

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

This div border color is #EEABF6.


Opacity

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

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

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

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

This text has shadow with #EEABF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEABF6 on black background.


Color preview on white background

This text has color #EEABF6 on white background.



Black color preview on #EEABF6 background

This text has black color on #EEABF6 background.


White color preview on #EEABF6 background

This text has white color on #EEABF6 background.