COLOR #97ADBA

HEX: #97ADBA RGB: (151,173,186)

Color info

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

RGB color model

#97ADBA color RGB value is (151,173,186).

RGB: (151,173,186) (59%, 68%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 186 of 255 = 73%

151
173
186

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

Portions of RGB colors in percentages

R + G + B = 151 + 173 + 186 = 510 (100%)
R 151 of 510 ~ 29.61%
G 173 of 510 ~ 33.92%
B 186 of 510 ~ 36.47'%

%29.61
%33.92
%36.47

CMYK color model

#97ADBA color CMYK value is (19,7,0,27).

  • cyan value is 18.82%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (19,7,0,27) C19M7Y0K27 (19%,7%,0%,27%) (0.19/0.07/0.00/0.27) 

CMYK percentages

%18.82
%6.99
%0
%27.06

Codes

Color #97ADBA in popluar color models

97 AD BA
RGB 151 173 186
HSL 202° 20.23% 66.08%
HSB/HSV 202° 18.82% 72.94%
CMYK 18.82% 6.99% 0.00%
27.06%

Color #97ADBA in popluar number systems.

HEX 97 AD BA
Decimal 151 173 186
Binary 10010111 10101101 10111010
Octal 227 255 272

Shades and tints

Shades of #97ADBA

#97ADBA
(151,173,186)
#8A9EAA
(138,158,170)
#7D8F9A
(125,143,154)
#70808A
(112,128,138)
#63717A
(99,113,122)
#56626A
(86,98,106)
#49535A
(73,83,90)
#3C444A
(60,68,74)
#2F353A
(47,53,58)
#22262A
(34,38,42)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #97ADBA

#97ADBA
(151,173,186)
#A0B4C0
(160,180,192)
#A9BBC6
(169,187,198)
#B2C2CC
(178,194,204)
#BBC9D2
(187,201,210)
#C4D0D8
(196,208,216)
#CDD7DE
(205,215,222)
#D6DEE4
(214,222,228)
#DFE5EA
(223,229,234)
#E8ECF0
(232,236,240)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ADBA color. Also use rgb(151,173,186) instead hex code.

Text Font Color

.myTextColor { color: #97ADBA; }

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

This text font color is #97ADBA.

Background Color

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

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

This div background color is #97ADBA.

Border color

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

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

This div border color is #97ADBA.

Opacity

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

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

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

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

This text has shadow with #97ADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ADBA.

Preview

Color preview on black background

This text has color #97ADBA on black background.


Color preview on white background

This text has color #97ADBA on white background.


Black color preview on #97ADBA background

This text has black color on #97ADBA background.


White color preview on #97ADBA background

This text has white color on #97ADBA background.


Related colors

Complementary color

Complementary color for #hex is #685245.


I love getcolorcode.com

Triadic colors

1 #BA97AD and #ADBA97 with #97ADBA are triadic colors.

2 #BAAD97 and #AD97BA with #97ADBA are triadic colors.