COLOR #97BDB0

HEX: #97BDB0
RGB: (151,189,176)

Color info

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

RGB color model

#97BDB0 color RGB value is (151,189,176).

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

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 176 of 255 = 69%

151
189
176

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

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 176 = 516 (100%)
R 151 of 516 ~ 29.26%
G 189 of 516 ~ 36.63%
B 176 of 516 ~ 34.11%

%29.26
%36.63
%34.11

CMYK color model

#97BDB0 color CMYK value is (20,0,7,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(20,0,7,26)
C20M0Y7K26 
(20%,0%,7%,26%)
(0.20/0.00/0.07/0.26)	

CMYK percentages

%20.11
%0
%6.88
%25.88

Codes

Color #97BDB0 in popluar color models

97BDB0
RGB151189176
HSL159°22.35%66.67%
HSB/HSV159°20.11%74.12%
CMYK20.11%0.00%6.88%
25.88%

Color #97BDB0 in popluar number systems.

HEX97BDB0
Decimal151189176
Binary100101111011110110110000
Octal227275260

Shades and tints

Shades of #97BDB0

#97BDB0
(151,189,176)
#8AACA0
(138,172,160)
#7D9B90
(125,155,144)
#708A80
(112,138,128)
#637970
(99,121,112)
#566860
(86,104,96)
#495750
(73,87,80)
#3C4640
(60,70,64)
#2F3530
(47,53,48)
#222420
(34,36,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #97BDB0

#97BDB0
(151,189,176)
#A0C3B7
(160,195,183)
#A9C9BE
(169,201,190)
#B2CFC5
(178,207,197)
#BBD5CC
(187,213,204)
#C4DBD3
(196,219,211)
#CDE1DA
(205,225,218)
#D6E7E1
(214,231,225)
#DFEDE8
(223,237,232)
#E8F3EF
(232,243,239)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BDB0; }

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

This text font color is #97BDB0.


Background Color

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

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

This div background color is #97BDB0.


Border color

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

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

This div border color is #97BDB0.


Opacity

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

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

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

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

This text has shadow with #97BDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BDB0 on black background.


Color preview on white background

This text has color #97BDB0 on white background.



Black color preview on #97BDB0 background

This text has black color on #97BDB0 background.


White color preview on #97BDB0 background

This text has white color on #97BDB0 background.