COLOR #98808F

HEX: #98808F RGB: (152,128,143)

Color info

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

RGB color model

#98808F color RGB value is (152,128,143).

RGB: (152,128,143) (60%, 50%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 143 of 255 = 56%

152
128
143

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

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 143 = 423 (100%)
R 152 of 423 ~ 35.93%
G 128 of 423 ~ 30.26%
B 143 of 423 ~ 33.81'%

%35.93
%30.26
%33.81

CMYK color model

#98808F color CMYK value is (0,16,6,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 5.92%
  • key color value is 40.39%

CMYK: (0,16,6,40)
C0M16Y6K40 (0%, 16%, 6%, 40%)
(0.00 / 0.16 / 0.06 / 0.40)

CMYK percentages

%0
%15.79
%5.92
%40.39

Codes

Color #98808F in popluar color models

98 80 8F
RGB 152 128 143
HSL 323° 10.43% 54.90%
HSB/HSV 323° 15.79% 59.61%
CMYK 0.00% 15.79% 5.92%
40.39%

Color #98808F in popluar number systems.

HEX 98 80 8F
Decimal 152 128 143
Binary 10011000 10000000 10001111
Octal 230 200 217

Shades and tints

Shades of #98808F

#98808F
(152,128,143)
#8B7582
(139,117,130)
#7E6A75
(126,106,117)
#715F68
(113,95,104)
#64545B
(100,84,91)
#57494E
(87,73,78)
#4A3E41
(74,62,65)
#3D3334
(61,51,52)
#302827
(48,40,39)
#231D1A
(35,29,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #98808F

#98808F
(152,128,143)
#A18B99
(161,139,153)
#AA96A3
(170,150,163)
#B3A1AD
(179,161,173)
#BCACB7
(188,172,183)
#C5B7C1
(197,183,193)
#CEC2CB
(206,194,203)
#D7CDD5
(215,205,213)
#E0D8DF
(224,216,223)
#E9E3E9
(233,227,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98808F color. Also use rgb(152,128,143) instead hex code.

Text Font Color

.myTextColor { color: #98808F; }

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

This text font color is #98808F.

Background Color

.myBgColor { background-color: #98808F; }

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

This div background color is #98808F.

Border color

.myBorderColor { border: 1px solid #98808F; }

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

This div border color is #98808F.

Opacity

.myOpacity80 { color: #98808F; opacity: 0.8; }

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

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

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

This text has shadow with #98808F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98808F.

Preview

Color preview on black background

This text has color #98808F on black background.


Color preview on white background

This text has color #98808F on white background.


Black color preview on #98808F background

This text has black color on #98808F background.


White color preview on #98808F background

This text has white color on #98808F background.


Related colors

Complementary color

Complementary color for #hex is #677F70.


I love getcolorcode.com

Triadic colors

1 #8F9880 and #808F98 with #98808F are triadic colors.

2 #8F8098 and #80988F with #98808F are triadic colors.