COLOR #AB9296

HEX: #AB9296
RGB: (171,146,150)

Color info

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

RGB color model

#AB9296 color RGB value is (171,146,150).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 150 of 255 = 59%

171
146
150

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

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 150 = 467 (100%)
R 171 of 467 ~ 36.62%
G 146 of 467 ~ 31.26%
B 150 of 467 ~ 32.12%

%36.62
%31.26
%32.12

CMYK color model

#AB9296 color CMYK value is (0,15,12,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,15,12,33)
C0M15Y12K33 
(0%,15%,12%,33%)
(0.00/0.15/0.12/0.33)	

CMYK percentages

%0
%14.62
%12.28
%32.94

Codes

Color #AB9296 in popluar color models

AB9296
RGB171146150
HSL350°12.95%62.16%
HSB/HSV350°14.62%67.06%
CMYK0.00%14.62%12.28%
32.94%

Color #AB9296 in popluar number systems.

HEXAB9296
Decimal171146150
Binary101010111001001010010110
Octal253222226

Shades and tints

Shades of #AB9296

#AB9296
(171,146,150)
#9C8589
(156,133,137)
#8D787C
(141,120,124)
#7E6B6F
(126,107,111)
#6F5E62
(111,94,98)
#605155
(96,81,85)
#514448
(81,68,72)
#42373B
(66,55,59)
#332A2E
(51,42,46)
#241D21
(36,29,33)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB9296

#AB9296
(171,146,150)
#B29B9F
(178,155,159)
#B9A4A8
(185,164,168)
#C0ADB1
(192,173,177)
#C7B6BA
(199,182,186)
#CEBFC3
(206,191,195)
#D5C8CC
(213,200,204)
#DCD1D5
(220,209,213)
#E3DADE
(227,218,222)
#EAE3E7
(234,227,231)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9296; }

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

This text font color is #AB9296.


Background Color

.myBgColor { background-color: #AB9296; }

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

This div background color is #AB9296.


Border color

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

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

This div border color is #AB9296.


Opacity

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

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

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

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

This text has shadow with #AB9296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9296 on black background.


Color preview on white background

This text has color #AB9296 on white background.



Black color preview on #AB9296 background

This text has black color on #AB9296 background.


White color preview on #AB9296 background

This text has white color on #AB9296 background.