COLOR #AB928F

HEX: #AB928F
RGB: (171,146,143)

Color info

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

RGB color model

#AB928F color RGB value is (171,146,143).

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

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 143 of 255 = 56%

171
146
143

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

Portions of RGB colors in percentages

R + G + B =
171 + 146 + 143 = 460 (100%)
R 171 of 460 ~ 37.17%
G 146 of 460 ~ 31.74%
B 143 of 460 ~ 31.09%

%37.17
%31.74
%31.09

CMYK color model

#AB928F color CMYK value is (0,15,16,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 16.37%
  • key color value is 32.94%
CMYK:
(0,15,16,33)
C0M15Y16K33 
(0%,15%,16%,33%)
(0.00/0.15/0.16/0.33)	

CMYK percentages

%0
%14.62
%16.37
%32.94

Codes

Color #AB928F in popluar color models

AB928F
RGB171146143
HSL14.29%61.57%
HSB/HSV16.37%67.06%
CMYK0.00%14.62%16.37%
32.94%

Color #AB928F in popluar number systems.

HEXAB928F
Decimal171146143
Binary101010111001001010001111
Octal253222217

Shades and tints

Shades of #AB928F

#AB928F
(171,146,143)
#9C8582
(156,133,130)
#8D7875
(141,120,117)
#7E6B68
(126,107,104)
#6F5E5B
(111,94,91)
#60514E
(96,81,78)
#514441
(81,68,65)
#423734
(66,55,52)
#332A27
(51,42,39)
#241D1A
(36,29,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #AB928F

#AB928F
(171,146,143)
#B29B99
(178,155,153)
#B9A4A3
(185,164,163)
#C0ADAD
(192,173,173)
#C7B6B7
(199,182,183)
#CEBFC1
(206,191,193)
#D5C8CB
(213,200,203)
#DCD1D5
(220,209,213)
#E3DADF
(227,218,223)
#EAE3E9
(234,227,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB928F; }

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

This text font color is #AB928F.


Background Color

.myBgColor { background-color: #AB928F; }

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

This div background color is #AB928F.


Border color

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

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

This div border color is #AB928F.


Opacity

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

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

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

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

This text has shadow with #AB928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB928F on black background.


Color preview on white background

This text has color #AB928F on white background.



Black color preview on #AB928F background

This text has black color on #AB928F background.


White color preview on #AB928F background

This text has white color on #AB928F background.