COLOR #998F7E

HEX: #998F7E
RGB: (153,143,126)

Color info

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

RGB color model

#998F7E color RGB value is (153,143,126).

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

RGB channels and saturation

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

153
143
126

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 126 = 422 (100%)
R 153 of 422 ~ 36.26%
G 143 of 422 ~ 33.89%
B 126 of 422 ~ 29.86%

%36.26
%33.89
%29.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.54%
  • 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
%6.54
%17.65
%40

Codes

Color #998F7E in popluar color models

998F7E
RGB153143126
HSL38°11.69%54.71%
HSB/HSV38°17.65%60.00%
CMYK0.00%6.54%17.65%
40.00%

Color #998F7E in popluar number systems.

HEX998F7E
Decimal153143126
Binary10011001100011111111110
Octal231217176

Shades and tints

Shades of #998F7E

#998F7E
(153,143,126)
#8C8273
(140,130,115)
#7F7568
(127,117,104)
#72685D
(114,104,93)
#655B52
(101,91,82)
#584E47
(88,78,71)
#4B413C
(75,65,60)
#3E3431
(62,52,49)
#312726
(49,39,38)
#241A1B
(36,26,27)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #998F7E

#998F7E
(153,143,126)
#A29989
(162,153,137)
#ABA394
(171,163,148)
#B4AD9F
(180,173,159)
#BDB7AA
(189,183,170)
#C6C1B5
(198,193,181)
#CFCBC0
(207,203,192)
#D8D5CB
(216,213,203)
#E1DFD6
(225,223,214)
#EAE9E1
(234,233,225)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F7E; }

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

This text font color is #998F7E.


Background Color

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

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

This div background color is #998F7E.


Border color

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

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

This div border color is #998F7E.


Opacity

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

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

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

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

This text has shadow with #998F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F7E on black background.


Color preview on white background

This text has color #998F7E on white background.



Black color preview on #998F7E background

This text has black color on #998F7E background.


White color preview on #998F7E background

This text has white color on #998F7E background.