COLOR #97AFCC

HEX: #97AFCC
RGB: (151,175,204)

Color info

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

RGB color model

#97AFCC color RGB value is (151,175,204).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 204 of 255 = 80%

151
175
204

R + G + B ~ 69%. #97AFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 204 = 530 (100%)
R 151 of 530 ~ 28.49%
G 175 of 530 ~ 33.02%
B 204 of 530 ~ 38.49%

%28.49
%33.02
%38.49

CMYK color model

#97AFCC color CMYK value is (26,14,0,20).

  • cyan value is 25.98%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,14,0,20)
C26M14Y0K20 
(26%,14%,0%,20%)
(0.26/0.14/0.00/0.20)	

CMYK percentages

%25.98
%14.22
%0
%20

Codes

Color #97AFCC in popluar color models

97AFCC
RGB151175204
HSL213°34.19%69.61%
HSB/HSV213°25.98%80.00%
CMYK25.98%14.22%0.00%
20.00%

Color #97AFCC in popluar number systems.

HEX97AFCC
Decimal151175204
Binary100101111010111111001100
Octal227257314

Shades and tints

Shades of #97AFCC

#97AFCC
(151,175,204)
#8AA0BA
(138,160,186)
#7D91A8
(125,145,168)
#708296
(112,130,150)
#637384
(99,115,132)
#566472
(86,100,114)
#495560
(73,85,96)
#3C464E
(60,70,78)
#2F373C
(47,55,60)
#22282A
(34,40,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #97AFCC

#97AFCC
(151,175,204)
#A0B6D0
(160,182,208)
#A9BDD4
(169,189,212)
#B2C4D8
(178,196,216)
#BBCBDC
(187,203,220)
#C4D2E0
(196,210,224)
#CDD9E4
(205,217,228)
#D6E0E8
(214,224,232)
#DFE7EC
(223,231,236)
#E8EEF0
(232,238,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFCC; }

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

This text font color is #97AFCC.


Background Color

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

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

This div background color is #97AFCC.


Border color

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

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

This div border color is #97AFCC.


Opacity

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

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

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

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

This text has shadow with #97AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFCC on black background.


Color preview on white background

This text has color #97AFCC on white background.



Black color preview on #97AFCC background

This text has black color on #97AFCC background.


White color preview on #97AFCC background

This text has white color on #97AFCC background.