COLOR #97AFC7

HEX: #97AFC7 RGB: (151,175,199)

Color info

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

RGB color model

#97AFC7 color RGB value is (151,175,199).

RGB: (151,175,199) (59%, 69%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 175 of 255 = 69%
B 199 of 255 = 78%

151
175
199

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

Portions of RGB colors in percentages

R + G + B = 151 + 175 + 199 = 525 (100%)
R 151 of 525 ~ 28.76%
G 175 of 525 ~ 33.33%
B 199 of 525 ~ 37.9'%

%28.76
%33.33
%37.9

CMYK color model

#97AFC7 color CMYK value is (24,12,0,22).

  • cyan value is 24.12%
  • magenta value is 12.06%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,12,0,22)
C24M12Y0K22 (24%, 12%, 0%, 22%)
(0.24 / 0.12 / 0.00 / 0.22)

CMYK percentages

%24.12
%12.06
%0
%21.96

Codes

Color #97AFC7 in popluar color models

97 AF C7
RGB 151 175 199
HSL 210° 30.00% 68.63%
HSB/HSV 210° 24.12% 78.04%
CMYK 24.12% 12.06% 0.00%
21.96%

Color #97AFC7 in popluar number systems.

HEX 97 AF C7
Decimal 151 175 199
Binary 10010111 10101111 11000111
Octal 227 257 307

Shades and tints

Shades of #97AFC7

#97AFC7
(151,175,199)
#8AA0B5
(138,160,181)
#7D91A3
(125,145,163)
#708291
(112,130,145)
#63737F
(99,115,127)
#56646D
(86,100,109)
#49555B
(73,85,91)
#3C4649
(60,70,73)
#2F3737
(47,55,55)
#222825
(34,40,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #97AFC7

#97AFC7
(151,175,199)
#A0B6CC
(160,182,204)
#A9BDD1
(169,189,209)
#B2C4D6
(178,196,214)
#BBCBDB
(187,203,219)
#C4D2E0
(196,210,224)
#CDD9E5
(205,217,229)
#D6E0EA
(214,224,234)
#DFE7EF
(223,231,239)
#E8EEF4
(232,238,244)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AFC7; }

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

This text font color is #97AFC7.

Background Color

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

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

This div background color is #97AFC7.

Border color

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

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

This div border color is #97AFC7.

Opacity

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

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

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

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

This text has shadow with #97AFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AFC7.

Preview

Color preview on black background

This text has color #97AFC7 on black background.


Color preview on white background

This text has color #97AFC7 on white background.


Black color preview on #97AFC7 background

This text has black color on #97AFC7 background.


White color preview on #97AFC7 background

This text has white color on #97AFC7 background.


Related colors

Complementary color

Complementary color for #hex is #685038.


I love getcolorcode.com

Triadic colors

1 #C797AF and #AFC797 with #97AFC7 are triadic colors.

2 #C7AF97 and #AF97C7 with #97AFC7 are triadic colors.