COLOR #998A6F

HEX: #998A6F
RGB: (153,138,111)

Color info

#998A6F contains red, green and blue colors in about the same proportion. Web safe color of #998A6F is #999966 (or #996).

RGB color model

#998A6F color RGB value is (153,138,111).

  • red value is 153;
  • green value is 138;
  • blue value is 111.
RGB:
(153,138,111)
(60%,54%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 111 of 255 = 44%

153
138
111

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 111 = 402 (100%)
R 153 of 402 ~ 38.06%
G 138 of 402 ~ 34.33%
B 111 of 402 ~ 27.61%

%38.06
%34.33
%27.61

CMYK color model

#998A6F color CMYK value is (0,10,27,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(0,10,27,40)
C0M10Y27K40 
(0%,10%,27%,40%)
(0.00/0.10/0.27/0.40)	

CMYK percentages

%0
%9.8
%27.45
%40

Codes

Color #998A6F in popluar color models

998A6F
RGB153138111
HSL39°17.07%51.76%
HSB/HSV39°27.45%60.00%
CMYK0.00%9.80%27.45%
40.00%

Color #998A6F in popluar number systems.

HEX998A6F
Decimal153138111
Binary10011001100010101101111
Octal231212157

Shades and tints

Shades of #998A6F

#998A6F
(153,138,111)
#8C7E65
(140,126,101)
#7F725B
(127,114,91)
#726651
(114,102,81)
#655A47
(101,90,71)
#584E3D
(88,78,61)
#4B4233
(75,66,51)
#3E3629
(62,54,41)
#312A1F
(49,42,31)
#241E15
(36,30,21)
#17120B
(23,18,11)
#000000
(0,0,0)

Tints of #998A6F

#998A6F
(153,138,111)
#A2947C
(162,148,124)
#AB9E89
(171,158,137)
#B4A896
(180,168,150)
#BDB2A3
(189,178,163)
#C6BCB0
(198,188,176)
#CFC6BD
(207,198,189)
#D8D0CA
(216,208,202)
#E1DAD7
(225,218,215)
#EAE4E4
(234,228,228)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998A6F color. Also use rgb(153,138,111) instead hex code.

Text Font Color

.myTextColor { color: #998A6F; }

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

This text font color is #998A6F.


Background Color

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

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

This div background color is #998A6F.


Border color

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

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

This div border color is #998A6F.


Opacity

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

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

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

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

This text has shadow with #998A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A6F on black background.


Color preview on white background

This text has color #998A6F on white background.



Black color preview on #998A6F background

This text has black color on #998A6F background.


White color preview on #998A6F background

This text has white color on #998A6F background.