COLOR #97B67D

HEX: #97B67D
RGB: (151,182,125)

Color info

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

RGB color model

#97B67D color RGB value is (151,182,125).

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

RGB channels and saturation

R 151 of 255 = 59%
G 182 of 255 = 71%
B 125 of 255 = 49%

151
182
125

R + G + B ~ 60%. #97B67D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 182 + 125 = 458 (100%)
R 151 of 458 ~ 32.97%
G 182 of 458 ~ 39.74%
B 125 of 458 ~ 27.29%

%32.97
%39.74
%27.29

CMYK color model

#97B67D color CMYK value is (17,0,31,29).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 31.32%
  • key color value is 28.63%
CMYK:
(17,0,31,29)
C17M0Y31K29 
(17%,0%,31%,29%)
(0.17/0.00/0.31/0.29)	

CMYK percentages

%17.03
%0
%31.32
%28.63

Codes

Color #97B67D in popluar color models

97B67D
RGB151182125
HSL93°28.08%60.20%
HSB/HSV93°31.32%71.37%
CMYK17.03%0.00%31.32%
28.63%

Color #97B67D in popluar number systems.

HEX97B67D
Decimal151182125
Binary10010111101101101111101
Octal227266175

Shades and tints

Shades of #97B67D

#97B67D
(151,182,125)
#8AA672
(138,166,114)
#7D9667
(125,150,103)
#70865C
(112,134,92)
#637651
(99,118,81)
#566646
(86,102,70)
#49563B
(73,86,59)
#3C4630
(60,70,48)
#2F3625
(47,54,37)
#22261A
(34,38,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #97B67D

#97B67D
(151,182,125)
#A0BC88
(160,188,136)
#A9C293
(169,194,147)
#B2C89E
(178,200,158)
#BBCEA9
(187,206,169)
#C4D4B4
(196,212,180)
#CDDABF
(205,218,191)
#D6E0CA
(214,224,202)
#DFE6D5
(223,230,213)
#E8ECE0
(232,236,224)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B67D; }

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

This text font color is #97B67D.


Background Color

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

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

This div background color is #97B67D.


Border color

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

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

This div border color is #97B67D.


Opacity

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

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

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

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

This text has shadow with #97B67D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B67D on black background.


Color preview on white background

This text has color #97B67D on white background.



Black color preview on #97B67D background

This text has black color on #97B67D background.


White color preview on #97B67D background

This text has white color on #97B67D background.