COLOR #98809F

HEX: #98809F RGB: (152,128,159)

Color info

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

RGB color model

#98809F color RGB value is (152,128,159).

RGB: (152,128,159) (60%, 50%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 159 of 255 = 62%

152
128
159

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

Portions of RGB colors in percentages

R + G + B = 152 + 128 + 159 = 439 (100%)
R 152 of 439 ~ 34.62%
G 128 of 439 ~ 29.16%
B 159 of 439 ~ 36.22'%

%34.62
%29.16
%36.22

CMYK color model

#98809F color CMYK value is (4,19,0,38).

  • cyan value is 4.40%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (4,19,0,38)
C4M19Y0K38 (4%, 19%, 0%, 38%)
(0.04 / 0.19 / 0.00 / 0.38)

CMYK percentages

%4.4
%19.5
%0
%37.65

Codes

Color #98809F in popluar color models

98 80 9F
RGB 152 128 159
HSL 286° 13.90% 56.27%
HSB/HSV 286° 19.50% 62.35%
CMYK 4.40% 19.50% 0.00%
37.65%

Color #98809F in popluar number systems.

HEX 98 80 9F
Decimal 152 128 159
Binary 10011000 10000000 10011111
Octal 230 200 237

Shades and tints

Shades of #98809F

#98809F
(152,128,159)
#8B7591
(139,117,145)
#7E6A83
(126,106,131)
#715F75
(113,95,117)
#645467
(100,84,103)
#574959
(87,73,89)
#4A3E4B
(74,62,75)
#3D333D
(61,51,61)
#30282F
(48,40,47)
#231D21
(35,29,33)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #98809F

#98809F
(152,128,159)
#A18BA7
(161,139,167)
#AA96AF
(170,150,175)
#B3A1B7
(179,161,183)
#BCACBF
(188,172,191)
#C5B7C7
(197,183,199)
#CEC2CF
(206,194,207)
#D7CDD7
(215,205,215)
#E0D8DF
(224,216,223)
#E9E3E7
(233,227,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98809F; }

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

This text font color is #98809F.

Background Color

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

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

This div background color is #98809F.

Border color

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

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

This div border color is #98809F.

Opacity

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

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

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

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

This text has shadow with #98809F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98809F.

Preview

Color preview on black background

This text has color #98809F on black background.


Color preview on white background

This text has color #98809F on white background.


Black color preview on #98809F background

This text has black color on #98809F background.


White color preview on #98809F background

This text has white color on #98809F background.


Related colors

Complementary color

Complementary color for #hex is #677F60.


I love getcolorcode.com

Triadic colors

1 #9F9880 and #809F98 with #98809F are triadic colors.

2 #9F8098 and #80989F with #98809F are triadic colors.