COLOR #97917E

HEX: #97917E
RGB: (151,145,126)

Color info

#97917E contains red, green and blue colors in about the same proportion. Web safe color of #97917E is #999966 (or #996).

RGB color model

#97917E color RGB value is (151,145,126).

  • red value is 151;
  • green value is 145;
  • blue value is 126.
RGB:
(151,145,126)
(59%,57%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 145 of 255 = 57%
B 126 of 255 = 49%

151
145
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 145 + 126 = 422 (100%)
R 151 of 422 ~ 35.78%
G 145 of 422 ~ 34.36%
B 126 of 422 ~ 29.86%

%35.78
%34.36
%29.86

CMYK color model

#97917E color CMYK value is (0,4,17,41).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,4,17,41)
C0M4Y17K41 
(0%,4%,17%,41%)
(0.00/0.04/0.17/0.41)	

CMYK percentages

%0
%3.97
%16.56
%40.78

Codes

Color #97917E in popluar color models

97917E
RGB151145126
HSL46°10.73%54.31%
HSB/HSV46°16.56%59.22%
CMYK0.00%3.97%16.56%
40.78%

Color #97917E in popluar number systems.

HEX97917E
Decimal151145126
Binary10010111100100011111110
Octal227221176

Shades and tints

Shades of #97917E

#97917E
(151,145,126)
#8A8473
(138,132,115)
#7D7768
(125,119,104)
#706A5D
(112,106,93)
#635D52
(99,93,82)
#565047
(86,80,71)
#49433C
(73,67,60)
#3C3631
(60,54,49)
#2F2926
(47,41,38)
#221C1B
(34,28,27)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #97917E

#97917E
(151,145,126)
#A09B89
(160,155,137)
#A9A594
(169,165,148)
#B2AF9F
(178,175,159)
#BBB9AA
(187,185,170)
#C4C3B5
(196,195,181)
#CDCDC0
(205,205,192)
#D6D7CB
(214,215,203)
#DFE1D6
(223,225,214)
#E8EBE1
(232,235,225)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97917E color. Also use rgb(151,145,126) instead hex code.

Text Font Color

.myTextColor { color: #97917E; }

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

This text font color is #97917E.


Background Color

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

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

This div background color is #97917E.


Border color

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

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

This div border color is #97917E.


Opacity

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

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

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

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

This text has shadow with #97917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97917E on black background.


Color preview on white background

This text has color #97917E on white background.



Black color preview on #97917E background

This text has black color on #97917E background.


White color preview on #97917E background

This text has white color on #97917E background.