COLOR #AB9BB0

HEX: #AB9BB0
RGB: (171,155,176)

Color info

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

RGB color model

#AB9BB0 color RGB value is (171,155,176).

  • red value is 171;
  • green value is 155;
  • blue value is 176.
RGB:
(171,155,176)
(67%,61%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 176 of 255 = 69%

171
155
176

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 176 = 502 (100%)
R 171 of 502 ~ 34.06%
G 155 of 502 ~ 30.88%
B 176 of 502 ~ 35.06%

%34.06
%30.88
%35.06

CMYK color model

#AB9BB0 color CMYK value is (3,12,0,31).

  • cyan value is 2.84%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,12,0,31)
C3M12Y0K31 
(3%,12%,0%,31%)
(0.03/0.12/0.00/0.31)	

CMYK percentages

%2.84
%11.93
%0
%30.98

Codes

Color #AB9BB0 in popluar color models

AB9BB0
RGB171155176
HSL286°11.73%64.90%
HSB/HSV286°11.93%69.02%
CMYK2.84%11.93%0.00%
30.98%

Color #AB9BB0 in popluar number systems.

HEXAB9BB0
Decimal171155176
Binary101010111001101110110000
Octal253233260

Shades and tints

Shades of #AB9BB0

#AB9BB0
(171,155,176)
#9C8DA0
(156,141,160)
#8D7F90
(141,127,144)
#7E7180
(126,113,128)
#6F6370
(111,99,112)
#605560
(96,85,96)
#514750
(81,71,80)
#423940
(66,57,64)
#332B30
(51,43,48)
#241D20
(36,29,32)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #AB9BB0

#AB9BB0
(171,155,176)
#B2A4B7
(178,164,183)
#B9ADBE
(185,173,190)
#C0B6C5
(192,182,197)
#C7BFCC
(199,191,204)
#CEC8D3
(206,200,211)
#D5D1DA
(213,209,218)
#DCDAE1
(220,218,225)
#E3E3E8
(227,227,232)
#EAECEF
(234,236,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BB0; }

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

This text font color is #AB9BB0.


Background Color

.myBgColor { background-color: #AB9BB0; }

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

This div background color is #AB9BB0.


Border color

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

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

This div border color is #AB9BB0.


Opacity

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

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

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

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

This text has shadow with #AB9BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BB0 on black background.


Color preview on white background

This text has color #AB9BB0 on white background.



Black color preview on #AB9BB0 background

This text has black color on #AB9BB0 background.


White color preview on #AB9BB0 background

This text has white color on #AB9BB0 background.