COLOR #97B68D

HEX: #97B68D
RGB: (151,182,141)

Color info

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

RGB color model

#97B68D color RGB value is (151,182,141).

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

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 141 of 255 = 55%

151
182
141

R + G + B ~ 62%. #97B68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 141 = 474 (100%)
R 151 of 474 ~ 31.86%
G 182 of 474 ~ 38.4%
B 141 of 474 ~ 29.75%

%31.86
%38.4
%29.75

CMYK color model

#97B68D color CMYK value is (17,0,23,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(17,0,23,29)
C17M0Y23K29 
(17%,0%,23%,29%)
(0.17/0.00/0.23/0.29)	

CMYK percentages

%17.03
%0
%22.53
%28.63

Codes

Color #97B68D in popluar color models

97B68D
RGB151182141
HSL105°21.93%63.33%
HSB/HSV105°22.53%71.37%
CMYK17.03%0.00%22.53%
28.63%

Color #97B68D in popluar number systems.

HEX97B68D
Decimal151182141
Binary100101111011011010001101
Octal227266215

Shades and tints

Shades of #97B68D

#97B68D
(151,182,141)
#8AA681
(138,166,129)
#7D9675
(125,150,117)
#708669
(112,134,105)
#63765D
(99,118,93)
#566651
(86,102,81)
#495645
(73,86,69)
#3C4639
(60,70,57)
#2F362D
(47,54,45)
#222621
(34,38,33)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #97B68D

#97B68D
(151,182,141)
#A0BC97
(160,188,151)
#A9C2A1
(169,194,161)
#B2C8AB
(178,200,171)
#BBCEB5
(187,206,181)
#C4D4BF
(196,212,191)
#CDDAC9
(205,218,201)
#D6E0D3
(214,224,211)
#DFE6DD
(223,230,221)
#E8ECE7
(232,236,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B68D; }

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

This text font color is #97B68D.


Background Color

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

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

This div background color is #97B68D.


Border color

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

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

This div border color is #97B68D.


Opacity

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

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

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

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

This text has shadow with #97B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B68D on black background.


Color preview on white background

This text has color #97B68D on white background.



Black color preview on #97B68D background

This text has black color on #97B68D background.


White color preview on #97B68D background

This text has white color on #97B68D background.