COLOR #97B49B

HEX: #97B49B
RGB: (151,180,155)

Color info

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

RGB color model

#97B49B color RGB value is (151,180,155).

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

RGB channels and saturation

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

151
180
155

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

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 155 = 486 (100%)
R 151 of 486 ~ 31.07%
G 180 of 486 ~ 37.04%
B 155 of 486 ~ 31.89%

%31.07
%37.04
%31.89

CMYK color model

#97B49B color CMYK value is (16,0,14,29).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(16,0,14,29)
C16M0Y14K29 
(16%,0%,14%,29%)
(0.16/0.00/0.14/0.29)	

CMYK percentages

%16.11
%0
%13.89
%29.41

Codes

Color #97B49B in popluar color models

97B49B
RGB151180155
HSL128°16.20%64.90%
HSB/HSV128°16.11%70.59%
CMYK16.11%0.00%13.89%
29.41%

Color #97B49B in popluar number systems.

HEX97B49B
Decimal151180155
Binary100101111011010010011011
Octal227264233

Shades and tints

Shades of #97B49B

#97B49B
(151,180,155)
#8AA48D
(138,164,141)
#7D947F
(125,148,127)
#708471
(112,132,113)
#637463
(99,116,99)
#566455
(86,100,85)
#495447
(73,84,71)
#3C4439
(60,68,57)
#2F342B
(47,52,43)
#22241D
(34,36,29)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #97B49B

#97B49B
(151,180,155)
#A0BAA4
(160,186,164)
#A9C0AD
(169,192,173)
#B2C6B6
(178,198,182)
#BBCCBF
(187,204,191)
#C4D2C8
(196,210,200)
#CDD8D1
(205,216,209)
#D6DEDA
(214,222,218)
#DFE4E3
(223,228,227)
#E8EAEC
(232,234,236)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B49B; }

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

This text font color is #97B49B.


Background Color

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

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

This div background color is #97B49B.


Border color

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

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

This div border color is #97B49B.


Opacity

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

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

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

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

This text has shadow with #97B49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B49B on black background.


Color preview on white background

This text has color #97B49B on white background.



Black color preview on #97B49B background

This text has black color on #97B49B background.


White color preview on #97B49B background

This text has white color on #97B49B background.