COLOR #97B8AB

HEX: #97B8AB RGB: (151,184,171)

Color info

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

RGB color model

#97B8AB color RGB value is (151,184,171).

RGB: (151,184,171) (59%, 72%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 171 of 255 = 67%

151
184
171

R + G + B ~ 66%. #97B8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 184 + 171 = 506 (100%)
R 151 of 506 ~ 29.84%
G 184 of 506 ~ 36.36%
B 171 of 506 ~ 33.79'%

%29.84
%36.36
%33.79

CMYK color model

#97B8AB color CMYK value is (18,0,7,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (18,0,7,28)
C18M0Y7K28 (18%, 0%, 7%, 28%)
(0.18 / 0.00 / 0.07 / 0.28)

CMYK percentages

%17.93
%0
%7.07
%27.84

Codes

Color #97B8AB in popluar color models

97 B8 AB
RGB 151 184 171
HSL 156° 18.86% 65.69%
HSB/HSV 156° 17.93% 72.16%
CMYK 17.93% 0.00% 7.07%
27.84%

Color #97B8AB in popluar number systems.

HEX 97 B8 AB
Decimal 151 184 171
Binary 10010111 10111000 10101011
Octal 227 270 253

Shades and tints

Shades of #97B8AB

#97B8AB
(151,184,171)
#8AA89C
(138,168,156)
#7D988D
(125,152,141)
#70887E
(112,136,126)
#63786F
(99,120,111)
#566860
(86,104,96)
#495851
(73,88,81)
#3C4842
(60,72,66)
#2F3833
(47,56,51)
#222824
(34,40,36)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #97B8AB

#97B8AB
(151,184,171)
#A0BEB2
(160,190,178)
#A9C4B9
(169,196,185)
#B2CAC0
(178,202,192)
#BBD0C7
(187,208,199)
#C4D6CE
(196,214,206)
#CDDCD5
(205,220,213)
#D6E2DC
(214,226,220)
#DFE8E3
(223,232,227)
#E8EEEA
(232,238,234)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B8AB color. Also use rgb(151,184,171) instead hex code.

Text Font Color

.myTextColor { color: #97B8AB; }

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

This text font color is #97B8AB.

Background Color

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

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

This div background color is #97B8AB.

Border color

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

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

This div border color is #97B8AB.

Opacity

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

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

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

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

This text has shadow with #97B8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B8AB.

Preview

Color preview on black background

This text has color #97B8AB on black background.


Color preview on white background

This text has color #97B8AB on white background.


Black color preview on #97B8AB background

This text has black color on #97B8AB background.


White color preview on #97B8AB background

This text has white color on #97B8AB background.


Related colors

Complementary color

Complementary color for #hex is #684754.


I love getcolorcode.com

Triadic colors

1 #AB97B8 and #B8AB97 with #97B8AB are triadic colors.

2 #ABB897 and #B897AB with #97B8AB are triadic colors.