COLOR #5F97C6

HEX: #5F97C6
RGB: (95,151,198)

Color info

#5F97C6 contains mainly green and blue colors. Web safe color of #5F97C6 is #6699CC (or #69C).

RGB color model

#5F97C6 color RGB value is (95,151,198).

  • red value is 95;
  • green value is 151;
  • blue value is 198.
RGB:
(95,151,198)
(37%,59%,78%)

RGB channels and saturation

R 95 of 255 = 37%
G 151 of 255 = 59%
B 198 of 255 = 78%

95
151
198

R + G + B ~ 58%. #5F97C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 151 + 198 = 444 (100%)
R 95 of 444 ~ 21.4%
G 151 of 444 ~ 34.01%
B 198 of 444 ~ 44.59%

%21.4
%34.01
%44.59

CMYK color model

#5F97C6 color CMYK value is (52,24,0,22).

  • cyan value is 52.02%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(52,24,0,22)
C52M24Y0K22 
(52%,24%,0%,22%)
(0.52/0.24/0.00/0.22)	

CMYK percentages

%52.02
%23.74
%0
%22.35

Codes

Color #5F97C6 in popluar color models

5F97C6
RGB95151198
HSL207°47.47%57.45%
HSB/HSV207°52.02%77.65%
CMYK52.02%23.74%0.00%
22.35%

Color #5F97C6 in popluar number systems.

HEX5F97C6
Decimal95151198
Binary10111111001011111000110
Octal137227306

Shades and tints

Shades of #5F97C6

#5F97C6
(95,151,198)
#578AB4
(87,138,180)
#4F7DA2
(79,125,162)
#477090
(71,112,144)
#3F637E
(63,99,126)
#37566C
(55,86,108)
#2F495A
(47,73,90)
#273C48
(39,60,72)
#1F2F36
(31,47,54)
#172224
(23,34,36)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #5F97C6

#5F97C6
(95,151,198)
#6DA0CB
(109,160,203)
#7BA9D0
(123,169,208)
#89B2D5
(137,178,213)
#97BBDA
(151,187,218)
#A5C4DF
(165,196,223)
#B3CDE4
(179,205,228)
#C1D6E9
(193,214,233)
#CFDFEE
(207,223,238)
#DDE8F3
(221,232,243)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F97C6 color. Also use rgb(95,151,198) instead hex code.

Text Font Color

.myTextColor { color: #5F97C6; }

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

This text font color is #5F97C6.


Background Color

.myBgColor { background-color: #5F97C6; }

<div style="background-color:#5F97C6">Inner text</div>

This div background color is #5F97C6.


Border color

.myBorderColor { border: 1px solid #5F97C6; }

<div style="border:3px solid #5F97C6">Div</div>

This div border color is #5F97C6.


Opacity

.myOpacity80 { color: #5F97C6; opacity: 0.8; }

<p style="color:#5F97C6;opacity:0.8;">80%</p>

Text with #5F97C6 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 #5F97C6;}

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

This text has shadow with #5F97C6 color.

.textShadow {text-shadow: 3px 3px 1px #5F97C6, 3px 3px 1px red;}

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

This text has shadow with #5F97C6 primary color and red secondary color.


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

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

This text has shadow with #5F97C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F97C6 on black background.


Color preview on white background

This text has color #5F97C6 on white background.



Black color preview on #5F97C6 background

This text has black color on #5F97C6 background.


White color preview on #5F97C6 background

This text has white color on #5F97C6 background.