COLOR #97CC9C

HEX: #97CC9C RGB: (151,204,156)

Color info

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

RGB color model

#97CC9C color RGB value is (151,204,156).

RGB: (151,204,156) (59%, 80%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 156 of 255 = 61%

151
204
156

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

Portions of RGB colors in percentages

R + G + B = 151 + 204 + 156 = 511 (100%)
R 151 of 511 ~ 29.55%
G 204 of 511 ~ 39.92%
B 156 of 511 ~ 30.53'%

%29.55
%39.92
%30.53

CMYK color model

#97CC9C color CMYK value is (26,0,24,20).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%

CMYK: (26,0,24,20)
C26M0Y24K20 (26%, 0%, 24%, 20%)
(0.26 / 0.00 / 0.24 / 0.20)

CMYK percentages

%25.98
%0
%23.53
%20

Codes

Color #97CC9C in popluar color models

97 CC 9C
RGB 151 204 156
HSL 126° 34.19% 69.61%
HSB/HSV 126° 25.98% 80.00%
CMYK 25.98% 0.00% 23.53%
20.00%

Color #97CC9C in popluar number systems.

HEX 97 CC 9C
Decimal 151 204 156
Binary 10010111 11001100 10011100
Octal 227 314 234

Shades and tints

Shades of #97CC9C

#97CC9C
(151,204,156)
#8ABA8E
(138,186,142)
#7DA880
(125,168,128)
#709672
(112,150,114)
#638464
(99,132,100)
#567256
(86,114,86)
#496048
(73,96,72)
#3C4E3A
(60,78,58)
#2F3C2C
(47,60,44)
#222A1E
(34,42,30)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #97CC9C

#97CC9C
(151,204,156)
#A0D0A5
(160,208,165)
#A9D4AE
(169,212,174)
#B2D8B7
(178,216,183)
#BBDCC0
(187,220,192)
#C4E0C9
(196,224,201)
#CDE4D2
(205,228,210)
#D6E8DB
(214,232,219)
#DFECE4
(223,236,228)
#E8F0ED
(232,240,237)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CC9C color. Also use rgb(151,204,156) instead hex code.

Text Font Color

.myTextColor { color: #97CC9C; }

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

This text font color is #97CC9C.

Background Color

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

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

This div background color is #97CC9C.

Border color

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

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

This div border color is #97CC9C.

Opacity

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

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

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

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

This text has shadow with #97CC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CC9C.

Preview

Color preview on black background

This text has color #97CC9C on black background.


Color preview on white background

This text has color #97CC9C on white background.


Black color preview on #97CC9C background

This text has black color on #97CC9C background.


White color preview on #97CC9C background

This text has white color on #97CC9C background.


Related colors

Complementary color

Complementary color for #hex is #683363.


I love getcolorcode.com

Triadic colors

1 #9C97CC and #CC9C97 with #97CC9C are triadic colors.

2 #9CCC97 and #CC979C with #97CC9C are triadic colors.