COLOR #998985

HEX: #998985 RGB: (153,137,133)

Color info

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

RGB color model

#998985 color RGB value is (153,137,133).

RGB: (153,137,133) (60%, 54%, 52%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 133 of 255 = 52%

153
137
133

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

Portions of RGB colors in percentages

R + G + B = 153 + 137 + 133 = 423 (100%)
R 153 of 423 ~ 36.17%
G 137 of 423 ~ 32.39%
B 133 of 423 ~ 31.44'%

%36.17
%32.39
%31.44

CMYK color model

#998985 color CMYK value is (0,10,13,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 13.07%
  • key color value is 40.00%

CMYK: (0,10,13,40)
C0M10Y13K40 (0%, 10%, 13%, 40%)
(0.00 / 0.10 / 0.13 / 0.40)

CMYK percentages

%0
%10.46
%13.07
%40

Codes

Color #998985 in popluar color models

99 89 85
RGB 153 137 133
HSL 12° 8.93% 56.08%
HSB/HSV 12° 13.07% 60.00%
CMYK 0.00% 10.46% 13.07%
40.00%

Color #998985 in popluar number systems.

HEX 99 89 85
Decimal 153 137 133
Binary 10011001 10001001 10000101
Octal 231 211 205

Shades and tints

Shades of #998985

#998985
(153,137,133)
#8C7D79
(140,125,121)
#7F716D
(127,113,109)
#726561
(114,101,97)
#655955
(101,89,85)
#584D49
(88,77,73)
#4B413D
(75,65,61)
#3E3531
(62,53,49)
#312925
(49,41,37)
#241D19
(36,29,25)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #998985

#998985
(153,137,133)
#A29390
(162,147,144)
#AB9D9B
(171,157,155)
#B4A7A6
(180,167,166)
#BDB1B1
(189,177,177)
#C6BBBC
(198,187,188)
#CFC5C7
(207,197,199)
#D8CFD2
(216,207,210)
#E1D9DD
(225,217,221)
#EAE3E8
(234,227,232)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998985; }

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

This text font color is #998985.

Background Color

.myBgColor { background-color: #998985; }

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

This div background color is #998985.

Border color

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

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

This div border color is #998985.

Opacity

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

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

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

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

This text has shadow with #998985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998985.

Preview

Color preview on black background

This text has color #998985 on black background.


Color preview on white background

This text has color #998985 on white background.


Black color preview on #998985 background

This text has black color on #998985 background.


White color preview on #998985 background

This text has white color on #998985 background.


Related colors

Complementary color

Complementary color for #hex is #66767A.


I love getcolorcode.com

Triadic colors

1 #859989 and #898599 with #998985 are triadic colors.

2 #858999 and #899985 with #998985 are triadic colors.