COLOR #AB9596

HEX: #AB9596
RGB: (171,149,150)

Color info

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

RGB color model

#AB9596 color RGB value is (171,149,150).

  • red value is 171;
  • green value is 149;
  • blue value is 150.
RGB:
(171,149,150)
(67%,58%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 149 of 255 = 58%
B 150 of 255 = 59%

171
149
150

R + G + B ~ 61%. #AB9596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 149 + 150 = 470 (100%)
R 171 of 470 ~ 36.38%
G 149 of 470 ~ 31.7%
B 150 of 470 ~ 31.91%

%36.38
%31.7
%31.91

CMYK color model

#AB9596 color CMYK value is (0,13,12,33).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,13,12,33)
C0M13Y12K33 
(0%,13%,12%,33%)
(0.00/0.13/0.12/0.33)	

CMYK percentages

%0
%12.87
%12.28
%32.94

Codes

Color #AB9596 in popluar color models

AB9596
RGB171149150
HSL357°11.58%62.75%
HSB/HSV357°12.87%67.06%
CMYK0.00%12.87%12.28%
32.94%

Color #AB9596 in popluar number systems.

HEXAB9596
Decimal171149150
Binary101010111001010110010110
Octal253225226

Shades and tints

Shades of #AB9596

#AB9596
(171,149,150)
#9C8889
(156,136,137)
#8D7B7C
(141,123,124)
#7E6E6F
(126,110,111)
#6F6162
(111,97,98)
#605455
(96,84,85)
#514748
(81,71,72)
#423A3B
(66,58,59)
#332D2E
(51,45,46)
#242021
(36,32,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #AB9596

#AB9596
(171,149,150)
#B29E9F
(178,158,159)
#B9A7A8
(185,167,168)
#C0B0B1
(192,176,177)
#C7B9BA
(199,185,186)
#CEC2C3
(206,194,195)
#D5CBCC
(213,203,204)
#DCD4D5
(220,212,213)
#E3DDDE
(227,221,222)
#EAE6E7
(234,230,231)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9596; }

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

This text font color is #AB9596.


Background Color

.myBgColor { background-color: #AB9596; }

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

This div background color is #AB9596.


Border color

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

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

This div border color is #AB9596.


Opacity

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

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

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

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

This text has shadow with #AB9596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9596 on black background.


Color preview on white background

This text has color #AB9596 on white background.



Black color preview on #AB9596 background

This text has black color on #AB9596 background.


White color preview on #AB9596 background

This text has white color on #AB9596 background.