COLOR #97A8B5

HEX: #97A8B5 RGB: (151,168,181)

Color info

#97A8B5 contains red, green and blue colors in about the same proportion. Web safe color of #97A8B5 is #9999CC (or #99C).

RGB color model

#97A8B5 color RGB value is (151,168,181).

RGB: (151,168,181) (59%, 66%, 71%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 181 of 255 = 71%

151
168
181

R + G + B ~ 65%. #97A8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 168 + 181 = 500 (100%)
R 151 of 500 ~ 30.2%
G 168 of 500 ~ 33.6%
B 181 of 500 ~ 36.2'%

%30.2
%33.6
%36.2

CMYK color model

#97A8B5 color CMYK value is (17,7,0,29).

  • cyan value is 16.57%
  • magenta value is 7.18%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (17,7,0,29)
C17M7Y0K29 (17%, 7%, 0%, 29%)
(0.17 / 0.07 / 0.00 / 0.29)

CMYK percentages

%16.57
%7.18
%0
%29.02

Codes

Color #97A8B5 in popluar color models

97 A8 B5
RGB 151 168 181
HSL 206° 16.85% 65.10%
HSB/HSV 206° 16.57% 70.98%
CMYK 16.57% 7.18% 0.00%
29.02%

Color #97A8B5 in popluar number systems.

HEX 97 A8 B5
Decimal 151 168 181
Binary 10010111 10101000 10110101
Octal 227 250 265

Shades and tints

Shades of #97A8B5

#97A8B5
(151,168,181)
#8A99A5
(138,153,165)
#7D8A95
(125,138,149)
#707B85
(112,123,133)
#636C75
(99,108,117)
#565D65
(86,93,101)
#494E55
(73,78,85)
#3C3F45
(60,63,69)
#2F3035
(47,48,53)
#222125
(34,33,37)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #97A8B5

#97A8B5
(151,168,181)
#A0AFBB
(160,175,187)
#A9B6C1
(169,182,193)
#B2BDC7
(178,189,199)
#BBC4CD
(187,196,205)
#C4CBD3
(196,203,211)
#CDD2D9
(205,210,217)
#D6D9DF
(214,217,223)
#DFE0E5
(223,224,229)
#E8E7EB
(232,231,235)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A8B5 color. Also use rgb(151,168,181) instead hex code.

Text Font Color

.myTextColor { color: #97A8B5; }

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

This text font color is #97A8B5.

Background Color

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

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

This div background color is #97A8B5.

Border color

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

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

This div border color is #97A8B5.

Opacity

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

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

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

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

This text has shadow with #97A8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A8B5.

Preview

Color preview on black background

This text has color #97A8B5 on black background.


Color preview on white background

This text has color #97A8B5 on white background.


Black color preview on #97A8B5 background

This text has black color on #97A8B5 background.


White color preview on #97A8B5 background

This text has white color on #97A8B5 background.


Related colors

Complementary color

Complementary color for #hex is #68574A.


I love getcolorcode.com

Triadic colors

1 #B597A8 and #A8B597 with #97A8B5 are triadic colors.

2 #B5A897 and #A897B5 with #97A8B5 are triadic colors.