COLOR #97857D

HEX: #97857D RGB: (151,133,125)

Color info

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

RGB color model

#97857D color RGB value is (151,133,125).

RGB: (151,133,125) (59%, 52%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 133 of 255 = 52%
B 125 of 255 = 49%

151
133
125

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

Portions of RGB colors in percentages

R + G + B = 151 + 133 + 125 = 409 (100%)
R 151 of 409 ~ 36.92%
G 133 of 409 ~ 32.52%
B 125 of 409 ~ 30.56'%

%36.92
%32.52
%30.56

CMYK color model

#97857D color CMYK value is (0,12,17,41).

  • cyan value is 0.00%
  • magenta value is 11.92%
  • yellow value is 17.22%
  • key color value is 40.78%

CMYK: (0,12,17,41)
C0M12Y17K41 (0%, 12%, 17%, 41%)
(0.00 / 0.12 / 0.17 / 0.41)

CMYK percentages

%0
%11.92
%17.22
%40.78

Codes

Color #97857D in popluar color models

97 85 7D
RGB 151 133 125
HSL 18° 11.11% 54.12%
HSB/HSV 18° 17.22% 59.22%
CMYK 0.00% 11.92% 17.22%
40.78%

Color #97857D in popluar number systems.

HEX 97 85 7D
Decimal 151 133 125
Binary 10010111 10000101 1111101
Octal 227 205 175

Shades and tints

Shades of #97857D

#97857D
(151,133,125)
#8A7972
(138,121,114)
#7D6D67
(125,109,103)
#70615C
(112,97,92)
#635551
(99,85,81)
#564946
(86,73,70)
#493D3B
(73,61,59)
#3C3130
(60,49,48)
#2F2525
(47,37,37)
#22191A
(34,25,26)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #97857D

#97857D
(151,133,125)
#A09088
(160,144,136)
#A99B93
(169,155,147)
#B2A69E
(178,166,158)
#BBB1A9
(187,177,169)
#C4BCB4
(196,188,180)
#CDC7BF
(205,199,191)
#D6D2CA
(214,210,202)
#DFDDD5
(223,221,213)
#E8E8E0
(232,232,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97857D color. Also use rgb(151,133,125) instead hex code.

Text Font Color

.myTextColor { color: #97857D; }

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

This text font color is #97857D.

Background Color

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

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

This div background color is #97857D.

Border color

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

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

This div border color is #97857D.

Opacity

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

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

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

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

This text has shadow with #97857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97857D.

Preview

Color preview on black background

This text has color #97857D on black background.


Color preview on white background

This text has color #97857D on white background.


Black color preview on #97857D background

This text has black color on #97857D background.


White color preview on #97857D background

This text has white color on #97857D background.


Related colors

Complementary color

Complementary color for #hex is #687A82.


I love getcolorcode.com

Triadic colors

1 #7D9785 and #857D97 with #97857D are triadic colors.

2 #7D8597 and #85977D with #97857D are triadic colors.