COLOR #97A183

HEX: #97A183
RGB: (151,161,131)

Color info

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

RGB color model

#97A183 color RGB value is (151,161,131).

  • red value is 151;
  • green value is 161;
  • blue value is 131.
RGB:
(151,161,131)
(59%,63%,51%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 131 of 255 = 51%

151
161
131

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

Portions of RGB colors in percentages

R + G + B =
151 + 161 + 131 = 443 (100%)
R 151 of 443 ~ 34.09%
G 161 of 443 ~ 36.34%
B 131 of 443 ~ 29.57%

%34.09
%36.34
%29.57

CMYK color model

#97A183 color CMYK value is (6,0,19,37).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 36.86%
CMYK:
(6,0,19,37)
C6M0Y19K37 
(6%,0%,19%,37%)
(0.06/0.00/0.19/0.37)	

CMYK percentages

%6.21
%0
%18.63
%36.86

Codes

Color #97A183 in popluar color models

97A183
RGB151161131
HSL80°13.76%57.25%
HSB/HSV80°18.63%63.14%
CMYK6.21%0.00%18.63%
36.86%

Color #97A183 in popluar number systems.

HEX97A183
Decimal151161131
Binary100101111010000110000011
Octal227241203

Shades and tints

Shades of #97A183

#97A183
(151,161,131)
#8A9378
(138,147,120)
#7D856D
(125,133,109)
#707762
(112,119,98)
#636957
(99,105,87)
#565B4C
(86,91,76)
#494D41
(73,77,65)
#3C3F36
(60,63,54)
#2F312B
(47,49,43)
#222320
(34,35,32)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #97A183

#97A183
(151,161,131)
#A0A98E
(160,169,142)
#A9B199
(169,177,153)
#B2B9A4
(178,185,164)
#BBC1AF
(187,193,175)
#C4C9BA
(196,201,186)
#CDD1C5
(205,209,197)
#D6D9D0
(214,217,208)
#DFE1DB
(223,225,219)
#E8E9E6
(232,233,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A183 color. Also use rgb(151,161,131) instead hex code.

Text Font Color

.myTextColor { color: #97A183; }

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

This text font color is #97A183.


Background Color

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

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

This div background color is #97A183.


Border color

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

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

This div border color is #97A183.


Opacity

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

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

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

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

This text has shadow with #97A183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A183 on black background.


Color preview on white background

This text has color #97A183 on white background.



Black color preview on #97A183 background

This text has black color on #97A183 background.


White color preview on #97A183 background

This text has white color on #97A183 background.