COLOR #97887A

HEX: #97887A
RGB: (151,136,122)

Color info

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

RGB color model

#97887A color RGB value is (151,136,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 136 of 255 = 53%
B 122 of 255 = 48%

151
136
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 136 + 122 = 409 (100%)
R 151 of 409 ~ 36.92%
G 136 of 409 ~ 33.25%
B 122 of 409 ~ 29.83%

%36.92
%33.25
%29.83

CMYK color model

#97887A color CMYK value is (0,10,19,41).

  • cyan value is 0.00%
  • magenta value is 9.93%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,10,19,41)
C0M10Y19K41 
(0%,10%,19%,41%)
(0.00/0.10/0.19/0.41)	

CMYK percentages

%0
%9.93
%19.21
%40.78

Codes

Color #97887A in popluar color models

97887A
RGB151136122
HSL29°12.24%53.53%
HSB/HSV29°19.21%59.22%
CMYK0.00%9.93%19.21%
40.78%

Color #97887A in popluar number systems.

HEX97887A
Decimal151136122
Binary10010111100010001111010
Octal227210172

Shades and tints

Shades of #97887A

#97887A
(151,136,122)
#8A7C6F
(138,124,111)
#7D7064
(125,112,100)
#706459
(112,100,89)
#63584E
(99,88,78)
#564C43
(86,76,67)
#494038
(73,64,56)
#3C342D
(60,52,45)
#2F2822
(47,40,34)
#221C17
(34,28,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #97887A

#97887A
(151,136,122)
#A09286
(160,146,134)
#A99C92
(169,156,146)
#B2A69E
(178,166,158)
#BBB0AA
(187,176,170)
#C4BAB6
(196,186,182)
#CDC4C2
(205,196,194)
#D6CECE
(214,206,206)
#DFD8DA
(223,216,218)
#E8E2E6
(232,226,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97887A color. Also use rgb(151,136,122) instead hex code.

Text Font Color

.myTextColor { color: #97887A; }

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

This text font color is #97887A.


Background Color

.myBgColor { background-color: #97887A; }

<div style="background-color:#97887A">Inner text</div>

This div background color is #97887A.


Border color

.myBorderColor { border: 1px solid #97887A; }

<div style="border:3px solid #97887A">Div</div>

This div border color is #97887A.


Opacity

.myOpacity80 { color: #97887A; opacity: 0.8; }

<p style="color:#97887A;opacity:0.8;">80%</p>

Text with #97887A 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 #97887A;}

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

This text has shadow with #97887A color.

.textShadow {text-shadow: 3px 3px 1px #97887A, 3px 3px 1px red;}

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

This text has shadow with #97887A primary color and red secondary color.


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

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

This text has shadow with #97887A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97887A on black background.


Color preview on white background

This text has color #97887A on white background.



Black color preview on #97887A background

This text has black color on #97887A background.


White color preview on #97887A background

This text has white color on #97887A background.