COLOR #97BDA9

HEX: #97BDA9
RGB: (151,189,169)

Color info

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

RGB color model

#97BDA9 color RGB value is (151,189,169).

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

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 169 of 255 = 66%

151
189
169

R + G + B ~ 66%. #97BDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 169 = 509 (100%)
R 151 of 509 ~ 29.67%
G 189 of 509 ~ 37.13%
B 169 of 509 ~ 33.2%

%29.67
%37.13
%33.2

CMYK color model

#97BDA9 color CMYK value is (20,0,11,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(20,0,11,26)
C20M0Y11K26 
(20%,0%,11%,26%)
(0.20/0.00/0.11/0.26)	

CMYK percentages

%20.11
%0
%10.58
%25.88

Codes

Color #97BDA9 in popluar color models

97BDA9
RGB151189169
HSL148°22.35%66.67%
HSB/HSV148°20.11%74.12%
CMYK20.11%0.00%10.58%
25.88%

Color #97BDA9 in popluar number systems.

HEX97BDA9
Decimal151189169
Binary100101111011110110101001
Octal227275251

Shades and tints

Shades of #97BDA9

#97BDA9
(151,189,169)
#8AAC9A
(138,172,154)
#7D9B8B
(125,155,139)
#708A7C
(112,138,124)
#63796D
(99,121,109)
#56685E
(86,104,94)
#49574F
(73,87,79)
#3C4640
(60,70,64)
#2F3531
(47,53,49)
#222422
(34,36,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #97BDA9

#97BDA9
(151,189,169)
#A0C3B0
(160,195,176)
#A9C9B7
(169,201,183)
#B2CFBE
(178,207,190)
#BBD5C5
(187,213,197)
#C4DBCC
(196,219,204)
#CDE1D3
(205,225,211)
#D6E7DA
(214,231,218)
#DFEDE1
(223,237,225)
#E8F3E8
(232,243,232)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BDA9; }

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

This text font color is #97BDA9.


Background Color

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

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

This div background color is #97BDA9.


Border color

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

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

This div border color is #97BDA9.


Opacity

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

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

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

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

This text has shadow with #97BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BDA9 on black background.


Color preview on white background

This text has color #97BDA9 on white background.



Black color preview on #97BDA9 background

This text has black color on #97BDA9 background.


White color preview on #97BDA9 background

This text has white color on #97BDA9 background.