COLOR #998A7E

HEX: #998A7E RGB: (153,138,126)

Color info

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

RGB color model

#998A7E color RGB value is (153,138,126).

RGB: (153,138,126) (60%, 54%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 126 of 255 = 49%

153
138
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 138 + 126 = 417 (100%)
R 153 of 417 ~ 36.69%
G 138 of 417 ~ 33.09%
B 126 of 417 ~ 30.22'%

%36.69
%33.09
%30.22

CMYK color model

#998A7E color CMYK value is (0,10,18,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (0,10,18,40)
C0M10Y18K40 (0%, 10%, 18%, 40%)
(0.00 / 0.10 / 0.18 / 0.40)

CMYK percentages

%0
%9.8
%17.65
%40

Codes

Color #998A7E in popluar color models

99 8A 7E
RGB 153 138 126
HSL 27° 11.69% 54.71%
HSB/HSV 27° 17.65% 60.00%
CMYK 0.00% 9.80% 17.65%
40.00%

Color #998A7E in popluar number systems.

HEX 99 8A 7E
Decimal 153 138 126
Binary 10011001 10001010 1111110
Octal 231 212 176

Shades and tints

Shades of #998A7E

#998A7E
(153,138,126)
#8C7E73
(140,126,115)
#7F7268
(127,114,104)
#72665D
(114,102,93)
#655A52
(101,90,82)
#584E47
(88,78,71)
#4B423C
(75,66,60)
#3E3631
(62,54,49)
#312A26
(49,42,38)
#241E1B
(36,30,27)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #998A7E

#998A7E
(153,138,126)
#A29489
(162,148,137)
#AB9E94
(171,158,148)
#B4A89F
(180,168,159)
#BDB2AA
(189,178,170)
#C6BCB5
(198,188,181)
#CFC6C0
(207,198,192)
#D8D0CB
(216,208,203)
#E1DAD6
(225,218,214)
#EAE4E1
(234,228,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A7E; }

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

This text font color is #998A7E.

Background Color

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

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

This div background color is #998A7E.

Border color

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

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

This div border color is #998A7E.

Opacity

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

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

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

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

This text has shadow with #998A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998A7E.

Preview

Color preview on black background

This text has color #998A7E on black background.


Color preview on white background

This text has color #998A7E on white background.


Black color preview on #998A7E background

This text has black color on #998A7E background.


White color preview on #998A7E background

This text has white color on #998A7E background.


Related colors

Complementary color

Complementary color for #hex is #667581.


I love getcolorcode.com

Triadic colors

1 #7E998A and #8A7E99 with #998A7E are triadic colors.

2 #7E8A99 and #8A997E with #998A7E are triadic colors.