COLOR #97B69B

HEX: #97B69B
RGB: (151,182,155)

Color info

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

RGB color model

#97B69B color RGB value is (151,182,155).

  • red value is 151;
  • green value is 182;
  • blue value is 155.
RGB:
(151,182,155)
(59%,71%,61%)

RGB channels and saturation

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

151
182
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 155 = 488 (100%)
R 151 of 488 ~ 30.94%
G 182 of 488 ~ 37.3%
B 155 of 488 ~ 31.76%

%30.94
%37.3
%31.76

CMYK color model

#97B69B color CMYK value is (17,0,15,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(17,0,15,29)
C17M0Y15K29 
(17%,0%,15%,29%)
(0.17/0.00/0.15/0.29)	

CMYK percentages

%17.03
%0
%14.84
%28.63

Codes

Color #97B69B in popluar color models

97B69B
RGB151182155
HSL128°17.51%65.29%
HSB/HSV128°17.03%71.37%
CMYK17.03%0.00%14.84%
28.63%

Color #97B69B in popluar number systems.

HEX97B69B
Decimal151182155
Binary100101111011011010011011
Octal227266233

Shades and tints

Shades of #97B69B

#97B69B
(151,182,155)
#8AA68D
(138,166,141)
#7D967F
(125,150,127)
#708671
(112,134,113)
#637663
(99,118,99)
#566655
(86,102,85)
#495647
(73,86,71)
#3C4639
(60,70,57)
#2F362B
(47,54,43)
#22261D
(34,38,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #97B69B

#97B69B
(151,182,155)
#A0BCA4
(160,188,164)
#A9C2AD
(169,194,173)
#B2C8B6
(178,200,182)
#BBCEBF
(187,206,191)
#C4D4C8
(196,212,200)
#CDDAD1
(205,218,209)
#D6E0DA
(214,224,218)
#DFE6E3
(223,230,227)
#E8ECEC
(232,236,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B69B; }

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

This text font color is #97B69B.


Background Color

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

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

This div background color is #97B69B.


Border color

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

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

This div border color is #97B69B.


Opacity

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

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

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

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

This text has shadow with #97B69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B69B on black background.


Color preview on white background

This text has color #97B69B on white background.



Black color preview on #97B69B background

This text has black color on #97B69B background.


White color preview on #97B69B background

This text has white color on #97B69B background.