COLOR #97AB95

HEX: #97AB95
RGB: (151,171,149)

Color info

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

RGB color model

#97AB95 color RGB value is (151,171,149).

  • red value is 151;
  • green value is 171;
  • blue value is 149.
RGB:
(151,171,149)
(59%,67%,58%)

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 149 of 255 = 58%

151
171
149

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

Portions of RGB colors in percentages

R + G + B =
151 + 171 + 149 = 471 (100%)
R 151 of 471 ~ 32.06%
G 171 of 471 ~ 36.31%
B 149 of 471 ~ 31.63%

%32.06
%36.31
%31.63

CMYK color model

#97AB95 color CMYK value is (12,0,13,33).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(12,0,13,33)
C12M0Y13K33 
(12%,0%,13%,33%)
(0.12/0.00/0.13/0.33)	

CMYK percentages

%11.7
%0
%12.87
%32.94

Codes

Color #97AB95 in popluar color models

97AB95
RGB151171149
HSL115°11.58%62.75%
HSB/HSV115°12.87%67.06%
CMYK11.70%0.00%12.87%
32.94%

Color #97AB95 in popluar number systems.

HEX97AB95
Decimal151171149
Binary100101111010101110010101
Octal227253225

Shades and tints

Shades of #97AB95

#97AB95
(151,171,149)
#8A9C88
(138,156,136)
#7D8D7B
(125,141,123)
#707E6E
(112,126,110)
#636F61
(99,111,97)
#566054
(86,96,84)
#495147
(73,81,71)
#3C423A
(60,66,58)
#2F332D
(47,51,45)
#222420
(34,36,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #97AB95

#97AB95
(151,171,149)
#A0B29E
(160,178,158)
#A9B9A7
(169,185,167)
#B2C0B0
(178,192,176)
#BBC7B9
(187,199,185)
#C4CEC2
(196,206,194)
#CDD5CB
(205,213,203)
#D6DCD4
(214,220,212)
#DFE3DD
(223,227,221)
#E8EAE6
(232,234,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AB95 color. Also use rgb(151,171,149) instead hex code.

Text Font Color

.myTextColor { color: #97AB95; }

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

This text font color is #97AB95.


Background Color

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

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

This div background color is #97AB95.


Border color

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

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

This div border color is #97AB95.


Opacity

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

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

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

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

This text has shadow with #97AB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AB95 on black background.


Color preview on white background

This text has color #97AB95 on white background.



Black color preview on #97AB95 background

This text has black color on #97AB95 background.


White color preview on #97AB95 background

This text has white color on #97AB95 background.