COLOR #97B5A5

HEX: #97B5A5
RGB: (151,181,165)

Color info

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

RGB color model

#97B5A5 color RGB value is (151,181,165).

  • red value is 151;
  • green value is 181;
  • blue value is 165.
RGB:
(151,181,165)
(59%,71%,65%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 165 of 255 = 65%

151
181
165

R + G + B ~ 65%. #97B5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 181 + 165 = 497 (100%)
R 151 of 497 ~ 30.38%
G 181 of 497 ~ 36.42%
B 165 of 497 ~ 33.2%

%30.38
%36.42
%33.2

CMYK color model

#97B5A5 color CMYK value is (17,0,9,29).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 29.02%
CMYK:
(17,0,9,29)
C17M0Y9K29 
(17%,0%,9%,29%)
(0.17/0.00/0.09/0.29)	

CMYK percentages

%16.57
%0
%8.84
%29.02

Codes

Color #97B5A5 in popluar color models

97B5A5
RGB151181165
HSL148°16.85%65.10%
HSB/HSV148°16.57%70.98%
CMYK16.57%0.00%8.84%
29.02%

Color #97B5A5 in popluar number systems.

HEX97B5A5
Decimal151181165
Binary100101111011010110100101
Octal227265245

Shades and tints

Shades of #97B5A5

#97B5A5
(151,181,165)
#8AA596
(138,165,150)
#7D9587
(125,149,135)
#708578
(112,133,120)
#637569
(99,117,105)
#56655A
(86,101,90)
#49554B
(73,85,75)
#3C453C
(60,69,60)
#2F352D
(47,53,45)
#22251E
(34,37,30)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #97B5A5

#97B5A5
(151,181,165)
#A0BBAD
(160,187,173)
#A9C1B5
(169,193,181)
#B2C7BD
(178,199,189)
#BBCDC5
(187,205,197)
#C4D3CD
(196,211,205)
#CDD9D5
(205,217,213)
#D6DFDD
(214,223,221)
#DFE5E5
(223,229,229)
#E8EBED
(232,235,237)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B5A5 color. Also use rgb(151,181,165) instead hex code.

Text Font Color

.myTextColor { color: #97B5A5; }

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

This text font color is #97B5A5.


Background Color

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

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

This div background color is #97B5A5.


Border color

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

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

This div border color is #97B5A5.


Opacity

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

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

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

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

This text has shadow with #97B5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B5A5 on black background.


Color preview on white background

This text has color #97B5A5 on white background.



Black color preview on #97B5A5 background

This text has black color on #97B5A5 background.


White color preview on #97B5A5 background

This text has white color on #97B5A5 background.