COLOR #ABABEE

HEX: #ABABEE RGB: (171,171,238)

Color info

#ABABEE contains mainly blue color. Web safe color of #ABABEE is #9999FF (or #99F).

RGB color model

#ABABEE color RGB value is (171,171,238).

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

RGB channels and saturation

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

171
171
238

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

Portions of RGB colors in percentages

R + G + B = 171 + 171 + 238 = 580 (100%)
R 171 of 580 ~ 29.48%
G 171 of 580 ~ 29.48%
B 238 of 580 ~ 41.03'%

%29.48
%29.48
%41.03

CMYK color model

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

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

CMYK: (28,28,0,7)
C28M28Y0K7 (28%, 28%, 0%, 7%)
(0.28 / 0.28 / 0.00 / 0.07)

CMYK percentages

%28.15
%28.15
%0
%6.67

Codes

Color #ABABEE in popluar color models

AB AB EE
RGB 171 171 238
HSL 240° 66.34% 80.20%
HSB/HSV 240° 28.15% 93.33%
CMYK 28.15% 28.15% 0.00%
6.67%

Color #ABABEE in popluar number systems.

HEX AB AB EE
Decimal 171 171 238
Binary 10101011 10101011 11101110
Octal 253 253 356

Shades and tints

Shades of #ABABEE

#ABABEE
(171,171,238)
#9C9CD9
(156,156,217)
#8D8DC4
(141,141,196)
#7E7EAF
(126,126,175)
#6F6F9A
(111,111,154)
#606085
(96,96,133)
#515170
(81,81,112)
#42425B
(66,66,91)
#333346
(51,51,70)
#242431
(36,36,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #ABABEE

#ABABEE
(171,171,238)
#B2B2EF
(178,178,239)
#B9B9F0
(185,185,240)
#C0C0F1
(192,192,241)
#C7C7F2
(199,199,242)
#CECEF3
(206,206,243)
#D5D5F4
(213,213,244)
#DCDCF5
(220,220,245)
#E3E3F6
(227,227,246)
#EAEAF7
(234,234,247)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABEE; }

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

This text font color is #ABABEE.

Background Color

.myBgColor { background-color: #ABABEE; }

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

This div background color is #ABABEE.

Border color

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

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

This div border color is #ABABEE.

Opacity

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

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

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

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

This text has shadow with #ABABEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABABEE.

Preview

Color preview on black background

This text has color #ABABEE on black background.


Color preview on white background

This text has color #ABABEE on white background.


Black color preview on #ABABEE background

This text has black color on #ABABEE background.


White color preview on #ABABEE background

This text has white color on #ABABEE background.


Related colors

Complementary color

Complementary color for #hex is #545411.


I love getcolorcode.com