COLOR #97A7E0

HEX: #97A7E0
RGB: (151,167,224)

Color info

#97A7E0 contains mainly green and blue colors. Web safe color of #97A7E0 is #9999CC (or #99C).

RGB color model

#97A7E0 color RGB value is (151,167,224).

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

RGB channels and saturation

R 151 of 255 = 59%
G 167 of 255 = 65%
B 224 of 255 = 88%

151
167
224

R + G + B ~ 71%. #97A7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 167 + 224 = 542 (100%)
R 151 of 542 ~ 27.86%
G 167 of 542 ~ 30.81%
B 224 of 542 ~ 41.33%

%27.86
%30.81
%41.33

CMYK color model

#97A7E0 color CMYK value is (33,25,0,12).

  • cyan value is 32.59%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(33,25,0,12)
C33M25Y0K12 
(33%,25%,0%,12%)
(0.33/0.25/0.00/0.12)	

CMYK percentages

%32.59
%25.45
%0
%12.16

Codes

Color #97A7E0 in popluar color models

97A7E0
RGB151167224
HSL227°54.07%73.53%
HSB/HSV227°32.59%87.84%
CMYK32.59%25.45%0.00%
12.16%

Color #97A7E0 in popluar number systems.

HEX97A7E0
Decimal151167224
Binary100101111010011111100000
Octal227247340

Shades and tints

Shades of #97A7E0

#97A7E0
(151,167,224)
#8A98CC
(138,152,204)
#7D89B8
(125,137,184)
#707AA4
(112,122,164)
#636B90
(99,107,144)
#565C7C
(86,92,124)
#494D68
(73,77,104)
#3C3E54
(60,62,84)
#2F2F40
(47,47,64)
#22202C
(34,32,44)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #97A7E0

#97A7E0
(151,167,224)
#A0AFE2
(160,175,226)
#A9B7E4
(169,183,228)
#B2BFE6
(178,191,230)
#BBC7E8
(187,199,232)
#C4CFEA
(196,207,234)
#CDD7EC
(205,215,236)
#D6DFEE
(214,223,238)
#DFE7F0
(223,231,240)
#E8EFF2
(232,239,242)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97A7E0; }

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

This text font color is #97A7E0.


Background Color

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

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

This div background color is #97A7E0.


Border color

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

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

This div border color is #97A7E0.


Opacity

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

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

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

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

This text has shadow with #97A7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97A7E0 on black background.


Color preview on white background

This text has color #97A7E0 on white background.



Black color preview on #97A7E0 background

This text has black color on #97A7E0 background.


White color preview on #97A7E0 background

This text has white color on #97A7E0 background.