COLOR #97888D

HEX: #97888D
RGB: (151,136,141)

Color info

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

RGB color model

#97888D color RGB value is (151,136,141).

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

RGB channels and saturation

R 151 of 255 = 59%
G 136 of 255 = 53%
B 141 of 255 = 55%

151
136
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 136 + 141 = 428 (100%)
R 151 of 428 ~ 35.28%
G 136 of 428 ~ 31.78%
B 141 of 428 ~ 32.94%

%35.28
%31.78
%32.94

CMYK color model

#97888D color CMYK value is (0,10,7,41).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,10,7,41)
C0M10Y7K41 
(0%,10%,7%,41%)
(0.00/0.10/0.07/0.41)	

CMYK percentages

%0
%9.93
%6.62
%40.78

Codes

Color #97888D in popluar color models

97888D
RGB151136141
HSL340°6.73%56.27%
HSB/HSV340°9.93%59.22%
CMYK0.00%9.93%6.62%
40.78%

Color #97888D in popluar number systems.

HEX97888D
Decimal151136141
Binary100101111000100010001101
Octal227210215

Shades and tints

Shades of #97888D

#97888D
(151,136,141)
#8A7C81
(138,124,129)
#7D7075
(125,112,117)
#706469
(112,100,105)
#63585D
(99,88,93)
#564C51
(86,76,81)
#494045
(73,64,69)
#3C3439
(60,52,57)
#2F282D
(47,40,45)
#221C21
(34,28,33)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #97888D

#97888D
(151,136,141)
#A09297
(160,146,151)
#A99CA1
(169,156,161)
#B2A6AB
(178,166,171)
#BBB0B5
(187,176,181)
#C4BABF
(196,186,191)
#CDC4C9
(205,196,201)
#D6CED3
(214,206,211)
#DFD8DD
(223,216,221)
#E8E2E7
(232,226,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97888D; }

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

This text font color is #97888D.


Background Color

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

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

This div background color is #97888D.


Border color

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

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

This div border color is #97888D.


Opacity

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

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

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

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

This text has shadow with #97888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97888D on black background.


Color preview on white background

This text has color #97888D on white background.



Black color preview on #97888D background

This text has black color on #97888D background.


White color preview on #97888D background

This text has white color on #97888D background.