COLOR #8D98AB

HEX: #8D98AB RGB: (141,152,171)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
152
171

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

Portions of RGB colors in percentages

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

%30.39
%32.76
%36.85

CMYK color model

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

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

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

CMYK percentages

%17.54
%11.11
%0
%32.94

Codes

Color #8D98AB in popluar color models

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

Color #8D98AB in popluar number systems.

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

Shades and tints

Shades of #8D98AB

#8D98AB
(141,152,171)
#818B9C
(129,139,156)
#757E8D
(117,126,141)
#69717E
(105,113,126)
#5D646F
(93,100,111)
#515760
(81,87,96)
#454A51
(69,74,81)
#393D42
(57,61,66)
#2D3033
(45,48,51)
#212324
(33,35,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #8D98AB

#8D98AB
(141,152,171)
#97A1B2
(151,161,178)
#A1AAB9
(161,170,185)
#ABB3C0
(171,179,192)
#B5BCC7
(181,188,199)
#BFC5CE
(191,197,206)
#C9CED5
(201,206,213)
#D3D7DC
(211,215,220)
#DDE0E3
(221,224,227)
#E7E9EA
(231,233,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D98AB; }

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

This text font color is #8D98AB.

Background Color

.myBgColor { background-color: #8D98AB; }

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

This div background color is #8D98AB.

Border color

.myBorderColor { border: 1px solid #8D98AB; }

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

This div border color is #8D98AB.

Opacity

.myOpacity80 { color: #8D98AB; opacity: 0.8; }

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

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

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

This text has shadow with #8D98AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D98AB.

Preview

Color preview on black background

This text has color #8D98AB on black background.


Color preview on white background

This text has color #8D98AB on white background.


Black color preview on #8D98AB background

This text has black color on #8D98AB background.


White color preview on #8D98AB background

This text has white color on #8D98AB background.


Related colors

Complementary color

Complementary color for #hex is #726754.


I love getcolorcode.com

Triadic colors

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

2 #AB988D and #988DAB with #8D98AB are triadic colors.