COLOR #97A090

HEX: #97A090
RGB: (151,160,144)

Color info

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

RGB color model

#97A090 color RGB value is (151,160,144).

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

RGB channels and saturation

R 151 of 255 = 59%
G 160 of 255 = 63%
B 144 of 255 = 56%

151
160
144

R + G + B ~ 59%. #97A090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 160 + 144 = 455 (100%)
R 151 of 455 ~ 33.19%
G 160 of 455 ~ 35.16%
B 144 of 455 ~ 31.65%

%33.19
%35.16
%31.65

CMYK color model

#97A090 color CMYK value is (6,0,10,37).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(6,0,10,37)
C6M0Y10K37 
(6%,0%,10%,37%)
(0.06/0.00/0.10/0.37)	

CMYK percentages

%5.63
%0
%10
%37.25

Codes

Color #97A090 in popluar color models

97A090
RGB151160144
HSL94°7.77%59.61%
HSB/HSV94°10.00%62.75%
CMYK5.63%0.00%10.00%
37.25%

Color #97A090 in popluar number systems.

HEX97A090
Decimal151160144
Binary100101111010000010010000
Octal227240220

Shades and tints

Shades of #97A090

#97A090
(151,160,144)
#8A9283
(138,146,131)
#7D8476
(125,132,118)
#707669
(112,118,105)
#63685C
(99,104,92)
#565A4F
(86,90,79)
#494C42
(73,76,66)
#3C3E35
(60,62,53)
#2F3028
(47,48,40)
#22221B
(34,34,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #97A090

#97A090
(151,160,144)
#A0A89A
(160,168,154)
#A9B0A4
(169,176,164)
#B2B8AE
(178,184,174)
#BBC0B8
(187,192,184)
#C4C8C2
(196,200,194)
#CDD0CC
(205,208,204)
#D6D8D6
(214,216,214)
#DFE0E0
(223,224,224)
#E8E8EA
(232,232,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A090; }

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

This text font color is #97A090.


Background Color

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

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

This div background color is #97A090.


Border color

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

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

This div border color is #97A090.


Opacity

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

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

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

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

This text has shadow with #97A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A090 on black background.


Color preview on white background

This text has color #97A090 on white background.



Black color preview on #97A090 background

This text has black color on #97A090 background.


White color preview on #97A090 background

This text has white color on #97A090 background.