COLOR #5FA4CF

HEX: #5FA4CF
RGB: (95,164,207)

Color info

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

RGB color model

#5FA4CF color RGB value is (95,164,207).

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

RGB channels and saturation

R 95 of 255 = 37%
G 164 of 255 = 64%
B 207 of 255 = 81%

95
164
207

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

Portions of RGB colors in percentages

R + G + B =
95 + 164 + 207 = 466 (100%)
R 95 of 466 ~ 20.39%
G 164 of 466 ~ 35.19%
B 207 of 466 ~ 44.42%

%20.39
%35.19
%44.42

CMYK color model

#5FA4CF color CMYK value is (54,21,0,19).

  • cyan value is 54.11%
  • magenta value is 20.77%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(54,21,0,19)
C54M21Y0K19 
(54%,21%,0%,19%)
(0.54/0.21/0.00/0.19)	

CMYK percentages

%54.11
%20.77
%0
%18.82

Codes

Color #5FA4CF in popluar color models

5FA4CF
RGB95164207
HSL203°53.85%59.22%
HSB/HSV203°54.11%81.18%
CMYK54.11%20.77%0.00%
18.82%

Color #5FA4CF in popluar number systems.

HEX5FA4CF
Decimal95164207
Binary10111111010010011001111
Octal137244317

Shades and tints

Shades of #5FA4CF

#5FA4CF
(95,164,207)
#5796BD
(87,150,189)
#4F88AB
(79,136,171)
#477A99
(71,122,153)
#3F6C87
(63,108,135)
#375E75
(55,94,117)
#2F5063
(47,80,99)
#274251
(39,66,81)
#1F343F
(31,52,63)
#17262D
(23,38,45)
#0F181B
(15,24,27)
#000000
(0,0,0)

Tints of #5FA4CF

#5FA4CF
(95,164,207)
#6DACD3
(109,172,211)
#7BB4D7
(123,180,215)
#89BCDB
(137,188,219)
#97C4DF
(151,196,223)
#A5CCE3
(165,204,227)
#B3D4E7
(179,212,231)
#C1DCEB
(193,220,235)
#CFE4EF
(207,228,239)
#DDECF3
(221,236,243)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA4CF; }

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

This text font color is #5FA4CF.


Background Color

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

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

This div background color is #5FA4CF.


Border color

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

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

This div border color is #5FA4CF.


Opacity

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

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

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

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

This text has shadow with #5FA4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA4CF on black background.


Color preview on white background

This text has color #5FA4CF on white background.



Black color preview on #5FA4CF background

This text has black color on #5FA4CF background.


White color preview on #5FA4CF background

This text has white color on #5FA4CF background.