COLOR #97BDB1

HEX: #97BDB1
RGB: (151,189,177)

Color info

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

RGB color model

#97BDB1 color RGB value is (151,189,177).

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

RGB channels and saturation

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

151
189
177

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

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 177 = 517 (100%)
R 151 of 517 ~ 29.21%
G 189 of 517 ~ 36.56%
B 177 of 517 ~ 34.24%

%29.21
%36.56
%34.24

CMYK color model

#97BDB1 color CMYK value is (20,0,6,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(20,0,6,26)
C20M0Y6K26 
(20%,0%,6%,26%)
(0.20/0.00/0.06/0.26)	

CMYK percentages

%20.11
%0
%6.35
%25.88

Codes

Color #97BDB1 in popluar color models

97BDB1
RGB151189177
HSL161°22.35%66.67%
HSB/HSV161°20.11%74.12%
CMYK20.11%0.00%6.35%
25.88%

Color #97BDB1 in popluar number systems.

HEX97BDB1
Decimal151189177
Binary100101111011110110110001
Octal227275261

Shades and tints

Shades of #97BDB1

#97BDB1
(151,189,177)
#8AACA1
(138,172,161)
#7D9B91
(125,155,145)
#708A81
(112,138,129)
#637971
(99,121,113)
#566861
(86,104,97)
#495751
(73,87,81)
#3C4641
(60,70,65)
#2F3531
(47,53,49)
#222421
(34,36,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #97BDB1

#97BDB1
(151,189,177)
#A0C3B8
(160,195,184)
#A9C9BF
(169,201,191)
#B2CFC6
(178,207,198)
#BBD5CD
(187,213,205)
#C4DBD4
(196,219,212)
#CDE1DB
(205,225,219)
#D6E7E2
(214,231,226)
#DFEDE9
(223,237,233)
#E8F3F0
(232,243,240)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BDB1; }

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

This text font color is #97BDB1.


Background Color

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

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

This div background color is #97BDB1.


Border color

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

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

This div border color is #97BDB1.


Opacity

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

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

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

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

This text has shadow with #97BDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BDB1 on black background.


Color preview on white background

This text has color #97BDB1 on white background.



Black color preview on #97BDB1 background

This text has black color on #97BDB1 background.


White color preview on #97BDB1 background

This text has white color on #97BDB1 background.