COLOR #AB9EAD

HEX: #AB9EAD
RGB: (171,158,173)

Color info

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

RGB color model

#AB9EAD color RGB value is (171,158,173).

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

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 173 of 255 = 68%

171
158
173

R + G + B ~ 66%. #AB9EAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 173 = 502 (100%)
R 171 of 502 ~ 34.06%
G 158 of 502 ~ 31.47%
B 173 of 502 ~ 34.46%

%34.06
%31.47
%34.46

CMYK color model

#AB9EAD color CMYK value is (1,9,0,32).

  • cyan value is 1.16%
  • magenta value is 8.67%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(1,9,0,32)
C1M9Y0K32 
(1%,9%,0%,32%)
(0.01/0.09/0.00/0.32)	

CMYK percentages

%1.16
%8.67
%0
%32.16

Codes

Color #AB9EAD in popluar color models

AB9EAD
RGB171158173
HSL292°8.38%64.90%
HSB/HSV292°8.67%67.84%
CMYK1.16%8.67%0.00%
32.16%

Color #AB9EAD in popluar number systems.

HEXAB9EAD
Decimal171158173
Binary101010111001111010101101
Octal253236255

Shades and tints

Shades of #AB9EAD

#AB9EAD
(171,158,173)
#9C909E
(156,144,158)
#8D828F
(141,130,143)
#7E7480
(126,116,128)
#6F6671
(111,102,113)
#605862
(96,88,98)
#514A53
(81,74,83)
#423C44
(66,60,68)
#332E35
(51,46,53)
#242026
(36,32,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #AB9EAD

#AB9EAD
(171,158,173)
#B2A6B4
(178,166,180)
#B9AEBB
(185,174,187)
#C0B6C2
(192,182,194)
#C7BEC9
(199,190,201)
#CEC6D0
(206,198,208)
#D5CED7
(213,206,215)
#DCD6DE
(220,214,222)
#E3DEE5
(227,222,229)
#EAE6EC
(234,230,236)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EAD; }

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

This text font color is #AB9EAD.


Background Color

.myBgColor { background-color: #AB9EAD; }

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

This div background color is #AB9EAD.


Border color

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

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

This div border color is #AB9EAD.


Opacity

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

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

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

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

This text has shadow with #AB9EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EAD on black background.


Color preview on white background

This text has color #AB9EAD on white background.



Black color preview on #AB9EAD background

This text has black color on #AB9EAD background.


White color preview on #AB9EAD background

This text has white color on #AB9EAD background.