COLOR #97ADC3

HEX: #97ADC3
RGB: (151,173,195)

Color info

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

RGB color model

#97ADC3 color RGB value is (151,173,195).

  • red value is 151;
  • green value is 173;
  • blue value is 195.
RGB:
(151,173,195)
(59%,68%,76%)

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 195 of 255 = 76%

151
173
195

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

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 195 = 519 (100%)
R 151 of 519 ~ 29.09%
G 173 of 519 ~ 33.33%
B 195 of 519 ~ 37.57%

%29.09
%33.33
%37.57

CMYK color model

#97ADC3 color CMYK value is (23,11,0,24).

  • cyan value is 22.56%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,11,0,24)
C23M11Y0K24 
(23%,11%,0%,24%)
(0.23/0.11/0.00/0.24)	

CMYK percentages

%22.56
%11.28
%0
%23.53

Codes

Color #97ADC3 in popluar color models

97ADC3
RGB151173195
HSL210°26.83%67.84%
HSB/HSV210°22.56%76.47%
CMYK22.56%11.28%0.00%
23.53%

Color #97ADC3 in popluar number systems.

HEX97ADC3
Decimal151173195
Binary100101111010110111000011
Octal227255303

Shades and tints

Shades of #97ADC3

#97ADC3
(151,173,195)
#8A9EB2
(138,158,178)
#7D8FA1
(125,143,161)
#708090
(112,128,144)
#63717F
(99,113,127)
#56626E
(86,98,110)
#49535D
(73,83,93)
#3C444C
(60,68,76)
#2F353B
(47,53,59)
#22262A
(34,38,42)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #97ADC3

#97ADC3
(151,173,195)
#A0B4C8
(160,180,200)
#A9BBCD
(169,187,205)
#B2C2D2
(178,194,210)
#BBC9D7
(187,201,215)
#C4D0DC
(196,208,220)
#CDD7E1
(205,215,225)
#D6DEE6
(214,222,230)
#DFE5EB
(223,229,235)
#E8ECF0
(232,236,240)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADC3; }

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

This text font color is #97ADC3.


Background Color

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

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

This div background color is #97ADC3.


Border color

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

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

This div border color is #97ADC3.


Opacity

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

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

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

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

This text has shadow with #97ADC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADC3 on black background.


Color preview on white background

This text has color #97ADC3 on white background.



Black color preview on #97ADC3 background

This text has black color on #97ADC3 background.


White color preview on #97ADC3 background

This text has white color on #97ADC3 background.