COLOR #97ABC0

HEX: #97ABC0
RGB: (151,171,192)

Color info

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

RGB color model

#97ABC0 color RGB value is (151,171,192).

  • red value is 151;
  • green value is 171;
  • blue value is 192.
RGB:
(151,171,192)
(59%,67%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 171 of 255 = 67%
B 192 of 255 = 75%

151
171
192

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

Portions of RGB colors in percentages

R + G + B =
151 + 171 + 192 = 514 (100%)
R 151 of 514 ~ 29.38%
G 171 of 514 ~ 33.27%
B 192 of 514 ~ 37.35%

%29.38
%33.27
%37.35

CMYK color model

#97ABC0 color CMYK value is (21,11,0,25).

  • cyan value is 21.35%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,11,0,25)
C21M11Y0K25 
(21%,11%,0%,25%)
(0.21/0.11/0.00/0.25)	

CMYK percentages

%21.35
%10.94
%0
%24.71

Codes

Color #97ABC0 in popluar color models

97ABC0
RGB151171192
HSL211°24.55%67.25%
HSB/HSV211°21.35%75.29%
CMYK21.35%10.94%0.00%
24.71%

Color #97ABC0 in popluar number systems.

HEX97ABC0
Decimal151171192
Binary100101111010101111000000
Octal227253300

Shades and tints

Shades of #97ABC0

#97ABC0
(151,171,192)
#8A9CAF
(138,156,175)
#7D8D9E
(125,141,158)
#707E8D
(112,126,141)
#636F7C
(99,111,124)
#56606B
(86,96,107)
#49515A
(73,81,90)
#3C4249
(60,66,73)
#2F3338
(47,51,56)
#222427
(34,36,39)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #97ABC0

#97ABC0
(151,171,192)
#A0B2C5
(160,178,197)
#A9B9CA
(169,185,202)
#B2C0CF
(178,192,207)
#BBC7D4
(187,199,212)
#C4CED9
(196,206,217)
#CDD5DE
(205,213,222)
#D6DCE3
(214,220,227)
#DFE3E8
(223,227,232)
#E8EAED
(232,234,237)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ABC0 color. Also use rgb(151,171,192) instead hex code.

Text Font Color

.myTextColor { color: #97ABC0; }

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

This text font color is #97ABC0.


Background Color

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

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

This div background color is #97ABC0.


Border color

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

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

This div border color is #97ABC0.


Opacity

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

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

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

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

This text has shadow with #97ABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ABC0 on black background.


Color preview on white background

This text has color #97ABC0 on white background.



Black color preview on #97ABC0 background

This text has black color on #97ABC0 background.


White color preview on #97ABC0 background

This text has white color on #97ABC0 background.