COLOR #AB9BA1

HEX: #AB9BA1
RGB: (171,155,161)

Color info

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

RGB color model

#AB9BA1 color RGB value is (171,155,161).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 161 of 255 = 63%

171
155
161

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 161 = 487 (100%)
R 171 of 487 ~ 35.11%
G 155 of 487 ~ 31.83%
B 161 of 487 ~ 33.06%

%35.11
%31.83
%33.06

CMYK color model

#AB9BA1 color CMYK value is (0,9,6,33).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,9,6,33)
C0M9Y6K33 
(0%,9%,6%,33%)
(0.00/0.09/0.06/0.33)	

CMYK percentages

%0
%9.36
%5.85
%32.94

Codes

Color #AB9BA1 in popluar color models

AB9BA1
RGB171155161
HSL338°8.70%63.92%
HSB/HSV338°9.36%67.06%
CMYK0.00%9.36%5.85%
32.94%

Color #AB9BA1 in popluar number systems.

HEXAB9BA1
Decimal171155161
Binary101010111001101110100001
Octal253233241

Shades and tints

Shades of #AB9BA1

#AB9BA1
(171,155,161)
#9C8D93
(156,141,147)
#8D7F85
(141,127,133)
#7E7177
(126,113,119)
#6F6369
(111,99,105)
#60555B
(96,85,91)
#51474D
(81,71,77)
#42393F
(66,57,63)
#332B31
(51,43,49)
#241D23
(36,29,35)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #AB9BA1

#AB9BA1
(171,155,161)
#B2A4A9
(178,164,169)
#B9ADB1
(185,173,177)
#C0B6B9
(192,182,185)
#C7BFC1
(199,191,193)
#CEC8C9
(206,200,201)
#D5D1D1
(213,209,209)
#DCDAD9
(220,218,217)
#E3E3E1
(227,227,225)
#EAECE9
(234,236,233)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BA1; }

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

This text font color is #AB9BA1.


Background Color

.myBgColor { background-color: #AB9BA1; }

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

This div background color is #AB9BA1.


Border color

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

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

This div border color is #AB9BA1.


Opacity

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

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

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

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

This text has shadow with #AB9BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BA1 on black background.


Color preview on white background

This text has color #AB9BA1 on white background.



Black color preview on #AB9BA1 background

This text has black color on #AB9BA1 background.


White color preview on #AB9BA1 background

This text has white color on #AB9BA1 background.