COLOR #97AFD1

HEX: #97AFD1 RGB: (151,175,209)

Color info

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

RGB color model

#97AFD1 color RGB value is (151,175,209).

RGB: (151,175,209) (59%, 69%, 82%)

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 209 of 255 = 82%

151
175
209

R + G + B ~ 70%. #97AFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 175 + 209 = 535 (100%)
R 151 of 535 ~ 28.22%
G 175 of 535 ~ 32.71%
B 209 of 535 ~ 39.07'%

%28.22
%32.71
%39.07

CMYK color model

#97AFD1 color CMYK value is (28,16,0,18).

  • cyan value is 27.75%
  • magenta value is 16.27%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (28,16,0,18)
C28M16Y0K18 (28%, 16%, 0%, 18%)
(0.28 / 0.16 / 0.00 / 0.18)

CMYK percentages

%27.75
%16.27
%0
%18.04

Codes

Color #97AFD1 in popluar color models

97 AF D1
RGB 151 175 209
HSL 215° 38.67% 70.59%
HSB/HSV 215° 27.75% 81.96%
CMYK 27.75% 16.27% 0.00%
18.04%

Color #97AFD1 in popluar number systems.

HEX 97 AF D1
Decimal 151 175 209
Binary 10010111 10101111 11010001
Octal 227 257 321

Shades and tints

Shades of #97AFD1

#97AFD1
(151,175,209)
#8AA0BE
(138,160,190)
#7D91AB
(125,145,171)
#708298
(112,130,152)
#637385
(99,115,133)
#566472
(86,100,114)
#49555F
(73,85,95)
#3C464C
(60,70,76)
#2F3739
(47,55,57)
#222826
(34,40,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #97AFD1

#97AFD1
(151,175,209)
#A0B6D5
(160,182,213)
#A9BDD9
(169,189,217)
#B2C4DD
(178,196,221)
#BBCBE1
(187,203,225)
#C4D2E5
(196,210,229)
#CDD9E9
(205,217,233)
#D6E0ED
(214,224,237)
#DFE7F1
(223,231,241)
#E8EEF5
(232,238,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFD1; }

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

This text font color is #97AFD1.

Background Color

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

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

This div background color is #97AFD1.

Border color

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

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

This div border color is #97AFD1.

Opacity

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

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

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

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

This text has shadow with #97AFD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AFD1.

Preview

Color preview on black background

This text has color #97AFD1 on black background.


Color preview on white background

This text has color #97AFD1 on white background.


Black color preview on #97AFD1 background

This text has black color on #97AFD1 background.


White color preview on #97AFD1 background

This text has white color on #97AFD1 background.


Related colors

Complementary color

Complementary color for #hex is #68502E.


I love getcolorcode.com

Triadic colors

1 #D197AF and #AFD197 with #97AFD1 are triadic colors.

2 #D1AF97 and #AF97D1 with #97AFD1 are triadic colors.