COLOR #97B183

HEX: #97B183 RGB: (151,177,131)

Color info

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

RGB color model

#97B183 color RGB value is (151,177,131).

RGB: (151,177,131) (59%, 69%, 51%)

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 131 of 255 = 51%

151
177
131

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

Portions of RGB colors in percentages

R + G + B = 151 + 177 + 131 = 459 (100%)
R 151 of 459 ~ 32.9%
G 177 of 459 ~ 38.56%
B 131 of 459 ~ 28.54'%

%32.9
%38.56
%28.54

CMYK color model

#97B183 color CMYK value is (15,0,26,31).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK: (15,0,26,31) C15M0Y26K31 (15%,0%,26%,31%) (0.15/0.00/0.26/0.31) 

CMYK percentages

%14.69
%0
%25.99
%30.59

Codes

Color #97B183 in popluar color models

97 B1 83
RGB 151 177 131
HSL 94° 22.77% 60.39%
HSB/HSV 94° 25.99% 69.41%
CMYK 14.69% 0.00% 25.99%
30.59%

Color #97B183 in popluar number systems.

HEX 97 B1 83
Decimal 151 177 131
Binary 10010111 10110001 10000011
Octal 227 261 203

Shades and tints

Shades of #97B183

#97B183
(151,177,131)
#8AA178
(138,161,120)
#7D916D
(125,145,109)
#708162
(112,129,98)
#637157
(99,113,87)
#56614C
(86,97,76)
#495141
(73,81,65)
#3C4136
(60,65,54)
#2F312B
(47,49,43)
#222120
(34,33,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #97B183

#97B183
(151,177,131)
#A0B88E
(160,184,142)
#A9BF99
(169,191,153)
#B2C6A4
(178,198,164)
#BBCDAF
(187,205,175)
#C4D4BA
(196,212,186)
#CDDBC5
(205,219,197)
#D6E2D0
(214,226,208)
#DFE9DB
(223,233,219)
#E8F0E6
(232,240,230)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B183; }

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

This text font color is #97B183.

Background Color

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

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

This div background color is #97B183.

Border color

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

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

This div border color is #97B183.

Opacity

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

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

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

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

This text has shadow with #97B183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B183.

Preview

Color preview on black background

This text has color #97B183 on black background.


Color preview on white background

This text has color #97B183 on white background.


Black color preview on #97B183 background

This text has black color on #97B183 background.


White color preview on #97B183 background

This text has white color on #97B183 background.


Related colors

Complementary color

Complementary color for #hex is #684E7C.


I love getcolorcode.com

Triadic colors

1 #8397B1 and #B18397 with #97B183 are triadic colors.

2 #83B197 and #B19783 with #97B183 are triadic colors.