COLOR #97B190

HEX: #97B190 RGB: (151,177,144)

Color info

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

RGB color model

#97B190 color RGB value is (151,177,144).

RGB: (151,177,144) (59%, 69%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 144 of 255 = 56%

151
177
144

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

Portions of RGB colors in percentages

R + G + B = 151 + 177 + 144 = 472 (100%)
R 151 of 472 ~ 31.99%
G 177 of 472 ~ 37.5%
B 144 of 472 ~ 30.51'%

%31.99
%37.5
%30.51

CMYK color model

#97B190 color CMYK value is (15,0,19,31).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (15,0,19,31)
C15M0Y19K31 (15%, 0%, 19%, 31%)
(0.15 / 0.00 / 0.19 / 0.31)

CMYK percentages

%14.69
%0
%18.64
%30.59

Codes

Color #97B190 in popluar color models

97 B1 90
RGB 151 177 144
HSL 107° 17.46% 62.94%
HSB/HSV 107° 18.64% 69.41%
CMYK 14.69% 0.00% 18.64%
30.59%

Color #97B190 in popluar number systems.

HEX 97 B1 90
Decimal 151 177 144
Binary 10010111 10110001 10010000
Octal 227 261 220

Shades and tints

Shades of #97B190

#97B190
(151,177,144)
#8AA183
(138,161,131)
#7D9176
(125,145,118)
#708169
(112,129,105)
#63715C
(99,113,92)
#56614F
(86,97,79)
#495142
(73,81,66)
#3C4135
(60,65,53)
#2F3128
(47,49,40)
#22211B
(34,33,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #97B190

#97B190
(151,177,144)
#A0B89A
(160,184,154)
#A9BFA4
(169,191,164)
#B2C6AE
(178,198,174)
#BBCDB8
(187,205,184)
#C4D4C2
(196,212,194)
#CDDBCC
(205,219,204)
#D6E2D6
(214,226,214)
#DFE9E0
(223,233,224)
#E8F0EA
(232,240,234)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B190; }

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

This text font color is #97B190.

Background Color

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

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

This div background color is #97B190.

Border color

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

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

This div border color is #97B190.

Opacity

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

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

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

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

This text has shadow with #97B190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B190.

Preview

Color preview on black background

This text has color #97B190 on black background.


Color preview on white background

This text has color #97B190 on white background.


Black color preview on #97B190 background

This text has black color on #97B190 background.


White color preview on #97B190 background

This text has white color on #97B190 background.


Related colors

Complementary color

Complementary color for #hex is #684E6F.


I love getcolorcode.com

Triadic colors

1 #9097B1 and #B19097 with #97B190 are triadic colors.

2 #90B197 and #B19790 with #97B190 are triadic colors.