COLOR #97AFDA

HEX: #97AFDA
RGB: (151,175,218)

Color info

#97AFDA contains mainly green and blue colors. Web safe color of #97AFDA is #9999CC (or #99C).

RGB color model

#97AFDA color RGB value is (151,175,218).

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

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 218 of 255 = 85%

151
175
218

R + G + B ~ 71%. #97AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 175 + 218 = 544 (100%)
R 151 of 544 ~ 27.76%
G 175 of 544 ~ 32.17%
B 218 of 544 ~ 40.07%

%27.76
%32.17
%40.07

CMYK color model

#97AFDA color CMYK value is (31,20,0,15).

  • cyan value is 30.73%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,20,0,15)
C31M20Y0K15 
(31%,20%,0%,15%)
(0.31/0.20/0.00/0.15)	

CMYK percentages

%30.73
%19.72
%0
%14.51

Codes

Color #97AFDA in popluar color models

97AFDA
RGB151175218
HSL219°47.52%72.35%
HSB/HSV219°30.73%85.49%
CMYK30.73%19.72%0.00%
14.51%

Color #97AFDA in popluar number systems.

HEX97AFDA
Decimal151175218
Binary100101111010111111011010
Octal227257332

Shades and tints

Shades of #97AFDA

#97AFDA
(151,175,218)
#8AA0C7
(138,160,199)
#7D91B4
(125,145,180)
#7082A1
(112,130,161)
#63738E
(99,115,142)
#56647B
(86,100,123)
#495568
(73,85,104)
#3C4655
(60,70,85)
#2F3742
(47,55,66)
#22282F
(34,40,47)
#15191C
(21,25,28)
#000000
(0,0,0)

Tints of #97AFDA

#97AFDA
(151,175,218)
#A0B6DD
(160,182,221)
#A9BDE0
(169,189,224)
#B2C4E3
(178,196,227)
#BBCBE6
(187,203,230)
#C4D2E9
(196,210,233)
#CDD9EC
(205,217,236)
#D6E0EF
(214,224,239)
#DFE7F2
(223,231,242)
#E8EEF5
(232,238,245)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFDA; }

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

This text font color is #97AFDA.


Background Color

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

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

This div background color is #97AFDA.


Border color

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

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

This div border color is #97AFDA.


Opacity

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

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

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

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

This text has shadow with #97AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AFDA on black background.


Color preview on white background

This text has color #97AFDA on white background.



Black color preview on #97AFDA background

This text has black color on #97AFDA background.


White color preview on #97AFDA background

This text has white color on #97AFDA background.