COLOR #97A7C2

HEX: #97A7C2 RGB: (151,167,194)

Color info

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

RGB color model

#97A7C2 color RGB value is (151,167,194).

RGB: (151,167,194) (59%, 65%, 76%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 194 of 255 = 76%

151
167
194

R + G + B ~ 67%. #97A7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 167 + 194 = 512 (100%)
R 151 of 512 ~ 29.49%
G 167 of 512 ~ 32.62%
B 194 of 512 ~ 37.89'%

%29.49
%32.62
%37.89

CMYK color model

#97A7C2 color CMYK value is (22,14,0,24).

  • cyan value is 22.16%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (22,14,0,24)
C22M14Y0K24 (22%, 14%, 0%, 24%)
(0.22 / 0.14 / 0.00 / 0.24)

CMYK percentages

%22.16
%13.92
%0
%23.92

Codes

Color #97A7C2 in popluar color models

97 A7 C2
RGB 151 167 194
HSL 218° 26.06% 67.65%
HSB/HSV 218° 22.16% 76.08%
CMYK 22.16% 13.92% 0.00%
23.92%

Color #97A7C2 in popluar number systems.

HEX 97 A7 C2
Decimal 151 167 194
Binary 10010111 10100111 11000010
Octal 227 247 302

Shades and tints

Shades of #97A7C2

#97A7C2
(151,167,194)
#8A98B1
(138,152,177)
#7D89A0
(125,137,160)
#707A8F
(112,122,143)
#636B7E
(99,107,126)
#565C6D
(86,92,109)
#494D5C
(73,77,92)
#3C3E4B
(60,62,75)
#2F2F3A
(47,47,58)
#222029
(34,32,41)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #97A7C2

#97A7C2
(151,167,194)
#A0AFC7
(160,175,199)
#A9B7CC
(169,183,204)
#B2BFD1
(178,191,209)
#BBC7D6
(187,199,214)
#C4CFDB
(196,207,219)
#CDD7E0
(205,215,224)
#D6DFE5
(214,223,229)
#DFE7EA
(223,231,234)
#E8EFEF
(232,239,239)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A7C2 color. Also use rgb(151,167,194) instead hex code.

Text Font Color

.myTextColor { color: #97A7C2; }

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

This text font color is #97A7C2.

Background Color

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

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

This div background color is #97A7C2.

Border color

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

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

This div border color is #97A7C2.

Opacity

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

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

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

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

This text has shadow with #97A7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A7C2.

Preview

Color preview on black background

This text has color #97A7C2 on black background.


Color preview on white background

This text has color #97A7C2 on white background.


Black color preview on #97A7C2 background

This text has black color on #97A7C2 background.


White color preview on #97A7C2 background

This text has white color on #97A7C2 background.


Related colors

Complementary color

Complementary color for #hex is #68583D.


I love getcolorcode.com

Triadic colors

1 #C297A7 and #A7C297 with #97A7C2 are triadic colors.

2 #C2A797 and #A797C2 with #97A7C2 are triadic colors.