COLOR #AB7EBA

HEX: #AB7EBA RGB: (171,126,186)

Color info

#AB7EBA contains mainly red and blue colors. Web safe color of #AB7EBA is #9966CC (or #96C).

RGB color model

#AB7EBA color RGB value is (171,126,186).

RGB: (171,126,186) (67%, 49%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 186 of 255 = 73%

171
126
186

R + G + B ~ 63%. #AB7EBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 126 + 186 = 483 (100%)
R 171 of 483 ~ 35.4%
G 126 of 483 ~ 26.09%
B 186 of 483 ~ 38.51'%

%35.4
%26.09
%38.51

CMYK color model

#AB7EBA color CMYK value is (8,32,0,27).

  • cyan value is 8.06%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (8,32,0,27)
C8M32Y0K27 (8%, 32%, 0%, 27%)
(0.08 / 0.32 / 0.00 / 0.27)

CMYK percentages

%8.06
%32.26
%0
%27.06

Codes

Color #AB7EBA in popluar color models

AB 7E BA
RGB 171 126 186
HSL 285° 30.30% 61.18%
HSB/HSV 285° 32.26% 72.94%
CMYK 8.06% 32.26% 0.00%
27.06%

Color #AB7EBA in popluar number systems.

HEX AB 7E BA
Decimal 171 126 186
Binary 10101011 1111110 10111010
Octal 253 176 272

Shades and tints

Shades of #AB7EBA

#AB7EBA
(171,126,186)
#9C73AA
(156,115,170)
#8D689A
(141,104,154)
#7E5D8A
(126,93,138)
#6F527A
(111,82,122)
#60476A
(96,71,106)
#513C5A
(81,60,90)
#42314A
(66,49,74)
#33263A
(51,38,58)
#241B2A
(36,27,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #AB7EBA

#AB7EBA
(171,126,186)
#B289C0
(178,137,192)
#B994C6
(185,148,198)
#C09FCC
(192,159,204)
#C7AAD2
(199,170,210)
#CEB5D8
(206,181,216)
#D5C0DE
(213,192,222)
#DCCBE4
(220,203,228)
#E3D6EA
(227,214,234)
#EAE1F0
(234,225,240)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7EBA; }

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

This text font color is #AB7EBA.

Background Color

.myBgColor { background-color: #AB7EBA; }

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

This div background color is #AB7EBA.

Border color

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

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

This div border color is #AB7EBA.

Opacity

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

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

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

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

This text has shadow with #AB7EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB7EBA.

Preview

Color preview on black background

This text has color #AB7EBA on black background.


Color preview on white background

This text has color #AB7EBA on white background.


Black color preview on #AB7EBA background

This text has black color on #AB7EBA background.


White color preview on #AB7EBA background

This text has white color on #AB7EBA background.


Related colors

Complementary color

Complementary color for #hex is #548145.


I love getcolorcode.com

Triadic colors

1 #BAAB7E and #7EBAAB with #AB7EBA are triadic colors.

2 #BA7EAB and #7EABBA with #AB7EBA are triadic colors.