COLOR #97A7CB

HEX: #97A7CB
RGB: (151,167,203)

Color info

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

RGB color model

#97A7CB color RGB value is (151,167,203).

  • red value is 151;
  • green value is 167;
  • blue value is 203.
RGB:
(151,167,203)
(59%,65%,80%)

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 203 of 255 = 80%

151
167
203

R + G + B ~ 68%. #97A7CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 203 = 521 (100%)
R 151 of 521 ~ 28.98%
G 167 of 521 ~ 32.05%
B 203 of 521 ~ 38.96%

%28.98
%32.05
%38.96

CMYK color model

#97A7CB color CMYK value is (26,18,0,20).

  • cyan value is 25.62%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,18,0,20)
C26M18Y0K20 
(26%,18%,0%,20%)
(0.26/0.18/0.00/0.20)	

CMYK percentages

%25.62
%17.73
%0
%20.39

Codes

Color #97A7CB in popluar color models

97A7CB
RGB151167203
HSL222°33.33%69.41%
HSB/HSV222°25.62%79.61%
CMYK25.62%17.73%0.00%
20.39%

Color #97A7CB in popluar number systems.

HEX97A7CB
Decimal151167203
Binary100101111010011111001011
Octal227247313

Shades and tints

Shades of #97A7CB

#97A7CB
(151,167,203)
#8A98B9
(138,152,185)
#7D89A7
(125,137,167)
#707A95
(112,122,149)
#636B83
(99,107,131)
#565C71
(86,92,113)
#494D5F
(73,77,95)
#3C3E4D
(60,62,77)
#2F2F3B
(47,47,59)
#222029
(34,32,41)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #97A7CB

#97A7CB
(151,167,203)
#A0AFCF
(160,175,207)
#A9B7D3
(169,183,211)
#B2BFD7
(178,191,215)
#BBC7DB
(187,199,219)
#C4CFDF
(196,207,223)
#CDD7E3
(205,215,227)
#D6DFE7
(214,223,231)
#DFE7EB
(223,231,235)
#E8EFEF
(232,239,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A7CB; }

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

This text font color is #97A7CB.


Background Color

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

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

This div background color is #97A7CB.


Border color

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

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

This div border color is #97A7CB.


Opacity

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

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

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

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

This text has shadow with #97A7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A7CB on black background.


Color preview on white background

This text has color #97A7CB on white background.



Black color preview on #97A7CB background

This text has black color on #97A7CB background.


White color preview on #97A7CB background

This text has white color on #97A7CB background.