COLOR #5FA6CF

HEX: #5FA6CF
RGB: (95,166,207)

Color info

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

RGB color model

#5FA6CF color RGB value is (95,166,207).

  • red value is 95;
  • green value is 166;
  • blue value is 207.
RGB:
(95,166,207)
(37%,65%,81%)

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 207 of 255 = 81%

95
166
207

R + G + B ~ 61%. #5FA6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 207 = 468 (100%)
R 95 of 468 ~ 20.3%
G 166 of 468 ~ 35.47%
B 207 of 468 ~ 44.23%

%20.3
%35.47
%44.23

CMYK color model

#5FA6CF color CMYK value is (54,20,0,19).

  • cyan value is 54.11%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(54,20,0,19)
C54M20Y0K19 
(54%,20%,0%,19%)
(0.54/0.20/0.00/0.19)	

CMYK percentages

%54.11
%19.81
%0
%18.82

Codes

Color #5FA6CF in popluar color models

5FA6CF
RGB95166207
HSL202°53.85%59.22%
HSB/HSV202°54.11%81.18%
CMYK54.11%19.81%0.00%
18.82%

Color #5FA6CF in popluar number systems.

HEX5FA6CF
Decimal95166207
Binary10111111010011011001111
Octal137246317

Shades and tints

Shades of #5FA6CF

#5FA6CF
(95,166,207)
#5797BD
(87,151,189)
#4F88AB
(79,136,171)
#477999
(71,121,153)
#3F6A87
(63,106,135)
#375B75
(55,91,117)
#2F4C63
(47,76,99)
#273D51
(39,61,81)
#1F2E3F
(31,46,63)
#171F2D
(23,31,45)
#0F101B
(15,16,27)
#000000
(0,0,0)

Tints of #5FA6CF

#5FA6CF
(95,166,207)
#6DAED3
(109,174,211)
#7BB6D7
(123,182,215)
#89BEDB
(137,190,219)
#97C6DF
(151,198,223)
#A5CEE3
(165,206,227)
#B3D6E7
(179,214,231)
#C1DEEB
(193,222,235)
#CFE6EF
(207,230,239)
#DDEEF3
(221,238,243)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA6CF color. Also use rgb(95,166,207) instead hex code.

Text Font Color

.myTextColor { color: #5FA6CF; }

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

This text font color is #5FA6CF.


Background Color

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

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

This div background color is #5FA6CF.


Border color

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

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

This div border color is #5FA6CF.


Opacity

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

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

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

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

This text has shadow with #5FA6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA6CF on black background.


Color preview on white background

This text has color #5FA6CF on white background.



Black color preview on #5FA6CF background

This text has black color on #5FA6CF background.


White color preview on #5FA6CF background

This text has white color on #5FA6CF background.