COLOR #AB7EA9

HEX: #AB7EA9
RGB: (171,126,169)

Color info

#AB7EA9 contains red, green and blue colors in about the same proportion. Web safe color of #AB7EA9 is #996699 (or #969).

RGB color model

#AB7EA9 color RGB value is (171,126,169).

  • red value is 171;
  • green value is 126;
  • blue value is 169.
RGB:
(171,126,169)
(67%,49%,66%)

RGB channels and saturation

R 171 of 255 = 67%
G 126 of 255 = 49%
B 169 of 255 = 66%

171
126
169

R + G + B ~ 61%. #AB7EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 126 + 169 = 466 (100%)
R 171 of 466 ~ 36.7%
G 126 of 466 ~ 27.04%
B 169 of 466 ~ 36.27%

%36.7
%27.04
%36.27

CMYK color model

#AB7EA9 color CMYK value is (0,26,1,33).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,26,1,33)
C0M26Y1K33 
(0%,26%,1%,33%)
(0.00/0.26/0.01/0.33)	

CMYK percentages

%0
%26.32
%1.17
%32.94

Codes

Color #AB7EA9 in popluar color models

AB7EA9
RGB171126169
HSL303°21.13%58.24%
HSB/HSV303°26.32%67.06%
CMYK0.00%26.32%1.17%
32.94%

Color #AB7EA9 in popluar number systems.

HEXAB7EA9
Decimal171126169
Binary10101011111111010101001
Octal253176251

Shades and tints

Shades of #AB7EA9

#AB7EA9
(171,126,169)
#9C739A
(156,115,154)
#8D688B
(141,104,139)
#7E5D7C
(126,93,124)
#6F526D
(111,82,109)
#60475E
(96,71,94)
#513C4F
(81,60,79)
#423140
(66,49,64)
#332631
(51,38,49)
#241B22
(36,27,34)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB7EA9

#AB7EA9
(171,126,169)
#B289B0
(178,137,176)
#B994B7
(185,148,183)
#C09FBE
(192,159,190)
#C7AAC5
(199,170,197)
#CEB5CC
(206,181,204)
#D5C0D3
(213,192,211)
#DCCBDA
(220,203,218)
#E3D6E1
(227,214,225)
#EAE1E8
(234,225,232)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7EA9; }

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

This text font color is #AB7EA9.


Background Color

.myBgColor { background-color: #AB7EA9; }

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

This div background color is #AB7EA9.


Border color

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

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

This div border color is #AB7EA9.


Opacity

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

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

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

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

This text has shadow with #AB7EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7EA9 on black background.


Color preview on white background

This text has color #AB7EA9 on white background.



Black color preview on #AB7EA9 background

This text has black color on #AB7EA9 background.


White color preview on #AB7EA9 background

This text has white color on #AB7EA9 background.