COLOR #AB8DA4

HEX: #AB8DA4
RGB: (171,141,164)

Color info

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

RGB color model

#AB8DA4 color RGB value is (171,141,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 164 of 255 = 64%

171
141
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 141 + 164 = 476 (100%)
R 171 of 476 ~ 35.92%
G 141 of 476 ~ 29.62%
B 164 of 476 ~ 34.45%

%35.92
%29.62
%34.45

CMYK color model

#AB8DA4 color CMYK value is (0,18,4,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,18,4,33)
C0M18Y4K33 
(0%,18%,4%,33%)
(0.00/0.18/0.04/0.33)	

CMYK percentages

%0
%17.54
%4.09
%32.94

Codes

Color #AB8DA4 in popluar color models

AB8DA4
RGB171141164
HSL314°15.15%61.18%
HSB/HSV314°17.54%67.06%
CMYK0.00%17.54%4.09%
32.94%

Color #AB8DA4 in popluar number systems.

HEXAB8DA4
Decimal171141164
Binary101010111000110110100100
Octal253215244

Shades and tints

Shades of #AB8DA4

#AB8DA4
(171,141,164)
#9C8196
(156,129,150)
#8D7588
(141,117,136)
#7E697A
(126,105,122)
#6F5D6C
(111,93,108)
#60515E
(96,81,94)
#514550
(81,69,80)
#423942
(66,57,66)
#332D34
(51,45,52)
#242126
(36,33,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #AB8DA4

#AB8DA4
(171,141,164)
#B297AC
(178,151,172)
#B9A1B4
(185,161,180)
#C0ABBC
(192,171,188)
#C7B5C4
(199,181,196)
#CEBFCC
(206,191,204)
#D5C9D4
(213,201,212)
#DCD3DC
(220,211,220)
#E3DDE4
(227,221,228)
#EAE7EC
(234,231,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8DA4; }

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

This text font color is #AB8DA4.


Background Color

.myBgColor { background-color: #AB8DA4; }

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

This div background color is #AB8DA4.


Border color

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

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

This div border color is #AB8DA4.


Opacity

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

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

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

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

This text has shadow with #AB8DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8DA4 on black background.


Color preview on white background

This text has color #AB8DA4 on white background.



Black color preview on #AB8DA4 background

This text has black color on #AB8DA4 background.


White color preview on #AB8DA4 background

This text has white color on #AB8DA4 background.