COLOR #998F7C

HEX: #998F7C
RGB: (153,143,124)

Color info

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

RGB color model

#998F7C color RGB value is (153,143,124).

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

RGB channels and saturation

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

153
143
124

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

Portions of RGB colors in percentages

R + G + B =
153 + 143 + 124 = 420 (100%)
R 153 of 420 ~ 36.43%
G 143 of 420 ~ 34.05%
B 124 of 420 ~ 29.52%

%36.43
%34.05
%29.52

CMYK color model

#998F7C color CMYK value is (0,7,19,40).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(0,7,19,40)
C0M7Y19K40 
(0%,7%,19%,40%)
(0.00/0.07/0.19/0.40)	

CMYK percentages

%0
%6.54
%18.95
%40

Codes

Color #998F7C in popluar color models

998F7C
RGB153143124
HSL39°12.45%54.31%
HSB/HSV39°18.95%60.00%
CMYK0.00%6.54%18.95%
40.00%

Color #998F7C in popluar number systems.

HEX998F7C
Decimal153143124
Binary10011001100011111111100
Octal231217174

Shades and tints

Shades of #998F7C

#998F7C
(153,143,124)
#8C8271
(140,130,113)
#7F7566
(127,117,102)
#72685B
(114,104,91)
#655B50
(101,91,80)
#584E45
(88,78,69)
#4B413A
(75,65,58)
#3E342F
(62,52,47)
#312724
(49,39,36)
#241A19
(36,26,25)
#170D0E
(23,13,14)
#000000
(0,0,0)

Tints of #998F7C

#998F7C
(153,143,124)
#A29987
(162,153,135)
#ABA392
(171,163,146)
#B4AD9D
(180,173,157)
#BDB7A8
(189,183,168)
#C6C1B3
(198,193,179)
#CFCBBE
(207,203,190)
#D8D5C9
(216,213,201)
#E1DFD4
(225,223,212)
#EAE9DF
(234,233,223)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F7C; }

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

This text font color is #998F7C.


Background Color

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

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

This div background color is #998F7C.


Border color

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

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

This div border color is #998F7C.


Opacity

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

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

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

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

This text has shadow with #998F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998F7C on black background.


Color preview on white background

This text has color #998F7C on white background.



Black color preview on #998F7C background

This text has black color on #998F7C background.


White color preview on #998F7C background

This text has white color on #998F7C background.