COLOR #97A48F

HEX: #97A48F
RGB: (151,164,143)

Color info

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

RGB color model

#97A48F color RGB value is (151,164,143).

  • red value is 151;
  • green value is 164;
  • blue value is 143.
RGB:
(151,164,143)
(59%,64%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 143 of 255 = 56%

151
164
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 164 + 143 = 458 (100%)
R 151 of 458 ~ 32.97%
G 164 of 458 ~ 35.81%
B 143 of 458 ~ 31.22%

%32.97
%35.81
%31.22

CMYK color model

#97A48F color CMYK value is (8,0,13,36).

  • cyan value is 7.93%
  • magenta value is 0.00%
  • yellow value is 12.80%
  • key color value is 35.69%
CMYK:
(8,0,13,36)
C8M0Y13K36 
(8%,0%,13%,36%)
(0.08/0.00/0.13/0.36)	

CMYK percentages

%7.93
%0
%12.8
%35.69

Codes

Color #97A48F in popluar color models

97A48F
RGB151164143
HSL97°10.34%60.20%
HSB/HSV97°12.80%64.31%
CMYK7.93%0.00%12.80%
35.69%

Color #97A48F in popluar number systems.

HEX97A48F
Decimal151164143
Binary100101111010010010001111
Octal227244217

Shades and tints

Shades of #97A48F

#97A48F
(151,164,143)
#8A9682
(138,150,130)
#7D8875
(125,136,117)
#707A68
(112,122,104)
#636C5B
(99,108,91)
#565E4E
(86,94,78)
#495041
(73,80,65)
#3C4234
(60,66,52)
#2F3427
(47,52,39)
#22261A
(34,38,26)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #97A48F

#97A48F
(151,164,143)
#A0AC99
(160,172,153)
#A9B4A3
(169,180,163)
#B2BCAD
(178,188,173)
#BBC4B7
(187,196,183)
#C4CCC1
(196,204,193)
#CDD4CB
(205,212,203)
#D6DCD5
(214,220,213)
#DFE4DF
(223,228,223)
#E8ECE9
(232,236,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A48F color. Also use rgb(151,164,143) instead hex code.

Text Font Color

.myTextColor { color: #97A48F; }

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

This text font color is #97A48F.


Background Color

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

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

This div background color is #97A48F.


Border color

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

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

This div border color is #97A48F.


Opacity

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

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

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

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

This text has shadow with #97A48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A48F on black background.


Color preview on white background

This text has color #97A48F on white background.



Black color preview on #97A48F background

This text has black color on #97A48F background.


White color preview on #97A48F background

This text has white color on #97A48F background.