COLOR #ABABE7

HEX: #ABABE7
RGB: (171,171,231)

Color info

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

RGB color model

#ABABE7 color RGB value is (171,171,231).

  • red value is 171;
  • green value is 171;
  • blue value is 231.
RGB:
(171,171,231)
(67%,67%,91%)

RGB channels and saturation

R 171 of 255 = 67%
G 171 of 255 = 67%
B 231 of 255 = 91%

171
171
231

R + G + B ~ 75%. #ABABE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 231 = 573 (100%)
R 171 of 573 ~ 29.84%
G 171 of 573 ~ 29.84%
B 231 of 573 ~ 40.31%

%29.84
%29.84
%40.31

CMYK color model

#ABABE7 color CMYK value is (26,26,0,9).

  • cyan value is 25.97%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(26,26,0,9)
C26M26Y0K9 
(26%,26%,0%,9%)
(0.26/0.26/0.00/0.09)	

CMYK percentages

%25.97
%25.97
%0
%9.41

Codes

Color #ABABE7 in popluar color models

ABABE7
RGB171171231
HSL240°55.56%78.82%
HSB/HSV240°25.97%90.59%
CMYK25.97%25.97%0.00%
9.41%

Color #ABABE7 in popluar number systems.

HEXABABE7
Decimal171171231
Binary101010111010101111100111
Octal253253347

Shades and tints

Shades of #ABABE7

#ABABE7
(171,171,231)
#9C9CD2
(156,156,210)
#8D8DBD
(141,141,189)
#7E7EA8
(126,126,168)
#6F6F93
(111,111,147)
#60607E
(96,96,126)
#515169
(81,81,105)
#424254
(66,66,84)
#33333F
(51,51,63)
#24242A
(36,36,42)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABABE7

#ABABE7
(171,171,231)
#B2B2E9
(178,178,233)
#B9B9EB
(185,185,235)
#C0C0ED
(192,192,237)
#C7C7EF
(199,199,239)
#CECEF1
(206,206,241)
#D5D5F3
(213,213,243)
#DCDCF5
(220,220,245)
#E3E3F7
(227,227,247)
#EAEAF9
(234,234,249)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABE7; }

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

This text font color is #ABABE7.


Background Color

.myBgColor { background-color: #ABABE7; }

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

This div background color is #ABABE7.


Border color

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

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

This div border color is #ABABE7.


Opacity

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

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

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

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

This text has shadow with #ABABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABE7 on black background.


Color preview on white background

This text has color #ABABE7 on white background.



Black color preview on #ABABE7 background

This text has black color on #ABABE7 background.


White color preview on #ABABE7 background

This text has white color on #ABABE7 background.