COLOR #97ADCA

HEX: #97ADCA
RGB: (151,173,202)

Color info

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

RGB color model

#97ADCA color RGB value is (151,173,202).

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

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 202 of 255 = 79%

151
173
202

R + G + B ~ 69%. #97ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 202 = 526 (100%)
R 151 of 526 ~ 28.71%
G 173 of 526 ~ 32.89%
B 202 of 526 ~ 38.4%

%28.71
%32.89
%38.4

CMYK color model

#97ADCA color CMYK value is (25,14,0,21).

  • cyan value is 25.25%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(25,14,0,21)
C25M14Y0K21 
(25%,14%,0%,21%)
(0.25/0.14/0.00/0.21)	

CMYK percentages

%25.25
%14.36
%0
%20.78

Codes

Color #97ADCA in popluar color models

97ADCA
RGB151173202
HSL214°32.48%69.22%
HSB/HSV214°25.25%79.22%
CMYK25.25%14.36%0.00%
20.78%

Color #97ADCA in popluar number systems.

HEX97ADCA
Decimal151173202
Binary100101111010110111001010
Octal227255312

Shades and tints

Shades of #97ADCA

#97ADCA
(151,173,202)
#8A9EB8
(138,158,184)
#7D8FA6
(125,143,166)
#708094
(112,128,148)
#637182
(99,113,130)
#566270
(86,98,112)
#49535E
(73,83,94)
#3C444C
(60,68,76)
#2F353A
(47,53,58)
#222628
(34,38,40)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #97ADCA

#97ADCA
(151,173,202)
#A0B4CE
(160,180,206)
#A9BBD2
(169,187,210)
#B2C2D6
(178,194,214)
#BBC9DA
(187,201,218)
#C4D0DE
(196,208,222)
#CDD7E2
(205,215,226)
#D6DEE6
(214,222,230)
#DFE5EA
(223,229,234)
#E8ECEE
(232,236,238)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADCA; }

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

This text font color is #97ADCA.


Background Color

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

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

This div background color is #97ADCA.


Border color

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

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

This div border color is #97ADCA.


Opacity

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

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

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

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

This text has shadow with #97ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADCA on black background.


Color preview on white background

This text has color #97ADCA on white background.



Black color preview on #97ADCA background

This text has black color on #97ADCA background.


White color preview on #97ADCA background

This text has white color on #97ADCA background.