COLOR #AB928D

HEX: #AB928D
RGB: (171,146,141)

Color info

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

RGB color model

#AB928D color RGB value is (171,146,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 141 of 255 = 55%

171
146
141

R + G + B ~ 60%. #AB928D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 141 = 458 (100%)
R 171 of 458 ~ 37.34%
G 146 of 458 ~ 31.88%
B 141 of 458 ~ 30.79%

%37.34
%31.88
%30.79

CMYK color model

#AB928D color CMYK value is (0,15,18,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(0,15,18,33)
C0M15Y18K33 
(0%,15%,18%,33%)
(0.00/0.15/0.18/0.33)	

CMYK percentages

%0
%14.62
%17.54
%32.94

Codes

Color #AB928D in popluar color models

AB928D
RGB171146141
HSL10°15.15%61.18%
HSB/HSV10°17.54%67.06%
CMYK0.00%14.62%17.54%
32.94%

Color #AB928D in popluar number systems.

HEXAB928D
Decimal171146141
Binary101010111001001010001101
Octal253222215

Shades and tints

Shades of #AB928D

#AB928D
(171,146,141)
#9C8581
(156,133,129)
#8D7875
(141,120,117)
#7E6B69
(126,107,105)
#6F5E5D
(111,94,93)
#605151
(96,81,81)
#514445
(81,68,69)
#423739
(66,55,57)
#332A2D
(51,42,45)
#241D21
(36,29,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB928D

#AB928D
(171,146,141)
#B29B97
(178,155,151)
#B9A4A1
(185,164,161)
#C0ADAB
(192,173,171)
#C7B6B5
(199,182,181)
#CEBFBF
(206,191,191)
#D5C8C9
(213,200,201)
#DCD1D3
(220,209,211)
#E3DADD
(227,218,221)
#EAE3E7
(234,227,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB928D; }

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

This text font color is #AB928D.


Background Color

.myBgColor { background-color: #AB928D; }

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

This div background color is #AB928D.


Border color

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

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

This div border color is #AB928D.


Opacity

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

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

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

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

This text has shadow with #AB928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB928D on black background.


Color preview on white background

This text has color #AB928D on white background.



Black color preview on #AB928D background

This text has black color on #AB928D background.


White color preview on #AB928D background

This text has white color on #AB928D background.