COLOR #97B8AA

HEX: #97B8AA
RGB: (151,184,170)

Color info

#97B8AA contains red, green and blue colors in about the same proportion. Web safe color of #97B8AA is #99CC99 (or #9C9).

RGB color model

#97B8AA color RGB value is (151,184,170).

  • red value is 151;
  • green value is 184;
  • blue value is 170.
RGB:
(151,184,170)
(59%,72%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 170 of 255 = 67%

151
184
170

R + G + B ~ 66%. #97B8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 184 + 170 = 505 (100%)
R 151 of 505 ~ 29.9%
G 184 of 505 ~ 36.44%
B 170 of 505 ~ 33.66%

%29.9
%36.44
%33.66

CMYK color model

#97B8AA color CMYK value is (18,0,8,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(18,0,8,28)
C18M0Y8K28 
(18%,0%,8%,28%)
(0.18/0.00/0.08/0.28)	

CMYK percentages

%17.93
%0
%7.61
%27.84

Codes

Color #97B8AA in popluar color models

97B8AA
RGB151184170
HSL155°18.86%65.69%
HSB/HSV155°17.93%72.16%
CMYK17.93%0.00%7.61%
27.84%

Color #97B8AA in popluar number systems.

HEX97B8AA
Decimal151184170
Binary100101111011100010101010
Octal227270252

Shades and tints

Shades of #97B8AA

#97B8AA
(151,184,170)
#8AA89B
(138,168,155)
#7D988C
(125,152,140)
#70887D
(112,136,125)
#63786E
(99,120,110)
#56685F
(86,104,95)
#495850
(73,88,80)
#3C4841
(60,72,65)
#2F3832
(47,56,50)
#222823
(34,40,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #97B8AA

#97B8AA
(151,184,170)
#A0BEB1
(160,190,177)
#A9C4B8
(169,196,184)
#B2CABF
(178,202,191)
#BBD0C6
(187,208,198)
#C4D6CD
(196,214,205)
#CDDCD4
(205,220,212)
#D6E2DB
(214,226,219)
#DFE8E2
(223,232,226)
#E8EEE9
(232,238,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B8AA color. Also use rgb(151,184,170) instead hex code.

Text Font Color

.myTextColor { color: #97B8AA; }

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

This text font color is #97B8AA.


Background Color

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

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

This div background color is #97B8AA.


Border color

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

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

This div border color is #97B8AA.


Opacity

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

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

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

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

This text has shadow with #97B8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B8AA on black background.


Color preview on white background

This text has color #97B8AA on white background.



Black color preview on #97B8AA background

This text has black color on #97B8AA background.


White color preview on #97B8AA background

This text has white color on #97B8AA background.