COLOR #AB94AD

HEX: #AB94AD
RGB: (171,148,173)

Color info

#AB94AD contains red, green and blue colors in about the same proportion. Web safe color of #AB94AD is #999999 (or #999).

RGB color model

#AB94AD color RGB value is (171,148,173).

  • red value is 171;
  • green value is 148;
  • blue value is 173.
RGB:
(171,148,173)
(67%,58%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 173 of 255 = 68%

171
148
173

R + G + B ~ 64%. #AB94AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 173 = 492 (100%)
R 171 of 492 ~ 34.76%
G 148 of 492 ~ 30.08%
B 173 of 492 ~ 35.16%

%34.76
%30.08
%35.16

CMYK color model

#AB94AD color CMYK value is (1,14,0,32).

  • cyan value is 1.16%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,14,0,32)
C1M14Y0K32 
(1%,14%,0%,32%)
(0.01/0.14/0.00/0.32)	

CMYK percentages

%1.16
%14.45
%0
%32.16

Codes

Color #AB94AD in popluar color models

AB94AD
RGB171148173
HSL295°13.23%62.94%
HSB/HSV295°14.45%67.84%
CMYK1.16%14.45%0.00%
32.16%

Color #AB94AD in popluar number systems.

HEXAB94AD
Decimal171148173
Binary101010111001010010101101
Octal253224255

Shades and tints

Shades of #AB94AD

#AB94AD
(171,148,173)
#9C879E
(156,135,158)
#8D7A8F
(141,122,143)
#7E6D80
(126,109,128)
#6F6071
(111,96,113)
#605362
(96,83,98)
#514653
(81,70,83)
#423944
(66,57,68)
#332C35
(51,44,53)
#241F26
(36,31,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB94AD

#AB94AD
(171,148,173)
#B29DB4
(178,157,180)
#B9A6BB
(185,166,187)
#C0AFC2
(192,175,194)
#C7B8C9
(199,184,201)
#CEC1D0
(206,193,208)
#D5CAD7
(213,202,215)
#DCD3DE
(220,211,222)
#E3DCE5
(227,220,229)
#EAE5EC
(234,229,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB94AD; }

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

This text font color is #AB94AD.


Background Color

.myBgColor { background-color: #AB94AD; }

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

This div background color is #AB94AD.


Border color

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

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

This div border color is #AB94AD.


Opacity

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

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

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

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

This text has shadow with #AB94AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB94AD on black background.


Color preview on white background

This text has color #AB94AD on white background.



Black color preview on #AB94AD background

This text has black color on #AB94AD background.


White color preview on #AB94AD background

This text has white color on #AB94AD background.