COLOR #998A7F

HEX: #998A7F
RGB: (153,138,127)

Color info

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

RGB color model

#998A7F color RGB value is (153,138,127).

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

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 127 of 255 = 50%

153
138
127

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 127 = 418 (100%)
R 153 of 418 ~ 36.6%
G 138 of 418 ~ 33.01%
B 127 of 418 ~ 30.38%

%36.6
%33.01
%30.38

CMYK color model

#998A7F color CMYK value is (0,10,17,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(0,10,17,40)
C0M10Y17K40 
(0%,10%,17%,40%)
(0.00/0.10/0.17/0.40)	

CMYK percentages

%0
%9.8
%16.99
%40

Codes

Color #998A7F in popluar color models

998A7F
RGB153138127
HSL25°11.30%54.90%
HSB/HSV25°16.99%60.00%
CMYK0.00%9.80%16.99%
40.00%

Color #998A7F in popluar number systems.

HEX998A7F
Decimal153138127
Binary10011001100010101111111
Octal231212177

Shades and tints

Shades of #998A7F

#998A7F
(153,138,127)
#8C7E74
(140,126,116)
#7F7269
(127,114,105)
#72665E
(114,102,94)
#655A53
(101,90,83)
#584E48
(88,78,72)
#4B423D
(75,66,61)
#3E3632
(62,54,50)
#312A27
(49,42,39)
#241E1C
(36,30,28)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #998A7F

#998A7F
(153,138,127)
#A2948A
(162,148,138)
#AB9E95
(171,158,149)
#B4A8A0
(180,168,160)
#BDB2AB
(189,178,171)
#C6BCB6
(198,188,182)
#CFC6C1
(207,198,193)
#D8D0CC
(216,208,204)
#E1DAD7
(225,218,215)
#EAE4E2
(234,228,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A7F; }

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

This text font color is #998A7F.


Background Color

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

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

This div background color is #998A7F.


Border color

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

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

This div border color is #998A7F.


Opacity

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

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

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

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

This text has shadow with #998A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A7F on black background.


Color preview on white background

This text has color #998A7F on white background.



Black color preview on #998A7F background

This text has black color on #998A7F background.


White color preview on #998A7F background

This text has white color on #998A7F background.