COLOR #AB8AA3

HEX: #AB8AA3
RGB: (171,138,163)

Color info

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

RGB color model

#AB8AA3 color RGB value is (171,138,163).

  • red value is 171;
  • green value is 138;
  • blue value is 163.
RGB:
(171,138,163)
(67%,54%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 163 of 255 = 64%

171
138
163

R + G + B ~ 62%. #AB8AA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 163 = 472 (100%)
R 171 of 472 ~ 36.23%
G 138 of 472 ~ 29.24%
B 163 of 472 ~ 34.53%

%36.23
%29.24
%34.53

CMYK color model

#AB8AA3 color CMYK value is (0,19,5,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(0,19,5,33)
C0M19Y5K33 
(0%,19%,5%,33%)
(0.00/0.19/0.05/0.33)	

CMYK percentages

%0
%19.3
%4.68
%32.94

Codes

Color #AB8AA3 in popluar color models

AB8AA3
RGB171138163
HSL315°16.42%60.59%
HSB/HSV315°19.30%67.06%
CMYK0.00%19.30%4.68%
32.94%

Color #AB8AA3 in popluar number systems.

HEXAB8AA3
Decimal171138163
Binary101010111000101010100011
Octal253212243

Shades and tints

Shades of #AB8AA3

#AB8AA3
(171,138,163)
#9C7E95
(156,126,149)
#8D7287
(141,114,135)
#7E6679
(126,102,121)
#6F5A6B
(111,90,107)
#604E5D
(96,78,93)
#51424F
(81,66,79)
#423641
(66,54,65)
#332A33
(51,42,51)
#241E25
(36,30,37)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB8AA3

#AB8AA3
(171,138,163)
#B294AB
(178,148,171)
#B99EB3
(185,158,179)
#C0A8BB
(192,168,187)
#C7B2C3
(199,178,195)
#CEBCCB
(206,188,203)
#D5C6D3
(213,198,211)
#DCD0DB
(220,208,219)
#E3DAE3
(227,218,227)
#EAE4EB
(234,228,235)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8AA3 color. Also use rgb(171,138,163) instead hex code.

Text Font Color

.myTextColor { color: #AB8AA3; }

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

This text font color is #AB8AA3.


Background Color

.myBgColor { background-color: #AB8AA3; }

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

This div background color is #AB8AA3.


Border color

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

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

This div border color is #AB8AA3.


Opacity

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

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

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

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

This text has shadow with #AB8AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8AA3 on black background.


Color preview on white background

This text has color #AB8AA3 on white background.



Black color preview on #AB8AA3 background

This text has black color on #AB8AA3 background.


White color preview on #AB8AA3 background

This text has white color on #AB8AA3 background.