COLOR #97A5BE

HEX: #97A5BE RGB: (151,165,190)

Color info

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

RGB color model

#97A5BE color RGB value is (151,165,190).

RGB: (151,165,190) (59%, 65%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 165 of 255 = 65%
B 190 of 255 = 75%

151
165
190

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

Portions of RGB colors in percentages

R + G + B = 151 + 165 + 190 = 506 (100%)
R 151 of 506 ~ 29.84%
G 165 of 506 ~ 32.61%
B 190 of 506 ~ 37.55'%

%29.84
%32.61
%37.55

CMYK color model

#97A5BE color CMYK value is (21,13,0,25).

  • cyan value is 20.53%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,13,0,25)
C21M13Y0K25 (21%, 13%, 0%, 25%)
(0.21 / 0.13 / 0.00 / 0.25)

CMYK percentages

%20.53
%13.16
%0
%25.49

Codes

Color #97A5BE in popluar color models

97 A5 BE
RGB 151 165 190
HSL 218° 23.08% 66.86%
HSB/HSV 218° 20.53% 74.51%
CMYK 20.53% 13.16% 0.00%
25.49%

Color #97A5BE in popluar number systems.

HEX 97 A5 BE
Decimal 151 165 190
Binary 10010111 10100101 10111110
Octal 227 245 276

Shades and tints

Shades of #97A5BE

#97A5BE
(151,165,190)
#8A96AD
(138,150,173)
#7D879C
(125,135,156)
#70788B
(112,120,139)
#63697A
(99,105,122)
#565A69
(86,90,105)
#494B58
(73,75,88)
#3C3C47
(60,60,71)
#2F2D36
(47,45,54)
#221E25
(34,30,37)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #97A5BE

#97A5BE
(151,165,190)
#A0ADC3
(160,173,195)
#A9B5C8
(169,181,200)
#B2BDCD
(178,189,205)
#BBC5D2
(187,197,210)
#C4CDD7
(196,205,215)
#CDD5DC
(205,213,220)
#D6DDE1
(214,221,225)
#DFE5E6
(223,229,230)
#E8EDEB
(232,237,235)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A5BE color. Also use rgb(151,165,190) instead hex code.

Text Font Color

.myTextColor { color: #97A5BE; }

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

This text font color is #97A5BE.

Background Color

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

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

This div background color is #97A5BE.

Border color

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

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

This div border color is #97A5BE.

Opacity

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

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

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

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

This text has shadow with #97A5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A5BE.

Preview

Color preview on black background

This text has color #97A5BE on black background.


Color preview on white background

This text has color #97A5BE on white background.


Black color preview on #97A5BE background

This text has black color on #97A5BE background.


White color preview on #97A5BE background

This text has white color on #97A5BE background.


Related colors

Complementary color

Complementary color for #hex is #685A41.


I love getcolorcode.com

Triadic colors

1 #BE97A5 and #A5BE97 with #97A5BE are triadic colors.

2 #BEA597 and #A597BE with #97A5BE are triadic colors.