COLOR #998488

HEX: #998488
RGB: (153,132,136)

Color info

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

RGB color model

#998488 color RGB value is (153,132,136).

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

RGB channels and saturation

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

153
132
136

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 136 = 421 (100%)
R 153 of 421 ~ 36.34%
G 132 of 421 ~ 31.35%
B 136 of 421 ~ 32.3%

%36.34
%31.35
%32.3

CMYK color model

#998488 color CMYK value is (0,14,11,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(0,14,11,40)
C0M14Y11K40 
(0%,14%,11%,40%)
(0.00/0.14/0.11/0.40)	

CMYK percentages

%0
%13.73
%11.11
%40

Codes

Color #998488 in popluar color models

998488
RGB153132136
HSL349°9.33%55.88%
HSB/HSV349°13.73%60.00%
CMYK0.00%13.73%11.11%
40.00%

Color #998488 in popluar number systems.

HEX998488
Decimal153132136
Binary100110011000010010001000
Octal231204210

Shades and tints

Shades of #998488

#998488
(153,132,136)
#8C787C
(140,120,124)
#7F6C70
(127,108,112)
#726064
(114,96,100)
#655458
(101,84,88)
#58484C
(88,72,76)
#4B3C40
(75,60,64)
#3E3034
(62,48,52)
#312428
(49,36,40)
#24181C
(36,24,28)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #998488

#998488
(153,132,136)
#A28F92
(162,143,146)
#AB9A9C
(171,154,156)
#B4A5A6
(180,165,166)
#BDB0B0
(189,176,176)
#C6BBBA
(198,187,186)
#CFC6C4
(207,198,196)
#D8D1CE
(216,209,206)
#E1DCD8
(225,220,216)
#EAE7E2
(234,231,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998488; }

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

This text font color is #998488.


Background Color

.myBgColor { background-color: #998488; }

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

This div background color is #998488.


Border color

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

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

This div border color is #998488.


Opacity

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

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

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

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

This text has shadow with #998488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998488 on black background.


Color preview on white background

This text has color #998488 on white background.



Black color preview on #998488 background

This text has black color on #998488 background.


White color preview on #998488 background

This text has white color on #998488 background.