COLOR #998981

HEX: #998981 RGB: (153,137,129)

Color info

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

RGB color model

#998981 color RGB value is (153,137,129).

RGB: (153,137,129) (60%, 54%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 129 of 255 = 51%

153
137
129

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

Portions of RGB colors in percentages

R + G + B = 153 + 137 + 129 = 419 (100%)
R 153 of 419 ~ 36.52%
G 137 of 419 ~ 32.7%
B 129 of 419 ~ 30.79'%

%36.52
%32.7
%30.79

CMYK color model

#998981 color CMYK value is (0,10,16,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK: (0,10,16,40) C0M10Y16K40 (0%,10%,16%,40%) (0.00/0.10/0.16/0.40) 

CMYK percentages

%0
%10.46
%15.69
%40

Codes

Color #998981 in popluar color models

99 89 81
RGB 153 137 129
HSL 20° 10.53% 55.29%
HSB/HSV 20° 15.69% 60.00%
CMYK 0.00% 10.46% 15.69%
40.00%

Color #998981 in popluar number systems.

HEX 99 89 81
Decimal 153 137 129
Binary 10011001 10001001 10000001
Octal 231 211 201

Shades and tints

Shades of #998981

#998981
(153,137,129)
#8C7D76
(140,125,118)
#7F716B
(127,113,107)
#726560
(114,101,96)
#655955
(101,89,85)
#584D4A
(88,77,74)
#4B413F
(75,65,63)
#3E3534
(62,53,52)
#312929
(49,41,41)
#241D1E
(36,29,30)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #998981

#998981
(153,137,129)
#A2938C
(162,147,140)
#AB9D97
(171,157,151)
#B4A7A2
(180,167,162)
#BDB1AD
(189,177,173)
#C6BBB8
(198,187,184)
#CFC5C3
(207,197,195)
#D8CFCE
(216,207,206)
#E1D9D9
(225,217,217)
#EAE3E4
(234,227,228)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998981 color. Also use rgb(153,137,129) instead hex code.

Text Font Color

.myTextColor { color: #998981; }

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

This text font color is #998981.

Background Color

.myBgColor { background-color: #998981; }

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

This div background color is #998981.

Border color

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

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

This div border color is #998981.

Opacity

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

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

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

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

This text has shadow with #998981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998981.

Preview

Color preview on black background

This text has color #998981 on black background.


Color preview on white background

This text has color #998981 on white background.


Black color preview on #998981 background

This text has black color on #998981 background.


White color preview on #998981 background

This text has white color on #998981 background.


Related colors

Complementary color

Complementary color for #hex is #66767E.


I love getcolorcode.com

Triadic colors

1 #819989 and #898199 with #998981 are triadic colors.

2 #818999 and #899981 with #998981 are triadic colors.