COLOR #98828A

HEX: #98828A
RGB: (152,130,138)

Color info

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

RGB color model

#98828A color RGB value is (152,130,138).

  • red value is 152;
  • green value is 130;
  • blue value is 138.
RGB:
(152,130,138)
(60%,51%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 138 of 255 = 54%

152
130
138

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

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 138 = 420 (100%)
R 152 of 420 ~ 36.19%
G 130 of 420 ~ 30.95%
B 138 of 420 ~ 32.86%

%36.19
%30.95
%32.86

CMYK color model

#98828A color CMYK value is (0,14,9,40).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,14,9,40)
C0M14Y9K40 
(0%,14%,9%,40%)
(0.00/0.14/0.09/0.40)	

CMYK percentages

%0
%14.47
%9.21
%40.39

Codes

Color #98828A in popluar color models

98828A
RGB152130138
HSL338°9.65%55.29%
HSB/HSV338°14.47%59.61%
CMYK0.00%14.47%9.21%
40.39%

Color #98828A in popluar number systems.

HEX98828A
Decimal152130138
Binary100110001000001010001010
Octal230202212

Shades and tints

Shades of #98828A

#98828A
(152,130,138)
#8B777E
(139,119,126)
#7E6C72
(126,108,114)
#716166
(113,97,102)
#64565A
(100,86,90)
#574B4E
(87,75,78)
#4A4042
(74,64,66)
#3D3536
(61,53,54)
#302A2A
(48,42,42)
#231F1E
(35,31,30)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98828A

#98828A
(152,130,138)
#A18D94
(161,141,148)
#AA989E
(170,152,158)
#B3A3A8
(179,163,168)
#BCAEB2
(188,174,178)
#C5B9BC
(197,185,188)
#CEC4C6
(206,196,198)
#D7CFD0
(215,207,208)
#E0DADA
(224,218,218)
#E9E5E4
(233,229,228)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98828A color. Also use rgb(152,130,138) instead hex code.

Text Font Color

.myTextColor { color: #98828A; }

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

This text font color is #98828A.


Background Color

.myBgColor { background-color: #98828A; }

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

This div background color is #98828A.


Border color

.myBorderColor { border: 1px solid #98828A; }

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

This div border color is #98828A.


Opacity

.myOpacity80 { color: #98828A; opacity: 0.8; }

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

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

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

This text has shadow with #98828A color.

.textShadow {text-shadow: 3px 3px 1px #98828A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #98828A;
-webkit-box-shadow: 1px 1px 3px 2px #98828A;
box-shadow:1px 1px 3px 2px #98828A;">
Div content here</div>
This div box has shadow with color #98828A.

Preview

Color preview on black background

This text has color #98828A on black background.


Color preview on white background

This text has color #98828A on white background.



Black color preview on #98828A background

This text has black color on #98828A background.


White color preview on #98828A background

This text has white color on #98828A background.