COLOR #97CB89

HEX: #97CB89 RGB: (151,203,137)

Color info

#97CB89 contains mainly red and green colors. Web safe color of #97CB89 is #99CC99 (or #9C9).

RGB color model

#97CB89 color RGB value is (151,203,137).

RGB: (151,203,137) (59%, 80%, 54%)

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 137 of 255 = 54%

151
203
137

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

Portions of RGB colors in percentages

R + G + B = 151 + 203 + 137 = 491 (100%)
R 151 of 491 ~ 30.75%
G 203 of 491 ~ 41.34%
B 137 of 491 ~ 27.9'%

%30.75
%41.34
%27.9

CMYK color model

#97CB89 color CMYK value is (26,0,33,20).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 20.39%

CMYK: (26,0,33,20)
C26M0Y33K20 (26%, 0%, 33%, 20%)
(0.26 / 0.00 / 0.33 / 0.20)

CMYK percentages

%25.62
%0
%32.51
%20.39

Codes

Color #97CB89 in popluar color models

97 CB 89
RGB 151 203 137
HSL 107° 38.82% 66.67%
HSB/HSV 107° 32.51% 79.61%
CMYK 25.62% 0.00% 32.51%
20.39%

Color #97CB89 in popluar number systems.

HEX 97 CB 89
Decimal 151 203 137
Binary 10010111 11001011 10001001
Octal 227 313 211

Shades and tints

Shades of #97CB89

#97CB89
(151,203,137)
#8AB97D
(138,185,125)
#7DA771
(125,167,113)
#709565
(112,149,101)
#638359
(99,131,89)
#56714D
(86,113,77)
#495F41
(73,95,65)
#3C4D35
(60,77,53)
#2F3B29
(47,59,41)
#22291D
(34,41,29)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97CB89

#97CB89
(151,203,137)
#A0CF93
(160,207,147)
#A9D39D
(169,211,157)
#B2D7A7
(178,215,167)
#BBDBB1
(187,219,177)
#C4DFBB
(196,223,187)
#CDE3C5
(205,227,197)
#D6E7CF
(214,231,207)
#DFEBD9
(223,235,217)
#E8EFE3
(232,239,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CB89 color. Also use rgb(151,203,137) instead hex code.

Text Font Color

.myTextColor { color: #97CB89; }

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

This text font color is #97CB89.

Background Color

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

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

This div background color is #97CB89.

Border color

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

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

This div border color is #97CB89.

Opacity

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

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

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

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

This text has shadow with #97CB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CB89.

Preview

Color preview on black background

This text has color #97CB89 on black background.


Color preview on white background

This text has color #97CB89 on white background.


Black color preview on #97CB89 background

This text has black color on #97CB89 background.


White color preview on #97CB89 background

This text has white color on #97CB89 background.


Related colors

Complementary color

Complementary color for #hex is #683476.


I love getcolorcode.com

Triadic colors

1 #8997CB and #CB8997 with #97CB89 are triadic colors.

2 #89CB97 and #CB9789 with #97CB89 are triadic colors.