COLOR #97B69C

HEX: #97B69C RGB: (151,182,156)

Color info

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

RGB color model

#97B69C color RGB value is (151,182,156).

RGB: (151,182,156) (59%, 71%, 61%)

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 156 of 255 = 61%

151
182
156

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

Portions of RGB colors in percentages

R + G + B = 151 + 182 + 156 = 489 (100%)
R 151 of 489 ~ 30.88%
G 182 of 489 ~ 37.22%
B 156 of 489 ~ 31.9'%

%30.88
%37.22
%31.9

CMYK color model

#97B69C color CMYK value is (17,0,14,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK: (17,0,14,29) C17M0Y14K29 (17%,0%,14%,29%) (0.17/0.00/0.14/0.29) 

CMYK percentages

%17.03
%0
%14.29
%28.63

Codes

Color #97B69C in popluar color models

97 B6 9C
RGB 151 182 156
HSL 130° 17.51% 65.29%
HSB/HSV 130° 17.03% 71.37%
CMYK 17.03% 0.00% 14.29%
28.63%

Color #97B69C in popluar number systems.

HEX 97 B6 9C
Decimal 151 182 156
Binary 10010111 10110110 10011100
Octal 227 266 234

Shades and tints

Shades of #97B69C

#97B69C
(151,182,156)
#8AA68E
(138,166,142)
#7D9680
(125,150,128)
#708672
(112,134,114)
#637664
(99,118,100)
#566656
(86,102,86)
#495648
(73,86,72)
#3C463A
(60,70,58)
#2F362C
(47,54,44)
#22261E
(34,38,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #97B69C

#97B69C
(151,182,156)
#A0BCA5
(160,188,165)
#A9C2AE
(169,194,174)
#B2C8B7
(178,200,183)
#BBCEC0
(187,206,192)
#C4D4C9
(196,212,201)
#CDDAD2
(205,218,210)
#D6E0DB
(214,224,219)
#DFE6E4
(223,230,228)
#E8ECED
(232,236,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B69C; }

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

This text font color is #97B69C.

Background Color

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

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

This div background color is #97B69C.

Border color

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

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

This div border color is #97B69C.

Opacity

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

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

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

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

This text has shadow with #97B69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B69C.

Preview

Color preview on black background

This text has color #97B69C on black background.


Color preview on white background

This text has color #97B69C on white background.


Black color preview on #97B69C background

This text has black color on #97B69C background.


White color preview on #97B69C background

This text has white color on #97B69C background.


Related colors

Complementary color

Complementary color for #hex is #684963.


I love getcolorcode.com

Triadic colors

1 #9C97B6 and #B69C97 with #97B69C are triadic colors.

2 #9CB697 and #B6979C with #97B69C are triadic colors.