COLOR #97CB9E

HEX: #97CB9E RGB: (151,203,158)

Color info

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

RGB color model

#97CB9E color RGB value is (151,203,158).

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

RGB channels and saturation

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

151
203
158

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

Portions of RGB colors in percentages

R + G + B = 151 + 203 + 158 = 512 (100%)
R 151 of 512 ~ 29.49%
G 203 of 512 ~ 39.65%
B 158 of 512 ~ 30.86'%

%29.49
%39.65
%30.86

CMYK color model

#97CB9E color CMYK value is (26,0,22,20).

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

CMYK: (26,0,22,20)
C26M0Y22K20 (26%, 0%, 22%, 20%)
(0.26 / 0.00 / 0.22 / 0.20)

CMYK percentages

%25.62
%0
%22.17
%20.39

Codes

Color #97CB9E in popluar color models

97 CB 9E
RGB 151 203 158
HSL 128° 33.33% 69.41%
HSB/HSV 128° 25.62% 79.61%
CMYK 25.62% 0.00% 22.17%
20.39%

Color #97CB9E in popluar number systems.

HEX 97 CB 9E
Decimal 151 203 158
Binary 10010111 11001011 10011110
Octal 227 313 236

Shades and tints

Shades of #97CB9E

#97CB9E
(151,203,158)
#8AB990
(138,185,144)
#7DA782
(125,167,130)
#709574
(112,149,116)
#638366
(99,131,102)
#567158
(86,113,88)
#495F4A
(73,95,74)
#3C4D3C
(60,77,60)
#2F3B2E
(47,59,46)
#222920
(34,41,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #97CB9E

#97CB9E
(151,203,158)
#A0CFA6
(160,207,166)
#A9D3AE
(169,211,174)
#B2D7B6
(178,215,182)
#BBDBBE
(187,219,190)
#C4DFC6
(196,223,198)
#CDE3CE
(205,227,206)
#D6E7D6
(214,231,214)
#DFEBDE
(223,235,222)
#E8EFE6
(232,239,230)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CB9E; }

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

This text font color is #97CB9E.

Background Color

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

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

This div background color is #97CB9E.

Border color

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

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

This div border color is #97CB9E.

Opacity

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

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

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

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

This text has shadow with #97CB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CB9E.

Preview

Color preview on black background

This text has color #97CB9E on black background.


Color preview on white background

This text has color #97CB9E on white background.


Black color preview on #97CB9E background

This text has black color on #97CB9E background.


White color preview on #97CB9E background

This text has white color on #97CB9E background.


Related colors

Complementary color

Complementary color for #hex is #683461.


I love getcolorcode.com

Triadic colors

1 #9E97CB and #CB9E97 with #97CB9E are triadic colors.

2 #9ECB97 and #CB979E with #97CB9E are triadic colors.