COLOR #97B49E

HEX: #97B49E
RGB: (151,180,158)

Color info

#97B49E contains red, green and blue colors in about the same proportion. Web safe color of #97B49E is #99CC99 (or #9C9).

RGB color model

#97B49E color RGB value is (151,180,158).

  • red value is 151;
  • green value is 180;
  • blue value is 158.
RGB:
(151,180,158)
(59%,71%,62%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 158 of 255 = 62%

151
180
158

R + G + B ~ 64%. #97B49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 158 = 489 (100%)
R 151 of 489 ~ 30.88%
G 180 of 489 ~ 36.81%
B 158 of 489 ~ 32.31%

%30.88
%36.81
%32.31

CMYK color model

#97B49E color CMYK value is (16,0,12,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(16,0,12,29)
C16M0Y12K29 
(16%,0%,12%,29%)
(0.16/0.00/0.12/0.29)	

CMYK percentages

%16.11
%0
%12.22
%29.41

Codes

Color #97B49E in popluar color models

97B49E
RGB151180158
HSL134°16.20%64.90%
HSB/HSV134°16.11%70.59%
CMYK16.11%0.00%12.22%
29.41%

Color #97B49E in popluar number systems.

HEX97B49E
Decimal151180158
Binary100101111011010010011110
Octal227264236

Shades and tints

Shades of #97B49E

#97B49E
(151,180,158)
#8AA490
(138,164,144)
#7D9482
(125,148,130)
#708474
(112,132,116)
#637466
(99,116,102)
#566458
(86,100,88)
#49544A
(73,84,74)
#3C443C
(60,68,60)
#2F342E
(47,52,46)
#222420
(34,36,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #97B49E

#97B49E
(151,180,158)
#A0BAA6
(160,186,166)
#A9C0AE
(169,192,174)
#B2C6B6
(178,198,182)
#BBCCBE
(187,204,190)
#C4D2C6
(196,210,198)
#CDD8CE
(205,216,206)
#D6DED6
(214,222,214)
#DFE4DE
(223,228,222)
#E8EAE6
(232,234,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B49E color. Also use rgb(151,180,158) instead hex code.

Text Font Color

.myTextColor { color: #97B49E; }

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

This text font color is #97B49E.


Background Color

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

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

This div background color is #97B49E.


Border color

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

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

This div border color is #97B49E.


Opacity

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

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

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

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

This text has shadow with #97B49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B49E on black background.


Color preview on white background

This text has color #97B49E on white background.



Black color preview on #97B49E background

This text has black color on #97B49E background.


White color preview on #97B49E background

This text has white color on #97B49E background.