COLOR #97A0BD

HEX: #97A0BD RGB: (151,160,189)

Color info

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

RGB color model

#97A0BD color RGB value is (151,160,189).

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

RGB channels and saturation

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

151
160
189

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

Portions of RGB colors in percentages

R + G + B = 151 + 160 + 189 = 500 (100%)
R 151 of 500 ~ 30.2%
G 160 of 500 ~ 32%
B 189 of 500 ~ 37.8'%

%30.2
%32
%37.8

CMYK color model

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

  • cyan value is 20.11%
  • magenta value is 15.34%
  • 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
%15.34
%0
%25.88

Codes

Color #97A0BD in popluar color models

97 A0 BD
RGB 151 160 189
HSL 226° 22.35% 66.67%
HSB/HSV 226° 20.11% 74.12%
CMYK 20.11% 15.34% 0.00%
25.88%

Color #97A0BD in popluar number systems.

HEX 97 A0 BD
Decimal 151 160 189
Binary 10010111 10100000 10111101
Octal 227 240 275

Shades and tints

Shades of #97A0BD

#97A0BD
(151,160,189)
#8A92AC
(138,146,172)
#7D849B
(125,132,155)
#70768A
(112,118,138)
#636879
(99,104,121)
#565A68
(86,90,104)
#494C57
(73,76,87)
#3C3E46
(60,62,70)
#2F3035
(47,48,53)
#222224
(34,34,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #97A0BD

#97A0BD
(151,160,189)
#A0A8C3
(160,168,195)
#A9B0C9
(169,176,201)
#B2B8CF
(178,184,207)
#BBC0D5
(187,192,213)
#C4C8DB
(196,200,219)
#CDD0E1
(205,208,225)
#D6D8E7
(214,216,231)
#DFE0ED
(223,224,237)
#E8E8F3
(232,232,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A0BD; }

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

This text font color is #97A0BD.

Background Color

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

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

This div background color is #97A0BD.

Border color

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

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

This div border color is #97A0BD.

Opacity

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

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

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

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

This text has shadow with #97A0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A0BD.

Preview

Color preview on black background

This text has color #97A0BD on black background.


Color preview on white background

This text has color #97A0BD on white background.


Black color preview on #97A0BD background

This text has black color on #97A0BD background.


White color preview on #97A0BD background

This text has white color on #97A0BD background.


Related colors

Complementary color

Complementary color for #hex is #685F42.


I love getcolorcode.com

Triadic colors

1 #BD97A0 and #A0BD97 with #97A0BD are triadic colors.

2 #BDA097 and #A097BD with #97A0BD are triadic colors.