COLOR #AB8C93

HEX: #AB8C93 RGB: (171,140,147)

Color info

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

RGB color model

#AB8C93 color RGB value is (171,140,147).

RGB: (171,140,147) (67%, 55%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 147 of 255 = 58%

171
140
147

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

Portions of RGB colors in percentages

R + G + B = 171 + 140 + 147 = 458 (100%)
R 171 of 458 ~ 37.34%
G 140 of 458 ~ 30.57%
B 147 of 458 ~ 32.1'%

%37.34
%30.57
%32.1

CMYK color model

#AB8C93 color CMYK value is (0,18,14,33).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 14.04%
  • key color value is 32.94%

CMYK: (0,18,14,33)
C0M18Y14K33 (0%, 18%, 14%, 33%)
(0.00 / 0.18 / 0.14 / 0.33)

CMYK percentages

%0
%18.13
%14.04
%32.94

Codes

Color #AB8C93 in popluar color models

AB 8C 93
RGB 171 140 147
HSL 346° 15.58% 60.98%
HSB/HSV 346° 18.13% 67.06%
CMYK 0.00% 18.13% 14.04%
32.94%

Color #AB8C93 in popluar number systems.

HEX AB 8C 93
Decimal 171 140 147
Binary 10101011 10001100 10010011
Octal 253 214 223

Shades and tints

Shades of #AB8C93

#AB8C93
(171,140,147)
#9C8086
(156,128,134)
#8D7479
(141,116,121)
#7E686C
(126,104,108)
#6F5C5F
(111,92,95)
#605052
(96,80,82)
#514445
(81,68,69)
#423838
(66,56,56)
#332C2B
(51,44,43)
#24201E
(36,32,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #AB8C93

#AB8C93
(171,140,147)
#B2969C
(178,150,156)
#B9A0A5
(185,160,165)
#C0AAAE
(192,170,174)
#C7B4B7
(199,180,183)
#CEBEC0
(206,190,192)
#D5C8C9
(213,200,201)
#DCD2D2
(220,210,210)
#E3DCDB
(227,220,219)
#EAE6E4
(234,230,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8C93 color. Also use rgb(171,140,147) instead hex code.

Text Font Color

.myTextColor { color: #AB8C93; }

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

This text font color is #AB8C93.

Background Color

.myBgColor { background-color: #AB8C93; }

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

This div background color is #AB8C93.

Border color

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

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

This div border color is #AB8C93.

Opacity

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

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

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

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

This text has shadow with #AB8C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8C93.

Preview

Color preview on black background

This text has color #AB8C93 on black background.


Color preview on white background

This text has color #AB8C93 on white background.


Black color preview on #AB8C93 background

This text has black color on #AB8C93 background.


White color preview on #AB8C93 background

This text has white color on #AB8C93 background.


Related colors

Complementary color

Complementary color for #hex is #54736C.


I love getcolorcode.com

Triadic colors

1 #93AB8C and #8C93AB with #AB8C93 are triadic colors.

2 #938CAB and #8CAB93 with #AB8C93 are triadic colors.