COLOR #97ACBA

HEX: #97ACBA
RGB: (151,172,186)

Color info

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

RGB color model

#97ACBA color RGB value is (151,172,186).

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

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 186 of 255 = 73%

151
172
186

R + G + B ~ 66%. #97ACBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 172 + 186 = 509 (100%)
R 151 of 509 ~ 29.67%
G 172 of 509 ~ 33.79%
B 186 of 509 ~ 36.54%

%29.67
%33.79
%36.54

CMYK color model

#97ACBA color CMYK value is (19,8,0,27).

  • cyan value is 18.82%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,8,0,27)
C19M8Y0K27 
(19%,8%,0%,27%)
(0.19/0.08/0.00/0.27)	

CMYK percentages

%18.82
%7.53
%0
%27.06

Codes

Color #97ACBA in popluar color models

97ACBA
RGB151172186
HSL204°20.23%66.08%
HSB/HSV204°18.82%72.94%
CMYK18.82%7.53%0.00%
27.06%

Color #97ACBA in popluar number systems.

HEX97ACBA
Decimal151172186
Binary100101111010110010111010
Octal227254272

Shades and tints

Shades of #97ACBA

#97ACBA
(151,172,186)
#8A9DAA
(138,157,170)
#7D8E9A
(125,142,154)
#707F8A
(112,127,138)
#63707A
(99,112,122)
#56616A
(86,97,106)
#49525A
(73,82,90)
#3C434A
(60,67,74)
#2F343A
(47,52,58)
#22252A
(34,37,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #97ACBA

#97ACBA
(151,172,186)
#A0B3C0
(160,179,192)
#A9BAC6
(169,186,198)
#B2C1CC
(178,193,204)
#BBC8D2
(187,200,210)
#C4CFD8
(196,207,216)
#CDD6DE
(205,214,222)
#D6DDE4
(214,221,228)
#DFE4EA
(223,228,234)
#E8EBF0
(232,235,240)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ACBA; }

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

This text font color is #97ACBA.


Background Color

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

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

This div background color is #97ACBA.


Border color

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

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

This div border color is #97ACBA.


Opacity

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

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

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

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

This text has shadow with #97ACBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ACBA on black background.


Color preview on white background

This text has color #97ACBA on white background.



Black color preview on #97ACBA background

This text has black color on #97ACBA background.


White color preview on #97ACBA background

This text has white color on #97ACBA background.