COLOR #AB7DAC

HEX: #AB7DAC
RGB: (171,125,172)

Color info

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

RGB color model

#AB7DAC color RGB value is (171,125,172).

  • red value is 171;
  • green value is 125;
  • blue value is 172.
RGB:
(171,125,172)
(67%,49%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 125 of 255 = 49%
B 172 of 255 = 67%

171
125
172

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

Portions of RGB colors in percentages

R + G + B =
171 + 125 + 172 = 468 (100%)
R 171 of 468 ~ 36.54%
G 125 of 468 ~ 26.71%
B 172 of 468 ~ 36.75%

%36.54
%26.71
%36.75

CMYK color model

#AB7DAC color CMYK value is (1,27,0,33).

  • cyan value is 0.58%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(1,27,0,33)
C1M27Y0K33 
(1%,27%,0%,33%)
(0.01/0.27/0.00/0.33)	

CMYK percentages

%0.58
%27.33
%0
%32.55

Codes

Color #AB7DAC in popluar color models

AB7DAC
RGB171125172
HSL299°22.07%58.24%
HSB/HSV299°27.33%67.45%
CMYK0.58%27.33%0.00%
32.55%

Color #AB7DAC in popluar number systems.

HEXAB7DAC
Decimal171125172
Binary10101011111110110101100
Octal253175254

Shades and tints

Shades of #AB7DAC

#AB7DAC
(171,125,172)
#9C729D
(156,114,157)
#8D678E
(141,103,142)
#7E5C7F
(126,92,127)
#6F5170
(111,81,112)
#604661
(96,70,97)
#513B52
(81,59,82)
#423043
(66,48,67)
#332534
(51,37,52)
#241A25
(36,26,37)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #AB7DAC

#AB7DAC
(171,125,172)
#B288B3
(178,136,179)
#B993BA
(185,147,186)
#C09EC1
(192,158,193)
#C7A9C8
(199,169,200)
#CEB4CF
(206,180,207)
#D5BFD6
(213,191,214)
#DCCADD
(220,202,221)
#E3D5E4
(227,213,228)
#EAE0EB
(234,224,235)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB7DAC; }

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

This text font color is #AB7DAC.


Background Color

.myBgColor { background-color: #AB7DAC; }

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

This div background color is #AB7DAC.


Border color

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

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

This div border color is #AB7DAC.


Opacity

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

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

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

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

This text has shadow with #AB7DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB7DAC on black background.


Color preview on white background

This text has color #AB7DAC on white background.



Black color preview on #AB7DAC background

This text has black color on #AB7DAC background.


White color preview on #AB7DAC background

This text has white color on #AB7DAC background.