COLOR #98969E

HEX: #98969E RGB: (152,150,158)

Color info

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

RGB color model

#98969E color RGB value is (152,150,158).

RGB: (152,150,158) (60%, 59%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 158 of 255 = 62%

152
150
158

R + G + B ~ 60%. #98969E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 150 + 158 = 460 (100%)
R 152 of 460 ~ 33.04%
G 150 of 460 ~ 32.61%
B 158 of 460 ~ 34.35'%

%33.04
%32.61
%34.35

CMYK color model

#98969E color CMYK value is (4,5,0,38).

  • cyan value is 3.80%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (4,5,0,38) C4M5Y0K38 (4%,5%,0%,38%) (0.04/0.05/0.00/0.38) 

CMYK percentages

%3.8
%5.06
%0
%38.04

Codes

Color #98969E in popluar color models

98 96 9E
RGB 152 150 158
HSL 255° 3.96% 60.39%
HSB/HSV 255° 5.06% 61.96%
CMYK 3.80% 5.06% 0.00%
38.04%

Color #98969E in popluar number systems.

HEX 98 96 9E
Decimal 152 150 158
Binary 10011000 10010110 10011110
Octal 230 226 236

Shades and tints

Shades of #98969E

#98969E
(152,150,158)
#8B8990
(139,137,144)
#7E7C82
(126,124,130)
#716F74
(113,111,116)
#646266
(100,98,102)
#575558
(87,85,88)
#4A484A
(74,72,74)
#3D3B3C
(61,59,60)
#302E2E
(48,46,46)
#232120
(35,33,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98969E

#98969E
(152,150,158)
#A19FA6
(161,159,166)
#AAA8AE
(170,168,174)
#B3B1B6
(179,177,182)
#BCBABE
(188,186,190)
#C5C3C6
(197,195,198)
#CECCCE
(206,204,206)
#D7D5D6
(215,213,214)
#E0DEDE
(224,222,222)
#E9E7E6
(233,231,230)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98969E color. Also use rgb(152,150,158) instead hex code.

Text Font Color

.myTextColor { color: #98969E; }

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

This text font color is #98969E.

Background Color

.myBgColor { background-color: #98969E; }

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

This div background color is #98969E.

Border color

.myBorderColor { border: 1px solid #98969E; }

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

This div border color is #98969E.

Opacity

.myOpacity80 { color: #98969E; opacity: 0.8; }

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

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

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

This text has shadow with #98969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98969E.

Preview

Color preview on black background

This text has color #98969E on black background.


Color preview on white background

This text has color #98969E on white background.


Black color preview on #98969E background

This text has black color on #98969E background.


White color preview on #98969E background

This text has white color on #98969E background.


Related colors

Complementary color

Complementary color for #hex is #676961.


I love getcolorcode.com

Triadic colors

1 #9E9896 and #969E98 with #98969E are triadic colors.

2 #9E9698 and #96989E with #98969E are triadic colors.