COLOR #97A1BD

HEX: #97A1BD RGB: (151,161,189)

Color info

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

RGB color model

#97A1BD color RGB value is (151,161,189).

RGB: (151,161,189) (59%, 63%, 74%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 189 of 255 = 74%

151
161
189

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

Portions of RGB colors in percentages

R + G + B = 151 + 161 + 189 = 501 (100%)
R 151 of 501 ~ 30.14%
G 161 of 501 ~ 32.14%
B 189 of 501 ~ 37.72'%

%30.14
%32.14
%37.72

CMYK color model

#97A1BD color CMYK value is (20,15,0,26).

  • cyan value is 20.11%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (20,15,0,26)
C20M15Y0K26 (20%, 15%, 0%, 26%)
(0.20 / 0.15 / 0.00 / 0.26)

CMYK percentages

%20.11
%14.81
%0
%25.88

Codes

Color #97A1BD in popluar color models

97 A1 BD
RGB 151 161 189
HSL 224° 22.35% 66.67%
HSB/HSV 224° 20.11% 74.12%
CMYK 20.11% 14.81% 0.00%
25.88%

Color #97A1BD in popluar number systems.

HEX 97 A1 BD
Decimal 151 161 189
Binary 10010111 10100001 10111101
Octal 227 241 275

Shades and tints

Shades of #97A1BD

#97A1BD
(151,161,189)
#8A93AC
(138,147,172)
#7D859B
(125,133,155)
#70778A
(112,119,138)
#636979
(99,105,121)
#565B68
(86,91,104)
#494D57
(73,77,87)
#3C3F46
(60,63,70)
#2F3135
(47,49,53)
#222324
(34,35,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #97A1BD

#97A1BD
(151,161,189)
#A0A9C3
(160,169,195)
#A9B1C9
(169,177,201)
#B2B9CF
(178,185,207)
#BBC1D5
(187,193,213)
#C4C9DB
(196,201,219)
#CDD1E1
(205,209,225)
#D6D9E7
(214,217,231)
#DFE1ED
(223,225,237)
#E8E9F3
(232,233,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A1BD color. Also use rgb(151,161,189) instead hex code.

Text Font Color

.myTextColor { color: #97A1BD; }

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

This text font color is #97A1BD.

Background Color

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

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

This div background color is #97A1BD.

Border color

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

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

This div border color is #97A1BD.

Opacity

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

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

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

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

This text has shadow with #97A1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A1BD.

Preview

Color preview on black background

This text has color #97A1BD on black background.


Color preview on white background

This text has color #97A1BD on white background.


Black color preview on #97A1BD background

This text has black color on #97A1BD background.


White color preview on #97A1BD background

This text has white color on #97A1BD background.


Related colors

Complementary color

Complementary color for #hex is #685E42.


I love getcolorcode.com

Triadic colors

1 #BD97A1 and #A1BD97 with #97A1BD are triadic colors.

2 #BDA197 and #A197BD with #97A1BD are triadic colors.