COLOR #ABA7E7

HEX: #ABA7E7 RGB: (171,167,231)

Color info

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

RGB color model

#ABA7E7 color RGB value is (171,167,231).

RGB: (171,167,231) (67%, 65%, 91%)

RGB channels and saturation

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

171
167
231

R + G + B ~ 74%. #ABA7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 231 = 569 (100%)
R 171 of 569 ~ 30.05%
G 167 of 569 ~ 29.35%
B 231 of 569 ~ 40.6'%

%30.05
%29.35
%40.6

CMYK color model

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

  • cyan value is 25.97%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (26,28,0,9)
C26M28Y0K9 (26%, 28%, 0%, 9%)
(0.26 / 0.28 / 0.00 / 0.09)

CMYK percentages

%25.97
%27.71
%0
%9.41

Codes

Color #ABA7E7 in popluar color models

AB A7 E7
RGB 171 167 231
HSL 244° 57.14% 78.04%
HSB/HSV 244° 27.71% 90.59%
CMYK 25.97% 27.71% 0.00%
9.41%

Color #ABA7E7 in popluar number systems.

HEX AB A7 E7
Decimal 171 167 231
Binary 10101011 10100111 11100111
Octal 253 247 347

Shades and tints

Shades of #ABA7E7

#ABA7E7
(171,167,231)
#9C98D2
(156,152,210)
#8D89BD
(141,137,189)
#7E7AA8
(126,122,168)
#6F6B93
(111,107,147)
#605C7E
(96,92,126)
#514D69
(81,77,105)
#423E54
(66,62,84)
#332F3F
(51,47,63)
#24202A
(36,32,42)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABA7E7

#ABA7E7
(171,167,231)
#B2AFE9
(178,175,233)
#B9B7EB
(185,183,235)
#C0BFED
(192,191,237)
#C7C7EF
(199,199,239)
#CECFF1
(206,207,241)
#D5D7F3
(213,215,243)
#DCDFF5
(220,223,245)
#E3E7F7
(227,231,247)
#EAEFF9
(234,239,249)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7E7; }

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

This text font color is #ABA7E7.

Background Color

.myBgColor { background-color: #ABA7E7; }

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

This div background color is #ABA7E7.

Border color

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

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

This div border color is #ABA7E7.

Opacity

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

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

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

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

This text has shadow with #ABA7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA7E7.

Preview

Color preview on black background

This text has color #ABA7E7 on black background.


Color preview on white background

This text has color #ABA7E7 on white background.


Black color preview on #ABA7E7 background

This text has black color on #ABA7E7 background.


White color preview on #ABA7E7 background

This text has white color on #ABA7E7 background.


Related colors

Complementary color

Complementary color for #hex is #545818.


I love getcolorcode.com

Triadic colors

1 #E7ABA7 and #A7E7AB with #ABA7E7 are triadic colors.

2 #E7A7AB and #A7ABE7 with #ABA7E7 are triadic colors.