COLOR #98948E

HEX: #98948E RGB: (152,148,142)

Color info

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

RGB color model

#98948E color RGB value is (152,148,142).

RGB: (152,148,142) (60%, 58%, 56%)

RGB channels and saturation

R 152 of 255 = 60%
G 148 of 255 = 58%
B 142 of 255 = 56%

152
148
142

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

Portions of RGB colors in percentages

R + G + B = 152 + 148 + 142 = 442 (100%)
R 152 of 442 ~ 34.39%
G 148 of 442 ~ 33.48%
B 142 of 442 ~ 32.13'%

%34.39
%33.48
%32.13

CMYK color model

#98948E color CMYK value is (0,3,7,40).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK: (0,3,7,40) C0M3Y7K40 (0%,3%,7%,40%) (0.00/0.03/0.07/0.40) 

CMYK percentages

%0
%2.63
%6.58
%40.39

Codes

Color #98948E in popluar color models

98 94 8E
RGB 152 148 142
HSL 36° 4.63% 57.65%
HSB/HSV 36° 6.58% 59.61%
CMYK 0.00% 2.63% 6.58%
40.39%

Color #98948E in popluar number systems.

HEX 98 94 8E
Decimal 152 148 142
Binary 10011000 10010100 10001110
Octal 230 224 216

Shades and tints

Shades of #98948E

#98948E
(152,148,142)
#8B8782
(139,135,130)
#7E7A76
(126,122,118)
#716D6A
(113,109,106)
#64605E
(100,96,94)
#575352
(87,83,82)
#4A4646
(74,70,70)
#3D393A
(61,57,58)
#302C2E
(48,44,46)
#231F22
(35,31,34)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #98948E

#98948E
(152,148,142)
#A19D98
(161,157,152)
#AAA6A2
(170,166,162)
#B3AFAC
(179,175,172)
#BCB8B6
(188,184,182)
#C5C1C0
(197,193,192)
#CECACA
(206,202,202)
#D7D3D4
(215,211,212)
#E0DCDE
(224,220,222)
#E9E5E8
(233,229,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98948E color. Also use rgb(152,148,142) instead hex code.

Text Font Color

.myTextColor { color: #98948E; }

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

This text font color is #98948E.

Background Color

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

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

This div background color is #98948E.

Border color

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

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

This div border color is #98948E.

Opacity

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

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

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

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

This text has shadow with #98948E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98948E.

Preview

Color preview on black background

This text has color #98948E on black background.


Color preview on white background

This text has color #98948E on white background.


Black color preview on #98948E background

This text has black color on #98948E background.


White color preview on #98948E background

This text has white color on #98948E background.


Related colors

Complementary color

Complementary color for #hex is #676B71.


I love getcolorcode.com

Triadic colors

1 #8E9894 and #948E98 with #98948E are triadic colors.

2 #8E9498 and #94988E with #98948E are triadic colors.