COLOR #97ADC7

HEX: #97ADC7 RGB: (151,173,199)

Color info

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

RGB color model

#97ADC7 color RGB value is (151,173,199).

RGB: (151,173,199) (59%, 68%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 199 of 255 = 78%

151
173
199

R + G + B ~ 68%. #97ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 173 + 199 = 523 (100%)
R 151 of 523 ~ 28.87%
G 173 of 523 ~ 33.08%
B 199 of 523 ~ 38.05'%

%28.87
%33.08
%38.05

CMYK color model

#97ADC7 color CMYK value is (24,13,0,22).

  • cyan value is 24.12%
  • magenta value is 13.07%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,13,0,22)
C24M13Y0K22 (24%, 13%, 0%, 22%)
(0.24 / 0.13 / 0.00 / 0.22)

CMYK percentages

%24.12
%13.07
%0
%21.96

Codes

Color #97ADC7 in popluar color models

97 AD C7
RGB 151 173 199
HSL 213° 30.00% 68.63%
HSB/HSV 213° 24.12% 78.04%
CMYK 24.12% 13.07% 0.00%
21.96%

Color #97ADC7 in popluar number systems.

HEX 97 AD C7
Decimal 151 173 199
Binary 10010111 10101101 11000111
Octal 227 255 307

Shades and tints

Shades of #97ADC7

#97ADC7
(151,173,199)
#8A9EB5
(138,158,181)
#7D8FA3
(125,143,163)
#708091
(112,128,145)
#63717F
(99,113,127)
#56626D
(86,98,109)
#49535B
(73,83,91)
#3C4449
(60,68,73)
#2F3537
(47,53,55)
#222625
(34,38,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #97ADC7

#97ADC7
(151,173,199)
#A0B4CC
(160,180,204)
#A9BBD1
(169,187,209)
#B2C2D6
(178,194,214)
#BBC9DB
(187,201,219)
#C4D0E0
(196,208,224)
#CDD7E5
(205,215,229)
#D6DEEA
(214,222,234)
#DFE5EF
(223,229,239)
#E8ECF4
(232,236,244)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADC7; }

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

This text font color is #97ADC7.

Background Color

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

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

This div background color is #97ADC7.

Border color

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

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

This div border color is #97ADC7.

Opacity

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

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

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

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

This text has shadow with #97ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ADC7.

Preview

Color preview on black background

This text has color #97ADC7 on black background.


Color preview on white background

This text has color #97ADC7 on white background.


Black color preview on #97ADC7 background

This text has black color on #97ADC7 background.


White color preview on #97ADC7 background

This text has white color on #97ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #685238.


I love getcolorcode.com

Triadic colors

1 #C797AD and #ADC797 with #97ADC7 are triadic colors.

2 #C7AD97 and #AD97C7 with #97ADC7 are triadic colors.