COLOR #AB9BA5

HEX: #AB9BA5
RGB: (171,155,165)

Color info

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

RGB color model

#AB9BA5 color RGB value is (171,155,165).

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

RGB channels and saturation

R 171 of 255 = 67%
G 155 of 255 = 61%
B 165 of 255 = 65%

171
155
165

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

Portions of RGB colors in percentages

R + G + B =
171 + 155 + 165 = 491 (100%)
R 171 of 491 ~ 34.83%
G 155 of 491 ~ 31.57%
B 165 of 491 ~ 33.6%

%34.83
%31.57
%33.6

CMYK color model

#AB9BA5 color CMYK value is (0,9,4,33).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 3.51%
  • key color value is 32.94%
CMYK:
(0,9,4,33)
C0M9Y4K33 
(0%,9%,4%,33%)
(0.00/0.09/0.04/0.33)	

CMYK percentages

%0
%9.36
%3.51
%32.94

Codes

Color #AB9BA5 in popluar color models

AB9BA5
RGB171155165
HSL323°8.70%63.92%
HSB/HSV323°9.36%67.06%
CMYK0.00%9.36%3.51%
32.94%

Color #AB9BA5 in popluar number systems.

HEXAB9BA5
Decimal171155165
Binary101010111001101110100101
Octal253233245

Shades and tints

Shades of #AB9BA5

#AB9BA5
(171,155,165)
#9C8D96
(156,141,150)
#8D7F87
(141,127,135)
#7E7178
(126,113,120)
#6F6369
(111,99,105)
#60555A
(96,85,90)
#51474B
(81,71,75)
#42393C
(66,57,60)
#332B2D
(51,43,45)
#241D1E
(36,29,30)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #AB9BA5

#AB9BA5
(171,155,165)
#B2A4AD
(178,164,173)
#B9ADB5
(185,173,181)
#C0B6BD
(192,182,189)
#C7BFC5
(199,191,197)
#CEC8CD
(206,200,205)
#D5D1D5
(213,209,213)
#DCDADD
(220,218,221)
#E3E3E5
(227,227,229)
#EAECED
(234,236,237)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9BA5; }

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

This text font color is #AB9BA5.


Background Color

.myBgColor { background-color: #AB9BA5; }

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

This div background color is #AB9BA5.


Border color

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

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

This div border color is #AB9BA5.


Opacity

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

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

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

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

This text has shadow with #AB9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9BA5 on black background.


Color preview on white background

This text has color #AB9BA5 on white background.



Black color preview on #AB9BA5 background

This text has black color on #AB9BA5 background.


White color preview on #AB9BA5 background

This text has white color on #AB9BA5 background.