COLOR #AB959B

HEX: #AB959B RGB: (171,149,155)

Color info

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

RGB color model

#AB959B color RGB value is (171,149,155).

RGB: (171,149,155) (67%, 58%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 155 of 255 = 61%

171
149
155

R + G + B ~ 62%. #AB959B is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 149 + 155 = 475 (100%)
R 171 of 475 ~ 36%
G 149 of 475 ~ 31.37%
B 155 of 475 ~ 32.63'%

%36
%31.37
%32.63

CMYK color model

#AB959B color CMYK value is (0,13,9,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 9.36%
  • key color value is 32.94%

CMYK: (0,13,9,33)
C0M13Y9K33 (0%, 13%, 9%, 33%)
(0.00 / 0.13 / 0.09 / 0.33)

CMYK percentages

%0
%12.87
%9.36
%32.94

Codes

Color #AB959B in popluar color models

AB 95 9B
RGB 171 149 155
HSL 344° 11.58% 62.75%
HSB/HSV 344° 12.87% 67.06%
CMYK 0.00% 12.87% 9.36%
32.94%

Color #AB959B in popluar number systems.

HEX AB 95 9B
Decimal 171 149 155
Binary 10101011 10010101 10011011
Octal 253 225 233

Shades and tints

Shades of #AB959B

#AB959B
(171,149,155)
#9C888D
(156,136,141)
#8D7B7F
(141,123,127)
#7E6E71
(126,110,113)
#6F6163
(111,97,99)
#605455
(96,84,85)
#514747
(81,71,71)
#423A39
(66,58,57)
#332D2B
(51,45,43)
#24201D
(36,32,29)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #AB959B

#AB959B
(171,149,155)
#B29EA4
(178,158,164)
#B9A7AD
(185,167,173)
#C0B0B6
(192,176,182)
#C7B9BF
(199,185,191)
#CEC2C8
(206,194,200)
#D5CBD1
(213,203,209)
#DCD4DA
(220,212,218)
#E3DDE3
(227,221,227)
#EAE6EC
(234,230,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB959B; }

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

This text font color is #AB959B.

Background Color

.myBgColor { background-color: #AB959B; }

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

This div background color is #AB959B.

Border color

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

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

This div border color is #AB959B.

Opacity

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

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

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

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

This text has shadow with #AB959B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB959B.

Preview

Color preview on black background

This text has color #AB959B on black background.


Color preview on white background

This text has color #AB959B on white background.


Black color preview on #AB959B background

This text has black color on #AB959B background.


White color preview on #AB959B background

This text has white color on #AB959B background.


Related colors

Complementary color

Complementary color for #hex is #546A64.


I love getcolorcode.com

Triadic colors

1 #9BAB95 and #959BAB with #AB959B are triadic colors.

2 #9B95AB and #95AB9B with #AB959B are triadic colors.