COLOR #5FA0B1

HEX: #5FA0B1
RGB: (95,160,177)

Color info

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

RGB color model

#5FA0B1 color RGB value is (95,160,177).

  • red value is 95;
  • green value is 160;
  • blue value is 177.
RGB:
(95,160,177)
(37%,63%,69%)

RGB channels and saturation

R 95 of 255 = 37%
G 160 of 255 = 63%
B 177 of 255 = 69%

95
160
177

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

Portions of RGB colors in percentages

R + G + B =
95 + 160 + 177 = 432 (100%)
R 95 of 432 ~ 21.99%
G 160 of 432 ~ 37.04%
B 177 of 432 ~ 40.97%

%21.99
%37.04
%40.97

CMYK color model

#5FA0B1 color CMYK value is (46,10,0,31).

  • cyan value is 46.33%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,10,0,31)
C46M10Y0K31 
(46%,10%,0%,31%)
(0.46/0.10/0.00/0.31)	

CMYK percentages

%46.33
%9.6
%0
%30.59

Codes

Color #5FA0B1 in popluar color models

5FA0B1
RGB95160177
HSL192°34.45%53.33%
HSB/HSV192°46.33%69.41%
CMYK46.33%9.60%0.00%
30.59%

Color #5FA0B1 in popluar number systems.

HEX5FA0B1
Decimal95160177
Binary10111111010000010110001
Octal137240261

Shades and tints

Shades of #5FA0B1

#5FA0B1
(95,160,177)
#5792A1
(87,146,161)
#4F8491
(79,132,145)
#477681
(71,118,129)
#3F6871
(63,104,113)
#375A61
(55,90,97)
#2F4C51
(47,76,81)
#273E41
(39,62,65)
#1F3031
(31,48,49)
#172221
(23,34,33)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #5FA0B1

#5FA0B1
(95,160,177)
#6DA8B8
(109,168,184)
#7BB0BF
(123,176,191)
#89B8C6
(137,184,198)
#97C0CD
(151,192,205)
#A5C8D4
(165,200,212)
#B3D0DB
(179,208,219)
#C1D8E2
(193,216,226)
#CFE0E9
(207,224,233)
#DDE8F0
(221,232,240)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA0B1 color. Also use rgb(95,160,177) instead hex code.

Text Font Color

.myTextColor { color: #5FA0B1; }

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

This text font color is #5FA0B1.


Background Color

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

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

This div background color is #5FA0B1.


Border color

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

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

This div border color is #5FA0B1.


Opacity

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

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

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

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

This text has shadow with #5FA0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA0B1 on black background.


Color preview on white background

This text has color #5FA0B1 on white background.



Black color preview on #5FA0B1 background

This text has black color on #5FA0B1 background.


White color preview on #5FA0B1 background

This text has white color on #5FA0B1 background.