COLOR #97A49B

HEX: #97A49B
RGB: (151,164,155)

Color info

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

RGB color model

#97A49B color RGB value is (151,164,155).

  • red value is 151;
  • green value is 164;
  • blue value is 155.
RGB:
(151,164,155)
(59%,64%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 155 of 255 = 61%

151
164
155

R + G + B ~ 61%. #97A49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 155 = 470 (100%)
R 151 of 470 ~ 32.13%
G 164 of 470 ~ 34.89%
B 155 of 470 ~ 32.98%

%32.13
%34.89
%32.98

CMYK color model

#97A49B color CMYK value is (8,0,5,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(8,0,5,36)
C8M0Y5K36 
(8%,0%,5%,36%)
(0.08/0.00/0.05/0.36)	

CMYK percentages

%7.93
%0
%5.49
%35.69

Codes

Color #97A49B in popluar color models

97A49B
RGB151164155
HSL138°6.67%61.76%
HSB/HSV138°7.93%64.31%
CMYK7.93%0.00%5.49%
35.69%

Color #97A49B in popluar number systems.

HEX97A49B
Decimal151164155
Binary100101111010010010011011
Octal227244233

Shades and tints

Shades of #97A49B

#97A49B
(151,164,155)
#8A968D
(138,150,141)
#7D887F
(125,136,127)
#707A71
(112,122,113)
#636C63
(99,108,99)
#565E55
(86,94,85)
#495047
(73,80,71)
#3C4239
(60,66,57)
#2F342B
(47,52,43)
#22261D
(34,38,29)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #97A49B

#97A49B
(151,164,155)
#A0ACA4
(160,172,164)
#A9B4AD
(169,180,173)
#B2BCB6
(178,188,182)
#BBC4BF
(187,196,191)
#C4CCC8
(196,204,200)
#CDD4D1
(205,212,209)
#D6DCDA
(214,220,218)
#DFE4E3
(223,228,227)
#E8ECEC
(232,236,236)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A49B color. Also use rgb(151,164,155) instead hex code.

Text Font Color

.myTextColor { color: #97A49B; }

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

This text font color is #97A49B.


Background Color

.myBgColor { background-color: #97A49B; }

<div style="background-color:#97A49B">Inner text</div>

This div background color is #97A49B.


Border color

.myBorderColor { border: 1px solid #97A49B; }

<div style="border:3px solid #97A49B">Div</div>

This div border color is #97A49B.


Opacity

.myOpacity80 { color: #97A49B; opacity: 0.8; }

<p style="color:#97A49B;opacity:0.8;">80%</p>

Text with #97A49B 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 #97A49B;}

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

This text has shadow with #97A49B color.

.textShadow {text-shadow: 3px 3px 1px #97A49B, 3px 3px 1px red;}

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

This text has shadow with #97A49B primary color and red secondary color.


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

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

This text has shadow with #97A49B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A49B on black background.


Color preview on white background

This text has color #97A49B on white background.



Black color preview on #97A49B background

This text has black color on #97A49B background.


White color preview on #97A49B background

This text has white color on #97A49B background.