COLOR #5FA6B0

HEX: #5FA6B0
RGB: (95,166,176)

Color info

#5FA6B0 contains mainly green and blue colors. Web safe color of #5FA6B0 is #669999 (or #699).

RGB color model

#5FA6B0 color RGB value is (95,166,176).

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

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 176 of 255 = 69%

95
166
176

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

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 176 = 437 (100%)
R 95 of 437 ~ 21.74%
G 166 of 437 ~ 37.99%
B 176 of 437 ~ 40.27%

%21.74
%37.99
%40.27

CMYK color model

#5FA6B0 color CMYK value is (46,6,0,31).

  • cyan value is 46.02%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(46,6,0,31)
C46M6Y0K31 
(46%,6%,0%,31%)
(0.46/0.06/0.00/0.31)	

CMYK percentages

%46.02
%5.68
%0
%30.98

Codes

Color #5FA6B0 in popluar color models

5FA6B0
RGB95166176
HSL187°33.89%53.14%
HSB/HSV187°46.02%69.02%
CMYK46.02%5.68%0.00%
30.98%

Color #5FA6B0 in popluar number systems.

HEX5FA6B0
Decimal95166176
Binary10111111010011010110000
Octal137246260

Shades and tints

Shades of #5FA6B0

#5FA6B0
(95,166,176)
#5797A0
(87,151,160)
#4F8890
(79,136,144)
#477980
(71,121,128)
#3F6A70
(63,106,112)
#375B60
(55,91,96)
#2F4C50
(47,76,80)
#273D40
(39,61,64)
#1F2E30
(31,46,48)
#171F20
(23,31,32)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5FA6B0

#5FA6B0
(95,166,176)
#6DAEB7
(109,174,183)
#7BB6BE
(123,182,190)
#89BEC5
(137,190,197)
#97C6CC
(151,198,204)
#A5CED3
(165,206,211)
#B3D6DA
(179,214,218)
#C1DEE1
(193,222,225)
#CFE6E8
(207,230,232)
#DDEEEF
(221,238,239)
#EBF6F6
(235,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA6B0; }

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

This text font color is #5FA6B0.


Background Color

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

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

This div background color is #5FA6B0.


Border color

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

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

This div border color is #5FA6B0.


Opacity

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

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

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

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

This text has shadow with #5FA6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA6B0 on black background.


Color preview on white background

This text has color #5FA6B0 on white background.



Black color preview on #5FA6B0 background

This text has black color on #5FA6B0 background.


White color preview on #5FA6B0 background

This text has white color on #5FA6B0 background.