COLOR #97A8BE

HEX: #97A8BE RGB: (151,168,190)

Color info

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

RGB color model

#97A8BE color RGB value is (151,168,190).

RGB: (151,168,190) (59%, 66%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 168 of 255 = 66%
B 190 of 255 = 75%

151
168
190

R + G + B ~ 67%. #97A8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 168 + 190 = 509 (100%)
R 151 of 509 ~ 29.67%
G 168 of 509 ~ 33.01%
B 190 of 509 ~ 37.33'%

%29.67
%33.01
%37.33

CMYK color model

#97A8BE color CMYK value is (21,12,0,25).

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

CMYK: (21,12,0,25)
C21M12Y0K25 (21%, 12%, 0%, 25%)
(0.21 / 0.12 / 0.00 / 0.25)

CMYK percentages

%20.53
%11.58
%0
%25.49

Codes

Color #97A8BE in popluar color models

97 A8 BE
RGB 151 168 190
HSL 214° 23.08% 66.86%
HSB/HSV 214° 20.53% 74.51%
CMYK 20.53% 11.58% 0.00%
25.49%

Color #97A8BE in popluar number systems.

HEX 97 A8 BE
Decimal 151 168 190
Binary 10010111 10101000 10111110
Octal 227 250 276

Shades and tints

Shades of #97A8BE

#97A8BE
(151,168,190)
#8A99AD
(138,153,173)
#7D8A9C
(125,138,156)
#707B8B
(112,123,139)
#636C7A
(99,108,122)
#565D69
(86,93,105)
#494E58
(73,78,88)
#3C3F47
(60,63,71)
#2F3036
(47,48,54)
#222125
(34,33,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #97A8BE

#97A8BE
(151,168,190)
#A0AFC3
(160,175,195)
#A9B6C8
(169,182,200)
#B2BDCD
(178,189,205)
#BBC4D2
(187,196,210)
#C4CBD7
(196,203,215)
#CDD2DC
(205,210,220)
#D6D9E1
(214,217,225)
#DFE0E6
(223,224,230)
#E8E7EB
(232,231,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A8BE; }

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

This text font color is #97A8BE.

Background Color

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

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

This div background color is #97A8BE.

Border color

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

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

This div border color is #97A8BE.

Opacity

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

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

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

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

This text has shadow with #97A8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A8BE.

Preview

Color preview on black background

This text has color #97A8BE on black background.


Color preview on white background

This text has color #97A8BE on white background.


Black color preview on #97A8BE background

This text has black color on #97A8BE background.


White color preview on #97A8BE background

This text has white color on #97A8BE background.


Related colors

Complementary color

Complementary color for #hex is #685741.


I love getcolorcode.com

Triadic colors

1 #BE97A8 and #A8BE97 with #97A8BE are triadic colors.

2 #BEA897 and #A897BE with #97A8BE are triadic colors.