COLOR #AB928E

HEX: #AB928E RGB: (171,146,142)

Color info

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

RGB color model

#AB928E color RGB value is (171,146,142).

RGB: (171,146,142) (67%, 57%, 56%)

RGB channels and saturation

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

171
146
142

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 142 = 459 (100%)
R 171 of 459 ~ 37.25%
G 146 of 459 ~ 31.81%
B 142 of 459 ~ 30.94'%

%37.25
%31.81
%30.94

CMYK color model

#AB928E color CMYK value is (0,15,17,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 16.96%
  • key color value is 32.94%

CMYK: (0,15,17,33)
C0M15Y17K33 (0%, 15%, 17%, 33%)
(0.00 / 0.15 / 0.17 / 0.33)

CMYK percentages

%0
%14.62
%16.96
%32.94

Codes

Color #AB928E in popluar color models

AB 92 8E
RGB 171 146 142
HSL 14.72% 61.37%
HSB/HSV 16.96% 67.06%
CMYK 0.00% 14.62% 16.96%
32.94%

Color #AB928E in popluar number systems.

HEX AB 92 8E
Decimal 171 146 142
Binary 10101011 10010010 10001110
Octal 253 222 216

Shades and tints

Shades of #AB928E

#AB928E
(171,146,142)
#9C8582
(156,133,130)
#8D7876
(141,120,118)
#7E6B6A
(126,107,106)
#6F5E5E
(111,94,94)
#605152
(96,81,82)
#514446
(81,68,70)
#42373A
(66,55,58)
#332A2E
(51,42,46)
#241D22
(36,29,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #AB928E

#AB928E
(171,146,142)
#B29B98
(178,155,152)
#B9A4A2
(185,164,162)
#C0ADAC
(192,173,172)
#C7B6B6
(199,182,182)
#CEBFC0
(206,191,192)
#D5C8CA
(213,200,202)
#DCD1D4
(220,209,212)
#E3DADE
(227,218,222)
#EAE3E8
(234,227,232)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB928E; }

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

This text font color is #AB928E.

Background Color

.myBgColor { background-color: #AB928E; }

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

This div background color is #AB928E.

Border color

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

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

This div border color is #AB928E.

Opacity

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

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

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

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

This text has shadow with #AB928E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB928E.

Preview

Color preview on black background

This text has color #AB928E on black background.


Color preview on white background

This text has color #AB928E on white background.


Black color preview on #AB928E background

This text has black color on #AB928E background.


White color preview on #AB928E background

This text has white color on #AB928E background.


Related colors

Complementary color

Complementary color for #hex is #546D71.


I love getcolorcode.com

Triadic colors

1 #8EAB92 and #928EAB with #AB928E are triadic colors.

2 #8E92AB and #92AB8E with #AB928E are triadic colors.