COLOR #998784

HEX: #998784
RGB: (153,135,132)

Color info

#998784 contains red, green and blue colors in about the same proportion. Web safe color of #998784 is #999999 (or #999).

RGB color model

#998784 color RGB value is (153,135,132).

  • red value is 153;
  • green value is 135;
  • blue value is 132.
RGB:
(153,135,132)
(60%,53%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 132 of 255 = 52%

153
135
132

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

Portions of RGB colors in percentages

R + G + B =
153 + 135 + 132 = 420 (100%)
R 153 of 420 ~ 36.43%
G 135 of 420 ~ 32.14%
B 132 of 420 ~ 31.43%

%36.43
%32.14
%31.43

CMYK color model

#998784 color CMYK value is (0,12,14,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 13.73%
  • key color value is 40.00%
CMYK:
(0,12,14,40)
C0M12Y14K40 
(0%,12%,14%,40%)
(0.00/0.12/0.14/0.40)	

CMYK percentages

%0
%11.76
%13.73
%40

Codes

Color #998784 in popluar color models

998784
RGB153135132
HSL9.33%55.88%
HSB/HSV13.73%60.00%
CMYK0.00%11.76%13.73%
40.00%

Color #998784 in popluar number systems.

HEX998784
Decimal153135132
Binary100110011000011110000100
Octal231207204

Shades and tints

Shades of #998784

#998784
(153,135,132)
#8C7B78
(140,123,120)
#7F6F6C
(127,111,108)
#726360
(114,99,96)
#655754
(101,87,84)
#584B48
(88,75,72)
#4B3F3C
(75,63,60)
#3E3330
(62,51,48)
#312724
(49,39,36)
#241B18
(36,27,24)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #998784

#998784
(153,135,132)
#A2918F
(162,145,143)
#AB9B9A
(171,155,154)
#B4A5A5
(180,165,165)
#BDAFB0
(189,175,176)
#C6B9BB
(198,185,187)
#CFC3C6
(207,195,198)
#D8CDD1
(216,205,209)
#E1D7DC
(225,215,220)
#EAE1E7
(234,225,231)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998784 color. Also use rgb(153,135,132) instead hex code.

Text Font Color

.myTextColor { color: #998784; }

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

This text font color is #998784.


Background Color

.myBgColor { background-color: #998784; }

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

This div background color is #998784.


Border color

.myBorderColor { border: 1px solid #998784; }

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

This div border color is #998784.


Opacity

.myOpacity80 { color: #998784; opacity: 0.8; }

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

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

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

This text has shadow with #998784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998784 on black background.


Color preview on white background

This text has color #998784 on white background.



Black color preview on #998784 background

This text has black color on #998784 background.


White color preview on #998784 background

This text has white color on #998784 background.