COLOR #97B192

HEX: #97B192
RGB: (151,177,146)

Color info

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

RGB color model

#97B192 color RGB value is (151,177,146).

  • red value is 151;
  • green value is 177;
  • blue value is 146.
RGB:
(151,177,146)
(59%,69%,57%)

RGB channels and saturation

R 151 of 255 = 59%
G 177 of 255 = 69%
B 146 of 255 = 57%

151
177
146

R + G + B ~ 62%. #97B192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 177 + 146 = 474 (100%)
R 151 of 474 ~ 31.86%
G 177 of 474 ~ 37.34%
B 146 of 474 ~ 30.8%

%31.86
%37.34
%30.8

CMYK color model

#97B192 color CMYK value is (15,0,18,31).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(15,0,18,31)
C15M0Y18K31 
(15%,0%,18%,31%)
(0.15/0.00/0.18/0.31)	

CMYK percentages

%14.69
%0
%17.51
%30.59

Codes

Color #97B192 in popluar color models

97B192
RGB151177146
HSL110°16.58%63.33%
HSB/HSV110°17.51%69.41%
CMYK14.69%0.00%17.51%
30.59%

Color #97B192 in popluar number systems.

HEX97B192
Decimal151177146
Binary100101111011000110010010
Octal227261222

Shades and tints

Shades of #97B192

#97B192
(151,177,146)
#8AA185
(138,161,133)
#7D9178
(125,145,120)
#70816B
(112,129,107)
#63715E
(99,113,94)
#566151
(86,97,81)
#495144
(73,81,68)
#3C4137
(60,65,55)
#2F312A
(47,49,42)
#22211D
(34,33,29)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #97B192

#97B192
(151,177,146)
#A0B89B
(160,184,155)
#A9BFA4
(169,191,164)
#B2C6AD
(178,198,173)
#BBCDB6
(187,205,182)
#C4D4BF
(196,212,191)
#CDDBC8
(205,219,200)
#D6E2D1
(214,226,209)
#DFE9DA
(223,233,218)
#E8F0E3
(232,240,227)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B192; }

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

This text font color is #97B192.


Background Color

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

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

This div background color is #97B192.


Border color

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

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

This div border color is #97B192.


Opacity

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

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

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

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

This text has shadow with #97B192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B192 on black background.


Color preview on white background

This text has color #97B192 on white background.



Black color preview on #97B192 background

This text has black color on #97B192 background.


White color preview on #97B192 background

This text has white color on #97B192 background.