COLOR #AB9EB9

HEX: #AB9EB9
RGB: (171,158,185)

Color info

#AB9EB9 contains red, green and blue colors in about the same proportion. Web safe color of #AB9EB9 is #9999CC (or #99C).

RGB color model

#AB9EB9 color RGB value is (171,158,185).

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

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 185 of 255 = 73%

171
158
185

R + G + B ~ 67%. #AB9EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 158 + 185 = 514 (100%)
R 171 of 514 ~ 33.27%
G 158 of 514 ~ 30.74%
B 185 of 514 ~ 35.99%

%33.27
%30.74
%35.99

CMYK color model

#AB9EB9 color CMYK value is (8,15,0,27).

  • cyan value is 7.57%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,15,0,27)
C8M15Y0K27 
(8%,15%,0%,27%)
(0.08/0.15/0.00/0.27)	

CMYK percentages

%7.57
%14.59
%0
%27.45

Codes

Color #AB9EB9 in popluar color models

AB9EB9
RGB171158185
HSL269°16.17%67.25%
HSB/HSV269°14.59%72.55%
CMYK7.57%14.59%0.00%
27.45%

Color #AB9EB9 in popluar number systems.

HEXAB9EB9
Decimal171158185
Binary101010111001111010111001
Octal253236271

Shades and tints

Shades of #AB9EB9

#AB9EB9
(171,158,185)
#9C90A9
(156,144,169)
#8D8299
(141,130,153)
#7E7489
(126,116,137)
#6F6679
(111,102,121)
#605869
(96,88,105)
#514A59
(81,74,89)
#423C49
(66,60,73)
#332E39
(51,46,57)
#242029
(36,32,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #AB9EB9

#AB9EB9
(171,158,185)
#B2A6BF
(178,166,191)
#B9AEC5
(185,174,197)
#C0B6CB
(192,182,203)
#C7BED1
(199,190,209)
#CEC6D7
(206,198,215)
#D5CEDD
(213,206,221)
#DCD6E3
(220,214,227)
#E3DEE9
(227,222,233)
#EAE6EF
(234,230,239)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EB9; }

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

This text font color is #AB9EB9.


Background Color

.myBgColor { background-color: #AB9EB9; }

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

This div background color is #AB9EB9.


Border color

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

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

This div border color is #AB9EB9.


Opacity

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

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

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

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

This text has shadow with #AB9EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9EB9 on black background.


Color preview on white background

This text has color #AB9EB9 on white background.



Black color preview on #AB9EB9 background

This text has black color on #AB9EB9 background.


White color preview on #AB9EB9 background

This text has white color on #AB9EB9 background.