COLOR #AB929C

HEX: #AB929C RGB: (171,146,156)

Color info

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

RGB color model

#AB929C color RGB value is (171,146,156).

RGB: (171,146,156) (67%, 57%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 156 of 255 = 61%

171
146
156

R + G + B ~ 62%. #AB929C is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 156 = 473 (100%)
R 171 of 473 ~ 36.15%
G 146 of 473 ~ 30.87%
B 156 of 473 ~ 32.98'%

%36.15
%30.87
%32.98

CMYK color model

#AB929C color CMYK value is (0,15,9,33).

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

CMYK: (0,15,9,33)
C0M15Y9K33 (0%, 15%, 9%, 33%)
(0.00 / 0.15 / 0.09 / 0.33)

CMYK percentages

%0
%14.62
%8.77
%32.94

Codes

Color #AB929C in popluar color models

AB 92 9C
RGB 171 146 156
HSL 336° 12.95% 62.16%
HSB/HSV 336° 14.62% 67.06%
CMYK 0.00% 14.62% 8.77%
32.94%

Color #AB929C in popluar number systems.

HEX AB 92 9C
Decimal 171 146 156
Binary 10101011 10010010 10011100
Octal 253 222 234

Shades and tints

Shades of #AB929C

#AB929C
(171,146,156)
#9C858E
(156,133,142)
#8D7880
(141,120,128)
#7E6B72
(126,107,114)
#6F5E64
(111,94,100)
#605156
(96,81,86)
#514448
(81,68,72)
#42373A
(66,55,58)
#332A2C
(51,42,44)
#241D1E
(36,29,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #AB929C

#AB929C
(171,146,156)
#B29BA5
(178,155,165)
#B9A4AE
(185,164,174)
#C0ADB7
(192,173,183)
#C7B6C0
(199,182,192)
#CEBFC9
(206,191,201)
#D5C8D2
(213,200,210)
#DCD1DB
(220,209,219)
#E3DAE4
(227,218,228)
#EAE3ED
(234,227,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB929C; }

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

This text font color is #AB929C.

Background Color

.myBgColor { background-color: #AB929C; }

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

This div background color is #AB929C.

Border color

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

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

This div border color is #AB929C.

Opacity

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

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

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

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

This text has shadow with #AB929C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB929C.

Preview

Color preview on black background

This text has color #AB929C on black background.


Color preview on white background

This text has color #AB929C on white background.


Black color preview on #AB929C background

This text has black color on #AB929C background.


White color preview on #AB929C background

This text has white color on #AB929C background.


Related colors

Complementary color

Complementary color for #hex is #546D63.


I love getcolorcode.com

Triadic colors

1 #9CAB92 and #929CAB with #AB929C are triadic colors.

2 #9C92AB and #92AB9C with #AB929C are triadic colors.