COLOR #998086

HEX: #998086 RGB: (153,128,134)

Color info

#998086 contains red, green and blue colors in about the same proportion. Web safe color of #998086 is #996699 (or #969).

RGB color model

#998086 color RGB value is (153,128,134).

RGB: (153,128,134) (60%, 50%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 134 of 255 = 53%

153
128
134

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

Portions of RGB colors in percentages

R + G + B = 153 + 128 + 134 = 415 (100%)
R 153 of 415 ~ 36.87%
G 128 of 415 ~ 30.84%
B 134 of 415 ~ 32.29'%

%36.87
%30.84
%32.29

CMYK color model

#998086 color CMYK value is (0,16,12,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 12.42%
  • key color value is 40.00%

CMYK: (0,16,12,40)
C0M16Y12K40 (0%, 16%, 12%, 40%)
(0.00 / 0.16 / 0.12 / 0.40)

CMYK percentages

%0
%16.34
%12.42
%40

Codes

Color #998086 in popluar color models

99 80 86
RGB 153 128 134
HSL 346° 10.92% 55.10%
HSB/HSV 346° 16.34% 60.00%
CMYK 0.00% 16.34% 12.42%
40.00%

Color #998086 in popluar number systems.

HEX 99 80 86
Decimal 153 128 134
Binary 10011001 10000000 10000110
Octal 231 200 206

Shades and tints

Shades of #998086

#998086
(153,128,134)
#8C757A
(140,117,122)
#7F6A6E
(127,106,110)
#725F62
(114,95,98)
#655456
(101,84,86)
#58494A
(88,73,74)
#4B3E3E
(75,62,62)
#3E3332
(62,51,50)
#312826
(49,40,38)
#241D1A
(36,29,26)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #998086

#998086
(153,128,134)
#A28B91
(162,139,145)
#AB969C
(171,150,156)
#B4A1A7
(180,161,167)
#BDACB2
(189,172,178)
#C6B7BD
(198,183,189)
#CFC2C8
(207,194,200)
#D8CDD3
(216,205,211)
#E1D8DE
(225,216,222)
#EAE3E9
(234,227,233)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998086 color. Also use rgb(153,128,134) instead hex code.

Text Font Color

.myTextColor { color: #998086; }

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

This text font color is #998086.

Background Color

.myBgColor { background-color: #998086; }

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

This div background color is #998086.

Border color

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

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

This div border color is #998086.

Opacity

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

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

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

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

This text has shadow with #998086 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998086.

Preview

Color preview on black background

This text has color #998086 on black background.


Color preview on white background

This text has color #998086 on white background.


Black color preview on #998086 background

This text has black color on #998086 background.


White color preview on #998086 background

This text has white color on #998086 background.


Related colors

Complementary color

Complementary color for #hex is #667F79.


I love getcolorcode.com

Triadic colors

1 #869980 and #808699 with #998086 are triadic colors.

2 #868099 and #809986 with #998086 are triadic colors.