COLOR #97CB9D

HEX: #97CB9D RGB: (151,203,157)

Color info

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

RGB color model

#97CB9D color RGB value is (151,203,157).

RGB: (151,203,157) (59%, 80%, 62%)

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 157 of 255 = 62%

151
203
157

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

Portions of RGB colors in percentages

R + G + B = 151 + 203 + 157 = 511 (100%)
R 151 of 511 ~ 29.55%
G 203 of 511 ~ 39.73%
B 157 of 511 ~ 30.72'%

%29.55
%39.73
%30.72

CMYK color model

#97CB9D color CMYK value is (26,0,23,20).

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

CMYK: (26,0,23,20)
C26M0Y23K20 (26%, 0%, 23%, 20%)
(0.26 / 0.00 / 0.23 / 0.20)

CMYK percentages

%25.62
%0
%22.66
%20.39

Codes

Color #97CB9D in popluar color models

97 CB 9D
RGB 151 203 157
HSL 127° 33.33% 69.41%
HSB/HSV 127° 25.62% 79.61%
CMYK 25.62% 0.00% 22.66%
20.39%

Color #97CB9D in popluar number systems.

HEX 97 CB 9D
Decimal 151 203 157
Binary 10010111 11001011 10011101
Octal 227 313 235

Shades and tints

Shades of #97CB9D

#97CB9D
(151,203,157)
#8AB98F
(138,185,143)
#7DA781
(125,167,129)
#709573
(112,149,115)
#638365
(99,131,101)
#567157
(86,113,87)
#495F49
(73,95,73)
#3C4D3B
(60,77,59)
#2F3B2D
(47,59,45)
#22291F
(34,41,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #97CB9D

#97CB9D
(151,203,157)
#A0CFA5
(160,207,165)
#A9D3AD
(169,211,173)
#B2D7B5
(178,215,181)
#BBDBBD
(187,219,189)
#C4DFC5
(196,223,197)
#CDE3CD
(205,227,205)
#D6E7D5
(214,231,213)
#DFEBDD
(223,235,221)
#E8EFE5
(232,239,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CB9D; }

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

This text font color is #97CB9D.

Background Color

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

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

This div background color is #97CB9D.

Border color

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

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

This div border color is #97CB9D.

Opacity

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

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

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

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

This text has shadow with #97CB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CB9D.

Preview

Color preview on black background

This text has color #97CB9D on black background.


Color preview on white background

This text has color #97CB9D on white background.


Black color preview on #97CB9D background

This text has black color on #97CB9D background.


White color preview on #97CB9D background

This text has white color on #97CB9D background.


Related colors

Complementary color

Complementary color for #hex is #683462.


I love getcolorcode.com

Triadic colors

1 #9D97CB and #CB9D97 with #97CB9D are triadic colors.

2 #9DCB97 and #CB979D with #97CB9D are triadic colors.