COLOR #AB8DAF

HEX: #AB8DAF
RGB: (171,141,175)

Color info

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

RGB color model

#AB8DAF color RGB value is (171,141,175).

  • red value is 171;
  • green value is 141;
  • blue value is 175.
RGB:
(171,141,175)
(67%,55%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 175 of 255 = 69%

171
141
175

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 175 = 487 (100%)
R 171 of 487 ~ 35.11%
G 141 of 487 ~ 28.95%
B 175 of 487 ~ 35.93%

%35.11
%28.95
%35.93

CMYK color model

#AB8DAF color CMYK value is (2,19,0,31).

  • cyan value is 2.29%
  • magenta value is 19.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,19,0,31)
C2M19Y0K31 
(2%,19%,0%,31%)
(0.02/0.19/0.00/0.31)	

CMYK percentages

%2.29
%19.43
%0
%31.37

Codes

Color #AB8DAF in popluar color models

AB8DAF
RGB171141175
HSL293°17.53%61.96%
HSB/HSV293°19.43%68.63%
CMYK2.29%19.43%0.00%
31.37%

Color #AB8DAF in popluar number systems.

HEXAB8DAF
Decimal171141175
Binary101010111000110110101111
Octal253215257

Shades and tints

Shades of #AB8DAF

#AB8DAF
(171,141,175)
#9C81A0
(156,129,160)
#8D7591
(141,117,145)
#7E6982
(126,105,130)
#6F5D73
(111,93,115)
#605164
(96,81,100)
#514555
(81,69,85)
#423946
(66,57,70)
#332D37
(51,45,55)
#242128
(36,33,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #AB8DAF

#AB8DAF
(171,141,175)
#B297B6
(178,151,182)
#B9A1BD
(185,161,189)
#C0ABC4
(192,171,196)
#C7B5CB
(199,181,203)
#CEBFD2
(206,191,210)
#D5C9D9
(213,201,217)
#DCD3E0
(220,211,224)
#E3DDE7
(227,221,231)
#EAE7EE
(234,231,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8DAF color. Also use rgb(171,141,175) instead hex code.

Text Font Color

.myTextColor { color: #AB8DAF; }

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

This text font color is #AB8DAF.


Background Color

.myBgColor { background-color: #AB8DAF; }

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

This div background color is #AB8DAF.


Border color

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

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

This div border color is #AB8DAF.


Opacity

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

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

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

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

This text has shadow with #AB8DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8DAF on black background.


Color preview on white background

This text has color #AB8DAF on white background.



Black color preview on #AB8DAF background

This text has black color on #AB8DAF background.


White color preview on #AB8DAF background

This text has white color on #AB8DAF background.