COLOR #97BDAE

HEX: #97BDAE
RGB: (151,189,174)

Color info

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

RGB color model

#97BDAE color RGB value is (151,189,174).

  • red value is 151;
  • green value is 189;
  • blue value is 174.
RGB:
(151,189,174)
(59%,74%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 174 of 255 = 68%

151
189
174

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

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 174 = 514 (100%)
R 151 of 514 ~ 29.38%
G 189 of 514 ~ 36.77%
B 174 of 514 ~ 33.85%

%29.38
%36.77
%33.85

CMYK color model

#97BDAE color CMYK value is (20,0,8,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(20,0,8,26)
C20M0Y8K26 
(20%,0%,8%,26%)
(0.20/0.00/0.08/0.26)	

CMYK percentages

%20.11
%0
%7.94
%25.88

Codes

Color #97BDAE in popluar color models

97BDAE
RGB151189174
HSL156°22.35%66.67%
HSB/HSV156°20.11%74.12%
CMYK20.11%0.00%7.94%
25.88%

Color #97BDAE in popluar number systems.

HEX97BDAE
Decimal151189174
Binary100101111011110110101110
Octal227275256

Shades and tints

Shades of #97BDAE

#97BDAE
(151,189,174)
#8AAC9F
(138,172,159)
#7D9B90
(125,155,144)
#708A81
(112,138,129)
#637972
(99,121,114)
#566863
(86,104,99)
#495754
(73,87,84)
#3C4645
(60,70,69)
#2F3536
(47,53,54)
#222427
(34,36,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #97BDAE

#97BDAE
(151,189,174)
#A0C3B5
(160,195,181)
#A9C9BC
(169,201,188)
#B2CFC3
(178,207,195)
#BBD5CA
(187,213,202)
#C4DBD1
(196,219,209)
#CDE1D8
(205,225,216)
#D6E7DF
(214,231,223)
#DFEDE6
(223,237,230)
#E8F3ED
(232,243,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BDAE color. Also use rgb(151,189,174) instead hex code.

Text Font Color

.myTextColor { color: #97BDAE; }

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

This text font color is #97BDAE.


Background Color

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

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

This div background color is #97BDAE.


Border color

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

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

This div border color is #97BDAE.


Opacity

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

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

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

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

This text has shadow with #97BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BDAE on black background.


Color preview on white background

This text has color #97BDAE on white background.



Black color preview on #97BDAE background

This text has black color on #97BDAE background.


White color preview on #97BDAE background

This text has white color on #97BDAE background.