COLOR #998C82

HEX: #998C82 RGB: (153,140,130)

Color info

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

RGB color model

#998C82 color RGB value is (153,140,130).

RGB: (153,140,130) (60%, 55%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 140 of 255 = 55%
B 130 of 255 = 51%

153
140
130

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

Portions of RGB colors in percentages

R + G + B = 153 + 140 + 130 = 423 (100%)
R 153 of 423 ~ 36.17%
G 140 of 423 ~ 33.1%
B 130 of 423 ~ 30.73'%

%36.17
%33.1
%30.73

CMYK color model

#998C82 color CMYK value is (0,8,15,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 15.03%
  • key color value is 40.00%

CMYK: (0,8,15,40)
C0M8Y15K40 (0%, 8%, 15%, 40%)
(0.00 / 0.08 / 0.15 / 0.40)

CMYK percentages

%0
%8.5
%15.03
%40

Codes

Color #998C82 in popluar color models

99 8C 82
RGB 153 140 130
HSL 26° 10.13% 55.49%
HSB/HSV 26° 15.03% 60.00%
CMYK 0.00% 8.50% 15.03%
40.00%

Color #998C82 in popluar number systems.

HEX 99 8C 82
Decimal 153 140 130
Binary 10011001 10001100 10000010
Octal 231 214 202

Shades and tints

Shades of #998C82

#998C82
(153,140,130)
#8C8077
(140,128,119)
#7F746C
(127,116,108)
#726861
(114,104,97)
#655C56
(101,92,86)
#58504B
(88,80,75)
#4B4440
(75,68,64)
#3E3835
(62,56,53)
#312C2A
(49,44,42)
#24201F
(36,32,31)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #998C82

#998C82
(153,140,130)
#A2968D
(162,150,141)
#ABA098
(171,160,152)
#B4AAA3
(180,170,163)
#BDB4AE
(189,180,174)
#C6BEB9
(198,190,185)
#CFC8C4
(207,200,196)
#D8D2CF
(216,210,207)
#E1DCDA
(225,220,218)
#EAE6E5
(234,230,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998C82 color. Also use rgb(153,140,130) instead hex code.

Text Font Color

.myTextColor { color: #998C82; }

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

This text font color is #998C82.

Background Color

.myBgColor { background-color: #998C82; }

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

This div background color is #998C82.

Border color

.myBorderColor { border: 1px solid #998C82; }

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

This div border color is #998C82.

Opacity

.myOpacity80 { color: #998C82; opacity: 0.8; }

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

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

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

This text has shadow with #998C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998C82.

Preview

Color preview on black background

This text has color #998C82 on black background.


Color preview on white background

This text has color #998C82 on white background.


Black color preview on #998C82 background

This text has black color on #998C82 background.


White color preview on #998C82 background

This text has white color on #998C82 background.


Related colors

Complementary color

Complementary color for #hex is #66737D.


I love getcolorcode.com

Triadic colors

1 #82998C and #8C8299 with #998C82 are triadic colors.

2 #828C99 and #8C9982 with #998C82 are triadic colors.