COLOR #97BD96

HEX: #97BD96 RGB: (151,189,150)

Color info

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

RGB color model

#97BD96 color RGB value is (151,189,150).

RGB: (151,189,150) (59%, 74%, 59%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 150 of 255 = 59%

151
189
150

R + G + B ~ 64%. #97BD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 189 + 150 = 490 (100%)
R 151 of 490 ~ 30.82%
G 189 of 490 ~ 38.57%
B 150 of 490 ~ 30.61'%

%30.82
%38.57
%30.61

CMYK color model

#97BD96 color CMYK value is (20,0,21,26).

  • cyan value is 20.11%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%

CMYK: (20,0,21,26)
C20M0Y21K26 (20%, 0%, 21%, 26%)
(0.20 / 0.00 / 0.21 / 0.26)

CMYK percentages

%20.11
%0
%20.63
%25.88

Codes

Color #97BD96 in popluar color models

97 BD 96
RGB 151 189 150
HSL 118° 22.81% 66.47%
HSB/HSV 118° 20.63% 74.12%
CMYK 20.11% 0.00% 20.63%
25.88%

Color #97BD96 in popluar number systems.

HEX 97 BD 96
Decimal 151 189 150
Binary 10010111 10111101 10010110
Octal 227 275 226

Shades and tints

Shades of #97BD96

#97BD96
(151,189,150)
#8AAC89
(138,172,137)
#7D9B7C
(125,155,124)
#708A6F
(112,138,111)
#637962
(99,121,98)
#566855
(86,104,85)
#495748
(73,87,72)
#3C463B
(60,70,59)
#2F352E
(47,53,46)
#222421
(34,36,33)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #97BD96

#97BD96
(151,189,150)
#A0C39F
(160,195,159)
#A9C9A8
(169,201,168)
#B2CFB1
(178,207,177)
#BBD5BA
(187,213,186)
#C4DBC3
(196,219,195)
#CDE1CC
(205,225,204)
#D6E7D5
(214,231,213)
#DFEDDE
(223,237,222)
#E8F3E7
(232,243,231)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BD96; }

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

This text font color is #97BD96.

Background Color

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

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

This div background color is #97BD96.

Border color

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

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

This div border color is #97BD96.

Opacity

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

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

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

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

This text has shadow with #97BD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BD96.

Preview

Color preview on black background

This text has color #97BD96 on black background.


Color preview on white background

This text has color #97BD96 on white background.


Black color preview on #97BD96 background

This text has black color on #97BD96 background.


White color preview on #97BD96 background

This text has white color on #97BD96 background.


Related colors

Complementary color

Complementary color for #hex is #684269.


I love getcolorcode.com

Triadic colors

1 #9697BD and #BD9697 with #97BD96 are triadic colors.

2 #96BD97 and #BD9796 with #97BD96 are triadic colors.