COLOR #97886C

HEX: #97886C
RGB: (151,136,108)

Color info

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

RGB color model

#97886C color RGB value is (151,136,108).

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

RGB channels and saturation

R 151 of 255 = 59%
G 136 of 255 = 53%
B 108 of 255 = 42%

151
136
108

R + G + B ~ 51%. #97886C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 136 + 108 = 395 (100%)
R 151 of 395 ~ 38.23%
G 136 of 395 ~ 34.43%
B 108 of 395 ~ 27.34%

%38.23
%34.43
%27.34

CMYK color model

#97886C color CMYK value is (0,10,28,41).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 28.48%
  • key color value is 40.78%
CMYK:
(0,10,28,41)
C0M10Y28K41 
(0%,10%,28%,41%)
(0.00/0.10/0.28/0.41)	

CMYK percentages

%0
%9.93
%28.48
%40.78

Codes

Color #97886C in popluar color models

97886C
RGB151136108
HSL39°17.13%50.78%
HSB/HSV39°28.48%59.22%
CMYK0.00%9.93%28.48%
40.78%

Color #97886C in popluar number systems.

HEX97886C
Decimal151136108
Binary10010111100010001101100
Octal227210154

Shades and tints

Shades of #97886C

#97886C
(151,136,108)
#8A7C63
(138,124,99)
#7D705A
(125,112,90)
#706451
(112,100,81)
#635848
(99,88,72)
#564C3F
(86,76,63)
#494036
(73,64,54)
#3C342D
(60,52,45)
#2F2824
(47,40,36)
#221C1B
(34,28,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #97886C

#97886C
(151,136,108)
#A09279
(160,146,121)
#A99C86
(169,156,134)
#B2A693
(178,166,147)
#BBB0A0
(187,176,160)
#C4BAAD
(196,186,173)
#CDC4BA
(205,196,186)
#D6CEC7
(214,206,199)
#DFD8D4
(223,216,212)
#E8E2E1
(232,226,225)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97886C color. Also use rgb(151,136,108) instead hex code.

Text Font Color

.myTextColor { color: #97886C; }

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

This text font color is #97886C.


Background Color

.myBgColor { background-color: #97886C; }

<div style="background-color:#97886C">Inner text</div>

This div background color is #97886C.


Border color

.myBorderColor { border: 1px solid #97886C; }

<div style="border:3px solid #97886C">Div</div>

This div border color is #97886C.


Opacity

.myOpacity80 { color: #97886C; opacity: 0.8; }

<p style="color:#97886C;opacity:0.8;">80%</p>

Text with #97886C 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 #97886C;}

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

This text has shadow with #97886C color.

.textShadow {text-shadow: 3px 3px 1px #97886C, 3px 3px 1px red;}

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

This text has shadow with #97886C primary color and red secondary color.


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

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

This text has shadow with #97886C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97886C on black background.


Color preview on white background

This text has color #97886C on white background.



Black color preview on #97886C background

This text has black color on #97886C background.


White color preview on #97886C background

This text has white color on #97886C background.