COLOR #998B7E

HEX: #998B7E
RGB: (153,139,126)

Color info

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

RGB color model

#998B7E color RGB value is (153,139,126).

  • red value is 153;
  • green value is 139;
  • blue value is 126.
RGB:
(153,139,126)
(60%,55%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 139 of 255 = 55%
B 126 of 255 = 49%

153
139
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 139 + 126 = 418 (100%)
R 153 of 418 ~ 36.6%
G 139 of 418 ~ 33.25%
B 126 of 418 ~ 30.14%

%36.6
%33.25
%30.14

CMYK color model

#998B7E color CMYK value is (0,9,18,40).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(0,9,18,40)
C0M9Y18K40 
(0%,9%,18%,40%)
(0.00/0.09/0.18/0.40)	

CMYK percentages

%0
%9.15
%17.65
%40

Codes

Color #998B7E in popluar color models

998B7E
RGB153139126
HSL29°11.69%54.71%
HSB/HSV29°17.65%60.00%
CMYK0.00%9.15%17.65%
40.00%

Color #998B7E in popluar number systems.

HEX998B7E
Decimal153139126
Binary10011001100010111111110
Octal231213176

Shades and tints

Shades of #998B7E

#998B7E
(153,139,126)
#8C7F73
(140,127,115)
#7F7368
(127,115,104)
#72675D
(114,103,93)
#655B52
(101,91,82)
#584F47
(88,79,71)
#4B433C
(75,67,60)
#3E3731
(62,55,49)
#312B26
(49,43,38)
#241F1B
(36,31,27)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #998B7E

#998B7E
(153,139,126)
#A29589
(162,149,137)
#AB9F94
(171,159,148)
#B4A99F
(180,169,159)
#BDB3AA
(189,179,170)
#C6BDB5
(198,189,181)
#CFC7C0
(207,199,192)
#D8D1CB
(216,209,203)
#E1DBD6
(225,219,214)
#EAE5E1
(234,229,225)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998B7E color. Also use rgb(153,139,126) instead hex code.

Text Font Color

.myTextColor { color: #998B7E; }

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

This text font color is #998B7E.


Background Color

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

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

This div background color is #998B7E.


Border color

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

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

This div border color is #998B7E.


Opacity

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

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

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

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

This text has shadow with #998B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998B7E on black background.


Color preview on white background

This text has color #998B7E on white background.



Black color preview on #998B7E background

This text has black color on #998B7E background.


White color preview on #998B7E background

This text has white color on #998B7E background.