COLOR #97AE9C

HEX: #97AE9C
RGB: (151,174,156)

Color info

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

RGB color model

#97AE9C color RGB value is (151,174,156).

  • red value is 151;
  • green value is 174;
  • blue value is 156.
RGB:
(151,174,156)
(59%,68%,61%)

RGB channels and saturation

R 151 of 255 = 59%
G 174 of 255 = 68%
B 156 of 255 = 61%

151
174
156

R + G + B ~ 63%. #97AE9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 174 + 156 = 481 (100%)
R 151 of 481 ~ 31.39%
G 174 of 481 ~ 36.17%
B 156 of 481 ~ 32.43%

%31.39
%36.17
%32.43

CMYK color model

#97AE9C color CMYK value is (13,0,10,32).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(13,0,10,32)
C13M0Y10K32 
(13%,0%,10%,32%)
(0.13/0.00/0.10/0.32)	

CMYK percentages

%13.22
%0
%10.34
%31.76

Codes

Color #97AE9C in popluar color models

97AE9C
RGB151174156
HSL133°12.43%63.73%
HSB/HSV133°13.22%68.24%
CMYK13.22%0.00%10.34%
31.76%

Color #97AE9C in popluar number systems.

HEX97AE9C
Decimal151174156
Binary100101111010111010011100
Octal227256234

Shades and tints

Shades of #97AE9C

#97AE9C
(151,174,156)
#8A9F8E
(138,159,142)
#7D9080
(125,144,128)
#708172
(112,129,114)
#637264
(99,114,100)
#566356
(86,99,86)
#495448
(73,84,72)
#3C453A
(60,69,58)
#2F362C
(47,54,44)
#22271E
(34,39,30)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #97AE9C

#97AE9C
(151,174,156)
#A0B5A5
(160,181,165)
#A9BCAE
(169,188,174)
#B2C3B7
(178,195,183)
#BBCAC0
(187,202,192)
#C4D1C9
(196,209,201)
#CDD8D2
(205,216,210)
#D6DFDB
(214,223,219)
#DFE6E4
(223,230,228)
#E8EDED
(232,237,237)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AE9C color. Also use rgb(151,174,156) instead hex code.

Text Font Color

.myTextColor { color: #97AE9C; }

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

This text font color is #97AE9C.


Background Color

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

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

This div background color is #97AE9C.


Border color

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

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

This div border color is #97AE9C.


Opacity

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

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

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

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

This text has shadow with #97AE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AE9C on black background.


Color preview on white background

This text has color #97AE9C on white background.



Black color preview on #97AE9C background

This text has black color on #97AE9C background.


White color preview on #97AE9C background

This text has white color on #97AE9C background.