COLOR #97BCAA

HEX: #97BCAA
RGB: (151,188,170)

Color info

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

RGB color model

#97BCAA color RGB value is (151,188,170).

  • red value is 151;
  • green value is 188;
  • blue value is 170.
RGB:
(151,188,170)
(59%,74%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 170 of 255 = 67%

151
188
170

R + G + B ~ 67%. #97BCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 188 + 170 = 509 (100%)
R 151 of 509 ~ 29.67%
G 188 of 509 ~ 36.94%
B 170 of 509 ~ 33.4%

%29.67
%36.94
%33.4

CMYK color model

#97BCAA color CMYK value is (20,0,10,26).

  • cyan value is 19.68%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(20,0,10,26)
C20M0Y10K26 
(20%,0%,10%,26%)
(0.20/0.00/0.10/0.26)	

CMYK percentages

%19.68
%0
%9.57
%26.27

Codes

Color #97BCAA in popluar color models

97BCAA
RGB151188170
HSL151°21.64%66.47%
HSB/HSV151°19.68%73.73%
CMYK19.68%0.00%9.57%
26.27%

Color #97BCAA in popluar number systems.

HEX97BCAA
Decimal151188170
Binary100101111011110010101010
Octal227274252

Shades and tints

Shades of #97BCAA

#97BCAA
(151,188,170)
#8AAB9B
(138,171,155)
#7D9A8C
(125,154,140)
#70897D
(112,137,125)
#63786E
(99,120,110)
#56675F
(86,103,95)
#495650
(73,86,80)
#3C4541
(60,69,65)
#2F3432
(47,52,50)
#222323
(34,35,35)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #97BCAA

#97BCAA
(151,188,170)
#A0C2B1
(160,194,177)
#A9C8B8
(169,200,184)
#B2CEBF
(178,206,191)
#BBD4C6
(187,212,198)
#C4DACD
(196,218,205)
#CDE0D4
(205,224,212)
#D6E6DB
(214,230,219)
#DFECE2
(223,236,226)
#E8F2E9
(232,242,233)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BCAA color. Also use rgb(151,188,170) instead hex code.

Text Font Color

.myTextColor { color: #97BCAA; }

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

This text font color is #97BCAA.


Background Color

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

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

This div background color is #97BCAA.


Border color

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

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

This div border color is #97BCAA.


Opacity

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

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

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

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

This text has shadow with #97BCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BCAA on black background.


Color preview on white background

This text has color #97BCAA on white background.



Black color preview on #97BCAA background

This text has black color on #97BCAA background.


White color preview on #97BCAA background

This text has white color on #97BCAA background.