COLOR #AB8DA8

HEX: #AB8DA8
RGB: (171,141,168)

Color info

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

RGB color model

#AB8DA8 color RGB value is (171,141,168).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 168 of 255 = 66%

171
141
168

R + G + B ~ 63%. #AB8DA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 168 = 480 (100%)
R 171 of 480 ~ 35.63%
G 141 of 480 ~ 29.38%
B 168 of 480 ~ 35%

%35.63
%29.38
%35

CMYK color model

#AB8DA8 color CMYK value is (0,18,2,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(0,18,2,33)
C0M18Y2K33 
(0%,18%,2%,33%)
(0.00/0.18/0.02/0.33)	

CMYK percentages

%0
%17.54
%1.75
%32.94

Codes

Color #AB8DA8 in popluar color models

AB8DA8
RGB171141168
HSL306°15.15%61.18%
HSB/HSV306°17.54%67.06%
CMYK0.00%17.54%1.75%
32.94%

Color #AB8DA8 in popluar number systems.

HEXAB8DA8
Decimal171141168
Binary101010111000110110101000
Octal253215250

Shades and tints

Shades of #AB8DA8

#AB8DA8
(171,141,168)
#9C8199
(156,129,153)
#8D758A
(141,117,138)
#7E697B
(126,105,123)
#6F5D6C
(111,93,108)
#60515D
(96,81,93)
#51454E
(81,69,78)
#42393F
(66,57,63)
#332D30
(51,45,48)
#242121
(36,33,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #AB8DA8

#AB8DA8
(171,141,168)
#B297AF
(178,151,175)
#B9A1B6
(185,161,182)
#C0ABBD
(192,171,189)
#C7B5C4
(199,181,196)
#CEBFCB
(206,191,203)
#D5C9D2
(213,201,210)
#DCD3D9
(220,211,217)
#E3DDE0
(227,221,224)
#EAE7E7
(234,231,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8DA8; }

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

This text font color is #AB8DA8.


Background Color

.myBgColor { background-color: #AB8DA8; }

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

This div background color is #AB8DA8.


Border color

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

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

This div border color is #AB8DA8.


Opacity

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

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

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

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

This text has shadow with #AB8DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8DA8 on black background.


Color preview on white background

This text has color #AB8DA8 on white background.



Black color preview on #AB8DA8 background

This text has black color on #AB8DA8 background.


White color preview on #AB8DA8 background

This text has white color on #AB8DA8 background.