COLOR #97AFC0

HEX: #97AFC0
RGB: (151,175,192)

Color info

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

RGB color model

#97AFC0 color RGB value is (151,175,192).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 192 of 255 = 75%

151
175
192

R + G + B ~ 68%. #97AFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 192 = 518 (100%)
R 151 of 518 ~ 29.15%
G 175 of 518 ~ 33.78%
B 192 of 518 ~ 37.07%

%29.15
%33.78
%37.07

CMYK color model

#97AFC0 color CMYK value is (21,9,0,25).

  • cyan value is 21.35%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,9,0,25)
C21M9Y0K25 
(21%,9%,0%,25%)
(0.21/0.09/0.00/0.25)	

CMYK percentages

%21.35
%8.85
%0
%24.71

Codes

Color #97AFC0 in popluar color models

97AFC0
RGB151175192
HSL205°24.55%67.25%
HSB/HSV205°21.35%75.29%
CMYK21.35%8.85%0.00%
24.71%

Color #97AFC0 in popluar number systems.

HEX97AFC0
Decimal151175192
Binary100101111010111111000000
Octal227257300

Shades and tints

Shades of #97AFC0

#97AFC0
(151,175,192)
#8AA0AF
(138,160,175)
#7D919E
(125,145,158)
#70828D
(112,130,141)
#63737C
(99,115,124)
#56646B
(86,100,107)
#49555A
(73,85,90)
#3C4649
(60,70,73)
#2F3738
(47,55,56)
#222827
(34,40,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #97AFC0

#97AFC0
(151,175,192)
#A0B6C5
(160,182,197)
#A9BDCA
(169,189,202)
#B2C4CF
(178,196,207)
#BBCBD4
(187,203,212)
#C4D2D9
(196,210,217)
#CDD9DE
(205,217,222)
#D6E0E3
(214,224,227)
#DFE7E8
(223,231,232)
#E8EEED
(232,238,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFC0; }

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

This text font color is #97AFC0.


Background Color

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

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

This div background color is #97AFC0.


Border color

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

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

This div border color is #97AFC0.


Opacity

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

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

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

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

This text has shadow with #97AFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFC0 on black background.


Color preview on white background

This text has color #97AFC0 on white background.



Black color preview on #97AFC0 background

This text has black color on #97AFC0 background.


White color preview on #97AFC0 background

This text has white color on #97AFC0 background.