COLOR #AB9EB0

HEX: #AB9EB0 RGB: (171,158,176)

Color info

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

RGB color model

#AB9EB0 color RGB value is (171,158,176).

RGB: (171,158,176) (67%, 62%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 176 of 255 = 69%

171
158
176

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

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 176 = 505 (100%)
R 171 of 505 ~ 33.86%
G 158 of 505 ~ 31.29%
B 176 of 505 ~ 34.85'%

%33.86
%31.29
%34.85

CMYK color model

#AB9EB0 color CMYK value is (3,10,0,31).

  • cyan value is 2.84%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,10,0,31)
C3M10Y0K31 (3%, 10%, 0%, 31%)
(0.03 / 0.10 / 0.00 / 0.31)

CMYK percentages

%2.84
%10.23
%0
%30.98

Codes

Color #AB9EB0 in popluar color models

AB 9E B0
RGB 171 158 176
HSL 283° 10.23% 65.49%
HSB/HSV 283° 10.23% 69.02%
CMYK 2.84% 10.23% 0.00%
30.98%

Color #AB9EB0 in popluar number systems.

HEX AB 9E B0
Decimal 171 158 176
Binary 10101011 10011110 10110000
Octal 253 236 260

Shades and tints

Shades of #AB9EB0

#AB9EB0
(171,158,176)
#9C90A0
(156,144,160)
#8D8290
(141,130,144)
#7E7480
(126,116,128)
#6F6670
(111,102,112)
#605860
(96,88,96)
#514A50
(81,74,80)
#423C40
(66,60,64)
#332E30
(51,46,48)
#242020
(36,32,32)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #AB9EB0

#AB9EB0
(171,158,176)
#B2A6B7
(178,166,183)
#B9AEBE
(185,174,190)
#C0B6C5
(192,182,197)
#C7BECC
(199,190,204)
#CEC6D3
(206,198,211)
#D5CEDA
(213,206,218)
#DCD6E1
(220,214,225)
#E3DEE8
(227,222,232)
#EAE6EF
(234,230,239)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9EB0; }

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

This text font color is #AB9EB0.

Background Color

.myBgColor { background-color: #AB9EB0; }

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

This div background color is #AB9EB0.

Border color

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

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

This div border color is #AB9EB0.

Opacity

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

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

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

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

This text has shadow with #AB9EB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9EB0.

Preview

Color preview on black background

This text has color #AB9EB0 on black background.


Color preview on white background

This text has color #AB9EB0 on white background.


Black color preview on #AB9EB0 background

This text has black color on #AB9EB0 background.


White color preview on #AB9EB0 background

This text has white color on #AB9EB0 background.


Related colors

Complementary color

Complementary color for #hex is #54614F.


I love getcolorcode.com

Triadic colors

1 #B0AB9E and #9EB0AB with #AB9EB0 are triadic colors.

2 #B09EAB and #9EABB0 with #AB9EB0 are triadic colors.