COLOR #97ACBC

HEX: #97ACBC
RGB: (151,172,188)

Color info

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

RGB color model

#97ACBC color RGB value is (151,172,188).

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

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 188 of 255 = 74%

151
172
188

R + G + B ~ 67%. #97ACBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 172 + 188 = 511 (100%)
R 151 of 511 ~ 29.55%
G 172 of 511 ~ 33.66%
B 188 of 511 ~ 36.79%

%29.55
%33.66
%36.79

CMYK color model

#97ACBC color CMYK value is (20,9,0,26).

  • cyan value is 19.68%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(20,9,0,26)
C20M9Y0K26 
(20%,9%,0%,26%)
(0.20/0.09/0.00/0.26)	

CMYK percentages

%19.68
%8.51
%0
%26.27

Codes

Color #97ACBC in popluar color models

97ACBC
RGB151172188
HSL206°21.64%66.47%
HSB/HSV206°19.68%73.73%
CMYK19.68%8.51%0.00%
26.27%

Color #97ACBC in popluar number systems.

HEX97ACBC
Decimal151172188
Binary100101111010110010111100
Octal227254274

Shades and tints

Shades of #97ACBC

#97ACBC
(151,172,188)
#8A9DAB
(138,157,171)
#7D8E9A
(125,142,154)
#707F89
(112,127,137)
#637078
(99,112,120)
#566167
(86,97,103)
#495256
(73,82,86)
#3C4345
(60,67,69)
#2F3434
(47,52,52)
#222523
(34,37,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #97ACBC

#97ACBC
(151,172,188)
#A0B3C2
(160,179,194)
#A9BAC8
(169,186,200)
#B2C1CE
(178,193,206)
#BBC8D4
(187,200,212)
#C4CFDA
(196,207,218)
#CDD6E0
(205,214,224)
#D6DDE6
(214,221,230)
#DFE4EC
(223,228,236)
#E8EBF2
(232,235,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ACBC; }

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

This text font color is #97ACBC.


Background Color

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

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

This div background color is #97ACBC.


Border color

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

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

This div border color is #97ACBC.


Opacity

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

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

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

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

This text has shadow with #97ACBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ACBC on black background.


Color preview on white background

This text has color #97ACBC on white background.



Black color preview on #97ACBC background

This text has black color on #97ACBC background.


White color preview on #97ACBC background

This text has white color on #97ACBC background.