COLOR #97948E

HEX: #97948E
RGB: (151,148,142)

Color info

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

RGB color model

#97948E color RGB value is (151,148,142).

  • red value is 151;
  • green value is 148;
  • blue value is 142.
RGB:
(151,148,142)
(59%,58%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 142 of 255 = 56%

151
148
142

R + G + B ~ 58%. #97948E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 148 + 142 = 441 (100%)
R 151 of 441 ~ 34.24%
G 148 of 441 ~ 33.56%
B 142 of 441 ~ 32.2%

%34.24
%33.56
%32.2

CMYK color model

#97948E color CMYK value is (0,2,6,41).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(0,2,6,41)
C0M2Y6K41 
(0%,2%,6%,41%)
(0.00/0.02/0.06/0.41)	

CMYK percentages

%0
%1.99
%5.96
%40.78

Codes

Color #97948E in popluar color models

97948E
RGB151148142
HSL40°4.15%57.45%
HSB/HSV40°5.96%59.22%
CMYK0.00%1.99%5.96%
40.78%

Color #97948E in popluar number systems.

HEX97948E
Decimal151148142
Binary100101111001010010001110
Octal227224216

Shades and tints

Shades of #97948E

#97948E
(151,148,142)
#8A8782
(138,135,130)
#7D7A76
(125,122,118)
#706D6A
(112,109,106)
#63605E
(99,96,94)
#565352
(86,83,82)
#494646
(73,70,70)
#3C393A
(60,57,58)
#2F2C2E
(47,44,46)
#221F22
(34,31,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #97948E

#97948E
(151,148,142)
#A09D98
(160,157,152)
#A9A6A2
(169,166,162)
#B2AFAC
(178,175,172)
#BBB8B6
(187,184,182)
#C4C1C0
(196,193,192)
#CDCACA
(205,202,202)
#D6D3D4
(214,211,212)
#DFDCDE
(223,220,222)
#E8E5E8
(232,229,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97948E color. Also use rgb(151,148,142) instead hex code.

Text Font Color

.myTextColor { color: #97948E; }

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

This text font color is #97948E.


Background Color

.myBgColor { background-color: #97948E; }

<div style="background-color:#97948E">Inner text</div>

This div background color is #97948E.


Border color

.myBorderColor { border: 1px solid #97948E; }

<div style="border:3px solid #97948E">Div</div>

This div border color is #97948E.


Opacity

.myOpacity80 { color: #97948E; opacity: 0.8; }

<p style="color:#97948E;opacity:0.8;">80%</p>

Text with #97948E 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 #97948E;}

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

This text has shadow with #97948E color.

.textShadow {text-shadow: 3px 3px 1px #97948E, 3px 3px 1px red;}

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

This text has shadow with #97948E primary color and red secondary color.


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

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

This text has shadow with #97948E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97948E on black background.


Color preview on white background

This text has color #97948E on white background.



Black color preview on #97948E background

This text has black color on #97948E background.


White color preview on #97948E background

This text has white color on #97948E background.