COLOR #AB8EAD

HEX: #AB8EAD
RGB: (171,142,173)

Color info

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

RGB color model

#AB8EAD color RGB value is (171,142,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 173 of 255 = 68%

171
142
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 173 = 486 (100%)
R 171 of 486 ~ 35.19%
G 142 of 486 ~ 29.22%
B 173 of 486 ~ 35.6%

%35.19
%29.22
%35.6

CMYK color model

#AB8EAD color CMYK value is (1,18,0,32).

  • cyan value is 1.16%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,18,0,32)
C1M18Y0K32 
(1%,18%,0%,32%)
(0.01/0.18/0.00/0.32)	

CMYK percentages

%1.16
%17.92
%0
%32.16

Codes

Color #AB8EAD in popluar color models

AB8EAD
RGB171142173
HSL296°15.90%61.76%
HSB/HSV296°17.92%67.84%
CMYK1.16%17.92%0.00%
32.16%

Color #AB8EAD in popluar number systems.

HEXAB8EAD
Decimal171142173
Binary101010111000111010101101
Octal253216255

Shades and tints

Shades of #AB8EAD

#AB8EAD
(171,142,173)
#9C829E
(156,130,158)
#8D768F
(141,118,143)
#7E6A80
(126,106,128)
#6F5E71
(111,94,113)
#605262
(96,82,98)
#514653
(81,70,83)
#423A44
(66,58,68)
#332E35
(51,46,53)
#242226
(36,34,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #AB8EAD

#AB8EAD
(171,142,173)
#B298B4
(178,152,180)
#B9A2BB
(185,162,187)
#C0ACC2
(192,172,194)
#C7B6C9
(199,182,201)
#CEC0D0
(206,192,208)
#D5CAD7
(213,202,215)
#DCD4DE
(220,212,222)
#E3DEE5
(227,222,229)
#EAE8EC
(234,232,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8EAD; }

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

This text font color is #AB8EAD.


Background Color

.myBgColor { background-color: #AB8EAD; }

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

This div background color is #AB8EAD.


Border color

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

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

This div border color is #AB8EAD.


Opacity

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

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

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

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

This text has shadow with #AB8EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8EAD on black background.


Color preview on white background

This text has color #AB8EAD on white background.



Black color preview on #AB8EAD background

This text has black color on #AB8EAD background.


White color preview on #AB8EAD background

This text has white color on #AB8EAD background.