COLOR #97B48F

HEX: #97B48F
RGB: (151,180,143)

Color info

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

RGB color model

#97B48F color RGB value is (151,180,143).

  • red value is 151;
  • green value is 180;
  • blue value is 143.
RGB:
(151,180,143)
(59%,71%,56%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 143 of 255 = 56%

151
180
143

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

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 143 = 474 (100%)
R 151 of 474 ~ 31.86%
G 180 of 474 ~ 37.97%
B 143 of 474 ~ 30.17%

%31.86
%37.97
%30.17

CMYK color model

#97B48F color CMYK value is (16,0,21,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(16,0,21,29)
C16M0Y21K29 
(16%,0%,21%,29%)
(0.16/0.00/0.21/0.29)	

CMYK percentages

%16.11
%0
%20.56
%29.41

Codes

Color #97B48F in popluar color models

97B48F
RGB151180143
HSL107°19.79%63.33%
HSB/HSV107°20.56%70.59%
CMYK16.11%0.00%20.56%
29.41%

Color #97B48F in popluar number systems.

HEX97B48F
Decimal151180143
Binary100101111011010010001111
Octal227264217

Shades and tints

Shades of #97B48F

#97B48F
(151,180,143)
#8AA482
(138,164,130)
#7D9475
(125,148,117)
#708468
(112,132,104)
#63745B
(99,116,91)
#56644E
(86,100,78)
#495441
(73,84,65)
#3C4434
(60,68,52)
#2F3427
(47,52,39)
#22241A
(34,36,26)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #97B48F

#97B48F
(151,180,143)
#A0BA99
(160,186,153)
#A9C0A3
(169,192,163)
#B2C6AD
(178,198,173)
#BBCCB7
(187,204,183)
#C4D2C1
(196,210,193)
#CDD8CB
(205,216,203)
#D6DED5
(214,222,213)
#DFE4DF
(223,228,223)
#E8EAE9
(232,234,233)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B48F color. Also use rgb(151,180,143) instead hex code.

Text Font Color

.myTextColor { color: #97B48F; }

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

This text font color is #97B48F.


Background Color

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

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

This div background color is #97B48F.


Border color

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

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

This div border color is #97B48F.


Opacity

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

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

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

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

This text has shadow with #97B48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B48F on black background.


Color preview on white background

This text has color #97B48F on white background.



Black color preview on #97B48F background

This text has black color on #97B48F background.


White color preview on #97B48F background

This text has white color on #97B48F background.