COLOR #998F85

HEX: #998F85
RGB: (153,143,133)

Color info

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

RGB color model

#998F85 color RGB value is (153,143,133).

  • red value is 153;
  • green value is 143;
  • blue value is 133.
RGB:
(153,143,133)
(60%,56%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 133 of 255 = 52%

153
143
133

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 133 = 429 (100%)
R 153 of 429 ~ 35.66%
G 143 of 429 ~ 33.33%
B 133 of 429 ~ 31%

%35.66
%33.33
%31

CMYK color model

#998F85 color CMYK value is (0,7,13,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(0,7,13,40)
C0M7Y13K40 
(0%,7%,13%,40%)
(0.00/0.07/0.13/0.40)	

CMYK percentages

%0
%6.54
%13.07
%40

Codes

Color #998F85 in popluar color models

998F85
RGB153143133
HSL30°8.93%56.08%
HSB/HSV30°13.07%60.00%
CMYK0.00%6.54%13.07%
40.00%

Color #998F85 in popluar number systems.

HEX998F85
Decimal153143133
Binary100110011000111110000101
Octal231217205

Shades and tints

Shades of #998F85

#998F85
(153,143,133)
#8C8279
(140,130,121)
#7F756D
(127,117,109)
#726861
(114,104,97)
#655B55
(101,91,85)
#584E49
(88,78,73)
#4B413D
(75,65,61)
#3E3431
(62,52,49)
#312725
(49,39,37)
#241A19
(36,26,25)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #998F85

#998F85
(153,143,133)
#A29990
(162,153,144)
#ABA39B
(171,163,155)
#B4ADA6
(180,173,166)
#BDB7B1
(189,183,177)
#C6C1BC
(198,193,188)
#CFCBC7
(207,203,199)
#D8D5D2
(216,213,210)
#E1DFDD
(225,223,221)
#EAE9E8
(234,233,232)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F85; }

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

This text font color is #998F85.


Background Color

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

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

This div background color is #998F85.


Border color

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

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

This div border color is #998F85.


Opacity

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

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

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

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

This text has shadow with #998F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F85 on black background.


Color preview on white background

This text has color #998F85 on white background.



Black color preview on #998F85 background

This text has black color on #998F85 background.


White color preview on #998F85 background

This text has white color on #998F85 background.