COLOR #97829B

HEX: #97829B
RGB: (151,130,155)

Color info

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

RGB color model

#97829B color RGB value is (151,130,155).

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

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 155 of 255 = 61%

151
130
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 155 = 436 (100%)
R 151 of 436 ~ 34.63%
G 130 of 436 ~ 29.82%
B 155 of 436 ~ 35.55%

%34.63
%29.82
%35.55

CMYK color model

#97829B color CMYK value is (3,16,0,39).

  • cyan value is 2.58%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,16,0,39)
C3M16Y0K39 
(3%,16%,0%,39%)
(0.03/0.16/0.00/0.39)	

CMYK percentages

%2.58
%16.13
%0
%39.22

Codes

Color #97829B in popluar color models

97829B
RGB151130155
HSL290°11.11%55.88%
HSB/HSV290°16.13%60.78%
CMYK2.58%16.13%0.00%
39.22%

Color #97829B in popluar number systems.

HEX97829B
Decimal151130155
Binary100101111000001010011011
Octal227202233

Shades and tints

Shades of #97829B

#97829B
(151,130,155)
#8A778D
(138,119,141)
#7D6C7F
(125,108,127)
#706171
(112,97,113)
#635663
(99,86,99)
#564B55
(86,75,85)
#494047
(73,64,71)
#3C3539
(60,53,57)
#2F2A2B
(47,42,43)
#221F1D
(34,31,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #97829B

#97829B
(151,130,155)
#A08DA4
(160,141,164)
#A998AD
(169,152,173)
#B2A3B6
(178,163,182)
#BBAEBF
(187,174,191)
#C4B9C8
(196,185,200)
#CDC4D1
(205,196,209)
#D6CFDA
(214,207,218)
#DFDAE3
(223,218,227)
#E8E5EC
(232,229,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97829B; }

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

This text font color is #97829B.


Background Color

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

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

This div background color is #97829B.


Border color

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

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

This div border color is #97829B.


Opacity

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

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

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

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

This text has shadow with #97829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97829B on black background.


Color preview on white background

This text has color #97829B on white background.



Black color preview on #97829B background

This text has black color on #97829B background.


White color preview on #97829B background

This text has white color on #97829B background.