COLOR #AB8D98

HEX: #AB8D98 RGB: (171,141,152)

Color info

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

RGB color model

#AB8D98 color RGB value is (171,141,152).

RGB: (171,141,152) (67%, 55%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 141 of 255 = 55%
B 152 of 255 = 60%

171
141
152

R + G + B ~ 61%. #AB8D98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 141 + 152 = 464 (100%)
R 171 of 464 ~ 36.85%
G 141 of 464 ~ 30.39%
B 152 of 464 ~ 32.76'%

%36.85
%30.39
%32.76

CMYK color model

#AB8D98 color CMYK value is (0,18,11,33).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 11.11%
  • key color value is 32.94%

CMYK: (0,18,11,33)
C0M18Y11K33 (0%, 18%, 11%, 33%)
(0.00 / 0.18 / 0.11 / 0.33)

CMYK percentages

%0
%17.54
%11.11
%32.94

Codes

Color #AB8D98 in popluar color models

AB 8D 98
RGB 171 141 152
HSL 338° 15.15% 61.18%
HSB/HSV 338° 17.54% 67.06%
CMYK 0.00% 17.54% 11.11%
32.94%

Color #AB8D98 in popluar number systems.

HEX AB 8D 98
Decimal 171 141 152
Binary 10101011 10001101 10011000
Octal 253 215 230

Shades and tints

Shades of #AB8D98

#AB8D98
(171,141,152)
#9C818B
(156,129,139)
#8D757E
(141,117,126)
#7E6971
(126,105,113)
#6F5D64
(111,93,100)
#605157
(96,81,87)
#51454A
(81,69,74)
#42393D
(66,57,61)
#332D30
(51,45,48)
#242123
(36,33,35)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #AB8D98

#AB8D98
(171,141,152)
#B297A1
(178,151,161)
#B9A1AA
(185,161,170)
#C0ABB3
(192,171,179)
#C7B5BC
(199,181,188)
#CEBFC5
(206,191,197)
#D5C9CE
(213,201,206)
#DCD3D7
(220,211,215)
#E3DDE0
(227,221,224)
#EAE7E9
(234,231,233)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8D98; }

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

This text font color is #AB8D98.

Background Color

.myBgColor { background-color: #AB8D98; }

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

This div background color is #AB8D98.

Border color

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

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

This div border color is #AB8D98.

Opacity

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

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

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

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

This text has shadow with #AB8D98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8D98.

Preview

Color preview on black background

This text has color #AB8D98 on black background.


Color preview on white background

This text has color #AB8D98 on white background.


Black color preview on #AB8D98 background

This text has black color on #AB8D98 background.


White color preview on #AB8D98 background

This text has white color on #AB8D98 background.


Related colors

Complementary color

Complementary color for #hex is #547267.


I love getcolorcode.com

Triadic colors

1 #98AB8D and #8D98AB with #AB8D98 are triadic colors.

2 #988DAB and #8DAB98 with #AB8D98 are triadic colors.