COLOR #97A3CC

HEX: #97A3CC
RGB: (151,163,204)

Color info

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

RGB color model

#97A3CC color RGB value is (151,163,204).

  • red value is 151;
  • green value is 163;
  • blue value is 204.
RGB:
(151,163,204)
(59%,64%,80%)

RGB channels and saturation

R 151 of 255 = 59%
G 163 of 255 = 64%
B 204 of 255 = 80%

151
163
204

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

Portions of RGB colors in percentages

R + G + B =
151 + 163 + 204 = 518 (100%)
R 151 of 518 ~ 29.15%
G 163 of 518 ~ 31.47%
B 204 of 518 ~ 39.38%

%29.15
%31.47
%39.38

CMYK color model

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

  • cyan value is 25.98%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(26,20,0,20)
C26M20Y0K20 
(26%,20%,0%,20%)
(0.26/0.20/0.00/0.20)	

CMYK percentages

%25.98
%20.1
%0
%20

Codes

Color #97A3CC in popluar color models

97A3CC
RGB151163204
HSL226°34.19%69.61%
HSB/HSV226°25.98%80.00%
CMYK25.98%20.10%0.00%
20.00%

Color #97A3CC in popluar number systems.

HEX97A3CC
Decimal151163204
Binary100101111010001111001100
Octal227243314

Shades and tints

Shades of #97A3CC

#97A3CC
(151,163,204)
#8A95BA
(138,149,186)
#7D87A8
(125,135,168)
#707996
(112,121,150)
#636B84
(99,107,132)
#565D72
(86,93,114)
#494F60
(73,79,96)
#3C414E
(60,65,78)
#2F333C
(47,51,60)
#22252A
(34,37,42)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #97A3CC

#97A3CC
(151,163,204)
#A0ABD0
(160,171,208)
#A9B3D4
(169,179,212)
#B2BBD8
(178,187,216)
#BBC3DC
(187,195,220)
#C4CBE0
(196,203,224)
#CDD3E4
(205,211,228)
#D6DBE8
(214,219,232)
#DFE3EC
(223,227,236)
#E8EBF0
(232,235,240)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A3CC color. Also use rgb(151,163,204) instead hex code.

Text Font Color

.myTextColor { color: #97A3CC; }

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

This text font color is #97A3CC.


Background Color

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

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

This div background color is #97A3CC.


Border color

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

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

This div border color is #97A3CC.


Opacity

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

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

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

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

This text has shadow with #97A3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A3CC on black background.


Color preview on white background

This text has color #97A3CC on white background.



Black color preview on #97A3CC background

This text has black color on #97A3CC background.


White color preview on #97A3CC background

This text has white color on #97A3CC background.