COLOR #97B099

HEX: #97B099 RGB: (151,176,153)

Color info

#97B099 contains red, green and blue colors in about the same proportion. Web safe color of #97B099 is #999999 (or #999).

RGB color model

#97B099 color RGB value is (151,176,153).

RGB: (151,176,153) (59%, 69%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 153 of 255 = 60%

151
176
153

R + G + B ~ 63%. #97B099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 176 + 153 = 480 (100%)
R 151 of 480 ~ 31.46%
G 176 of 480 ~ 36.67%
B 153 of 480 ~ 31.88'%

%31.46
%36.67
%31.88

CMYK color model

#97B099 color CMYK value is (14,0,13,31).

  • cyan value is 14.20%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%

CMYK: (14,0,13,31)
C14M0Y13K31 (14%, 0%, 13%, 31%)
(0.14 / 0.00 / 0.13 / 0.31)

CMYK percentages

%14.2
%0
%13.07
%30.98

Codes

Color #97B099 in popluar color models

97 B0 99
RGB 151 176 153
HSL 125° 13.66% 64.12%
HSB/HSV 125° 14.20% 69.02%
CMYK 14.20% 0.00% 13.07%
30.98%

Color #97B099 in popluar number systems.

HEX 97 B0 99
Decimal 151 176 153
Binary 10010111 10110000 10011001
Octal 227 260 231

Shades and tints

Shades of #97B099

#97B099
(151,176,153)
#8AA08C
(138,160,140)
#7D907F
(125,144,127)
#708072
(112,128,114)
#637065
(99,112,101)
#566058
(86,96,88)
#49504B
(73,80,75)
#3C403E
(60,64,62)
#2F3031
(47,48,49)
#222024
(34,32,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #97B099

#97B099
(151,176,153)
#A0B7A2
(160,183,162)
#A9BEAB
(169,190,171)
#B2C5B4
(178,197,180)
#BBCCBD
(187,204,189)
#C4D3C6
(196,211,198)
#CDDACF
(205,218,207)
#D6E1D8
(214,225,216)
#DFE8E1
(223,232,225)
#E8EFEA
(232,239,234)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B099 color. Also use rgb(151,176,153) instead hex code.

Text Font Color

.myTextColor { color: #97B099; }

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

This text font color is #97B099.

Background Color

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

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

This div background color is #97B099.

Border color

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

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

This div border color is #97B099.

Opacity

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

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

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

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

This text has shadow with #97B099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B099.

Preview

Color preview on black background

This text has color #97B099 on black background.


Color preview on white background

This text has color #97B099 on white background.


Black color preview on #97B099 background

This text has black color on #97B099 background.


White color preview on #97B099 background

This text has white color on #97B099 background.


Related colors

Complementary color

Complementary color for #hex is #684F66.


I love getcolorcode.com

Triadic colors

1 #9997B0 and #B09997 with #97B099 are triadic colors.

2 #99B097 and #B09799 with #97B099 are triadic colors.