COLOR #97ADAC

HEX: #97ADAC
RGB: (151,173,172)

Color info

#97ADAC contains red, green and blue colors in about the same proportion. Web safe color of #97ADAC is #999999 (or #999).

RGB color model

#97ADAC color RGB value is (151,173,172).

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

RGB channels and saturation

R 151 of 255 = 59%
G 173 of 255 = 68%
B 172 of 255 = 67%

151
173
172

R + G + B ~ 65%. #97ADAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 173 + 172 = 496 (100%)
R 151 of 496 ~ 30.44%
G 173 of 496 ~ 34.88%
B 172 of 496 ~ 34.68%

%30.44
%34.88
%34.68

CMYK color model

#97ADAC color CMYK value is (13,0,1,32).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(13,0,1,32)
C13M0Y1K32 
(13%,0%,1%,32%)
(0.13/0.00/0.01/0.32)	

CMYK percentages

%12.72
%0
%0.58
%32.16

Codes

Color #97ADAC in popluar color models

97ADAC
RGB151173172
HSL177°11.83%63.53%
HSB/HSV177°12.72%67.84%
CMYK12.72%0.00%0.58%
32.16%

Color #97ADAC in popluar number systems.

HEX97ADAC
Decimal151173172
Binary100101111010110110101100
Octal227255254

Shades and tints

Shades of #97ADAC

#97ADAC
(151,173,172)
#8A9E9D
(138,158,157)
#7D8F8E
(125,143,142)
#70807F
(112,128,127)
#637170
(99,113,112)
#566261
(86,98,97)
#495352
(73,83,82)
#3C4443
(60,68,67)
#2F3534
(47,53,52)
#222625
(34,38,37)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #97ADAC

#97ADAC
(151,173,172)
#A0B4B3
(160,180,179)
#A9BBBA
(169,187,186)
#B2C2C1
(178,194,193)
#BBC9C8
(187,201,200)
#C4D0CF
(196,208,207)
#CDD7D6
(205,215,214)
#D6DEDD
(214,222,221)
#DFE5E4
(223,229,228)
#E8ECEB
(232,236,235)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ADAC; }

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

This text font color is #97ADAC.


Background Color

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

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

This div background color is #97ADAC.


Border color

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

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

This div border color is #97ADAC.


Opacity

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

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

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

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

This text has shadow with #97ADAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ADAC on black background.


Color preview on white background

This text has color #97ADAC on white background.



Black color preview on #97ADAC background

This text has black color on #97ADAC background.


White color preview on #97ADAC background

This text has white color on #97ADAC background.