COLOR #97828D

HEX: #97828D
RGB: (151,130,141)

Color info

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

RGB color model

#97828D color RGB value is (151,130,141).

  • red value is 151;
  • green value is 130;
  • blue value is 141.
RGB:
(151,130,141)
(59%,51%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 141 of 255 = 55%

151
130
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 141 = 422 (100%)
R 151 of 422 ~ 35.78%
G 130 of 422 ~ 30.81%
B 141 of 422 ~ 33.41%

%35.78
%30.81
%33.41

CMYK color model

#97828D color CMYK value is (0,14,7,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,14,7,41)
C0M14Y7K41 
(0%,14%,7%,41%)
(0.00/0.14/0.07/0.41)	

CMYK percentages

%0
%13.91
%6.62
%40.78

Codes

Color #97828D in popluar color models

97828D
RGB151130141
HSL329°9.17%55.10%
HSB/HSV329°13.91%59.22%
CMYK0.00%13.91%6.62%
40.78%

Color #97828D in popluar number systems.

HEX97828D
Decimal151130141
Binary100101111000001010001101
Octal227202215

Shades and tints

Shades of #97828D

#97828D
(151,130,141)
#8A7781
(138,119,129)
#7D6C75
(125,108,117)
#706169
(112,97,105)
#63565D
(99,86,93)
#564B51
(86,75,81)
#494045
(73,64,69)
#3C3539
(60,53,57)
#2F2A2D
(47,42,45)
#221F21
(34,31,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97828D

#97828D
(151,130,141)
#A08D97
(160,141,151)
#A998A1
(169,152,161)
#B2A3AB
(178,163,171)
#BBAEB5
(187,174,181)
#C4B9BF
(196,185,191)
#CDC4C9
(205,196,201)
#D6CFD3
(214,207,211)
#DFDADD
(223,218,221)
#E8E5E7
(232,229,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97828D color. Also use rgb(151,130,141) instead hex code.

Text Font Color

.myTextColor { color: #97828D; }

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

This text font color is #97828D.


Background Color

.myBgColor { background-color: #97828D; }

<div style="background-color:#97828D">Inner text</div>

This div background color is #97828D.


Border color

.myBorderColor { border: 1px solid #97828D; }

<div style="border:3px solid #97828D">Div</div>

This div border color is #97828D.


Opacity

.myOpacity80 { color: #97828D; opacity: 0.8; }

<p style="color:#97828D;opacity:0.8;">80%</p>

Text with #97828D 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 #97828D;}

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

This text has shadow with #97828D color.

.textShadow {text-shadow: 3px 3px 1px #97828D, 3px 3px 1px red;}

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

This text has shadow with #97828D primary color and red secondary color.


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

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

This text has shadow with #97828D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97828D on black background.


Color preview on white background

This text has color #97828D on white background.



Black color preview on #97828D background

This text has black color on #97828D background.


White color preview on #97828D background

This text has white color on #97828D background.