COLOR #998E7E

HEX: #998E7E RGB: (153,142,126)

Color info

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

RGB color model

#998E7E color RGB value is (153,142,126).

RGB: (153,142,126) (60%, 56%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 126 of 255 = 49%

153
142
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 126 = 421 (100%)
R 153 of 421 ~ 36.34%
G 142 of 421 ~ 33.73%
B 126 of 421 ~ 29.93'%

%36.34
%33.73
%29.93

CMYK color model

#998E7E color CMYK value is (0,7,18,40).

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

CMYK: (0,7,18,40)
C0M7Y18K40 (0%, 7%, 18%, 40%)
(0.00 / 0.07 / 0.18 / 0.40)

CMYK percentages

%0
%7.19
%17.65
%40

Codes

Color #998E7E in popluar color models

99 8E 7E
RGB 153 142 126
HSL 36° 11.69% 54.71%
HSB/HSV 36° 17.65% 60.00%
CMYK 0.00% 7.19% 17.65%
40.00%

Color #998E7E in popluar number systems.

HEX 99 8E 7E
Decimal 153 142 126
Binary 10011001 10001110 1111110
Octal 231 216 176

Shades and tints

Shades of #998E7E

#998E7E
(153,142,126)
#8C8273
(140,130,115)
#7F7668
(127,118,104)
#726A5D
(114,106,93)
#655E52
(101,94,82)
#585247
(88,82,71)
#4B463C
(75,70,60)
#3E3A31
(62,58,49)
#312E26
(49,46,38)
#24221B
(36,34,27)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #998E7E

#998E7E
(153,142,126)
#A29889
(162,152,137)
#ABA294
(171,162,148)
#B4AC9F
(180,172,159)
#BDB6AA
(189,182,170)
#C6C0B5
(198,192,181)
#CFCAC0
(207,202,192)
#D8D4CB
(216,212,203)
#E1DED6
(225,222,214)
#EAE8E1
(234,232,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998E7E; }

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

This text font color is #998E7E.

Background Color

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

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

This div background color is #998E7E.

Border color

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

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

This div border color is #998E7E.

Opacity

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

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

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

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

This text has shadow with #998E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998E7E.

Preview

Color preview on black background

This text has color #998E7E on black background.


Color preview on white background

This text has color #998E7E on white background.


Black color preview on #998E7E background

This text has black color on #998E7E background.


White color preview on #998E7E background

This text has white color on #998E7E background.


Related colors

Complementary color

Complementary color for #hex is #667181.


I love getcolorcode.com

Triadic colors

1 #7E998E and #8E7E99 with #998E7E are triadic colors.

2 #7E8E99 and #8E997E with #998E7E are triadic colors.