COLOR #97B89A

HEX: #97B89A
RGB: (151,184,154)

Color info

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

RGB color model

#97B89A color RGB value is (151,184,154).

  • red value is 151;
  • green value is 184;
  • blue value is 154.
RGB:
(151,184,154)
(59%,72%,60%)

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 154 of 255 = 60%

151
184
154

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

Portions of RGB colors in percentages

R + G + B =
151 + 184 + 154 = 489 (100%)
R 151 of 489 ~ 30.88%
G 184 of 489 ~ 37.63%
B 154 of 489 ~ 31.49%

%30.88
%37.63
%31.49

CMYK color model

#97B89A color CMYK value is (18,0,16,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK:
(18,0,16,28)
C18M0Y16K28 
(18%,0%,16%,28%)
(0.18/0.00/0.16/0.28)	

CMYK percentages

%17.93
%0
%16.3
%27.84

Codes

Color #97B89A in popluar color models

97B89A
RGB151184154
HSL125°18.86%65.69%
HSB/HSV125°17.93%72.16%
CMYK17.93%0.00%16.30%
27.84%

Color #97B89A in popluar number systems.

HEX97B89A
Decimal151184154
Binary100101111011100010011010
Octal227270232

Shades and tints

Shades of #97B89A

#97B89A
(151,184,154)
#8AA88C
(138,168,140)
#7D987E
(125,152,126)
#708870
(112,136,112)
#637862
(99,120,98)
#566854
(86,104,84)
#495846
(73,88,70)
#3C4838
(60,72,56)
#2F382A
(47,56,42)
#22281C
(34,40,28)
#15180E
(21,24,14)
#000000
(0,0,0)

Tints of #97B89A

#97B89A
(151,184,154)
#A0BEA3
(160,190,163)
#A9C4AC
(169,196,172)
#B2CAB5
(178,202,181)
#BBD0BE
(187,208,190)
#C4D6C7
(196,214,199)
#CDDCD0
(205,220,208)
#D6E2D9
(214,226,217)
#DFE8E2
(223,232,226)
#E8EEEB
(232,238,235)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B89A color. Also use rgb(151,184,154) instead hex code.

Text Font Color

.myTextColor { color: #97B89A; }

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

This text font color is #97B89A.


Background Color

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

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

This div background color is #97B89A.


Border color

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

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

This div border color is #97B89A.


Opacity

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

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

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

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

This text has shadow with #97B89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B89A on black background.


Color preview on white background

This text has color #97B89A on white background.



Black color preview on #97B89A background

This text has black color on #97B89A background.


White color preview on #97B89A background

This text has white color on #97B89A background.