COLOR #97A09B

HEX: #97A09B
RGB: (151,160,155)

Color info

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

RGB color model

#97A09B color RGB value is (151,160,155).

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

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 155 of 255 = 61%

151
160
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 155 = 466 (100%)
R 151 of 466 ~ 32.4%
G 160 of 466 ~ 34.33%
B 155 of 466 ~ 33.26%

%32.4
%34.33
%33.26

CMYK color model

#97A09B color CMYK value is (6,0,3,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(6,0,3,37)
C6M0Y3K37 
(6%,0%,3%,37%)
(0.06/0.00/0.03/0.37)	

CMYK percentages

%5.63
%0
%3.13
%37.25

Codes

Color #97A09B in popluar color models

97A09B
RGB151160155
HSL147°4.52%60.98%
HSB/HSV147°5.63%62.75%
CMYK5.63%0.00%3.13%
37.25%

Color #97A09B in popluar number systems.

HEX97A09B
Decimal151160155
Binary100101111010000010011011
Octal227240233

Shades and tints

Shades of #97A09B

#97A09B
(151,160,155)
#8A928D
(138,146,141)
#7D847F
(125,132,127)
#707671
(112,118,113)
#636863
(99,104,99)
#565A55
(86,90,85)
#494C47
(73,76,71)
#3C3E39
(60,62,57)
#2F302B
(47,48,43)
#22221D
(34,34,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #97A09B

#97A09B
(151,160,155)
#A0A8A4
(160,168,164)
#A9B0AD
(169,176,173)
#B2B8B6
(178,184,182)
#BBC0BF
(187,192,191)
#C4C8C8
(196,200,200)
#CDD0D1
(205,208,209)
#D6D8DA
(214,216,218)
#DFE0E3
(223,224,227)
#E8E8EC
(232,232,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A09B; }

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

This text font color is #97A09B.


Background Color

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

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

This div background color is #97A09B.


Border color

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

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

This div border color is #97A09B.


Opacity

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

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

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

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

This text has shadow with #97A09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A09B on black background.


Color preview on white background

This text has color #97A09B on white background.



Black color preview on #97A09B background

This text has black color on #97A09B background.


White color preview on #97A09B background

This text has white color on #97A09B background.