COLOR #97828B

HEX: #97828B
RGB: (151,130,139)

Color info

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

RGB color model

#97828B color RGB value is (151,130,139).

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

RGB channels and saturation

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

151
130
139

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 139 = 420 (100%)
R 151 of 420 ~ 35.95%
G 130 of 420 ~ 30.95%
B 139 of 420 ~ 33.1%

%35.95
%30.95
%33.1

CMYK color model

#97828B color CMYK value is (0,14,8,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(0,14,8,41)
C0M14Y8K41 
(0%,14%,8%,41%)
(0.00/0.14/0.08/0.41)	

CMYK percentages

%0
%13.91
%7.95
%40.78

Codes

Color #97828B in popluar color models

97828B
RGB151130139
HSL334°9.17%55.10%
HSB/HSV334°13.91%59.22%
CMYK0.00%13.91%7.95%
40.78%

Color #97828B in popluar number systems.

HEX97828B
Decimal151130139
Binary100101111000001010001011
Octal227202213

Shades and tints

Shades of #97828B

#97828B
(151,130,139)
#8A777F
(138,119,127)
#7D6C73
(125,108,115)
#706167
(112,97,103)
#63565B
(99,86,91)
#564B4F
(86,75,79)
#494043
(73,64,67)
#3C3537
(60,53,55)
#2F2A2B
(47,42,43)
#221F1F
(34,31,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97828B

#97828B
(151,130,139)
#A08D95
(160,141,149)
#A9989F
(169,152,159)
#B2A3A9
(178,163,169)
#BBAEB3
(187,174,179)
#C4B9BD
(196,185,189)
#CDC4C7
(205,196,199)
#D6CFD1
(214,207,209)
#DFDADB
(223,218,219)
#E8E5E5
(232,229,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97828B; }

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

This text font color is #97828B.


Background Color

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

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

This div background color is #97828B.


Border color

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

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

This div border color is #97828B.


Opacity

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

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

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

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

This text has shadow with #97828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97828B on black background.


Color preview on white background

This text has color #97828B on white background.



Black color preview on #97828B background

This text has black color on #97828B background.


White color preview on #97828B background

This text has white color on #97828B background.