COLOR #998C81

HEX: #998C81
RGB: (153,140,129)

Color info

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

RGB color model

#998C81 color RGB value is (153,140,129).

  • red value is 153;
  • green value is 140;
  • blue value is 129.
RGB:
(153,140,129)
(60%,55%,51%)

RGB channels and saturation

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

153
140
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 140 + 129 = 422 (100%)
R 153 of 422 ~ 36.26%
G 140 of 422 ~ 33.18%
B 129 of 422 ~ 30.57%

%36.26
%33.18
%30.57

CMYK color model

#998C81 color CMYK value is (0,8,16,40).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(0,8,16,40)
C0M8Y16K40 
(0%,8%,16%,40%)
(0.00/0.08/0.16/0.40)	

CMYK percentages

%0
%8.5
%15.69
%40

Codes

Color #998C81 in popluar color models

998C81
RGB153140129
HSL28°10.53%55.29%
HSB/HSV28°15.69%60.00%
CMYK0.00%8.50%15.69%
40.00%

Color #998C81 in popluar number systems.

HEX998C81
Decimal153140129
Binary100110011000110010000001
Octal231214201

Shades and tints

Shades of #998C81

#998C81
(153,140,129)
#8C8076
(140,128,118)
#7F746B
(127,116,107)
#726860
(114,104,96)
#655C55
(101,92,85)
#58504A
(88,80,74)
#4B443F
(75,68,63)
#3E3834
(62,56,52)
#312C29
(49,44,41)
#24201E
(36,32,30)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #998C81

#998C81
(153,140,129)
#A2968C
(162,150,140)
#ABA097
(171,160,151)
#B4AAA2
(180,170,162)
#BDB4AD
(189,180,173)
#C6BEB8
(198,190,184)
#CFC8C3
(207,200,195)
#D8D2CE
(216,210,206)
#E1DCD9
(225,220,217)
#EAE6E4
(234,230,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998C81; }

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

This text font color is #998C81.


Background Color

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

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

This div background color is #998C81.


Border color

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

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

This div border color is #998C81.


Opacity

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

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

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

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

This text has shadow with #998C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998C81 on black background.


Color preview on white background

This text has color #998C81 on white background.



Black color preview on #998C81 background

This text has black color on #998C81 background.


White color preview on #998C81 background

This text has white color on #998C81 background.