COLOR #5FA6B3

HEX: #5FA6B3
RGB: (95,166,179)

Color info

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

RGB color model

#5FA6B3 color RGB value is (95,166,179).

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

RGB channels and saturation

R 95 of 255 = 37%
G 166 of 255 = 65%
B 179 of 255 = 70%

95
166
179

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

Portions of RGB colors in percentages

R + G + B =
95 + 166 + 179 = 440 (100%)
R 95 of 440 ~ 21.59%
G 166 of 440 ~ 37.73%
B 179 of 440 ~ 40.68%

%21.59
%37.73
%40.68

CMYK color model

#5FA6B3 color CMYK value is (47,7,0,30).

  • cyan value is 46.93%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(47,7,0,30)
C47M7Y0K30 
(47%,7%,0%,30%)
(0.47/0.07/0.00/0.30)	

CMYK percentages

%46.93
%7.26
%0
%29.8

Codes

Color #5FA6B3 in popluar color models

5FA6B3
RGB95166179
HSL189°35.59%53.73%
HSB/HSV189°46.93%70.20%
CMYK46.93%7.26%0.00%
29.80%

Color #5FA6B3 in popluar number systems.

HEX5FA6B3
Decimal95166179
Binary10111111010011010110011
Octal137246263

Shades and tints

Shades of #5FA6B3

#5FA6B3
(95,166,179)
#5797A3
(87,151,163)
#4F8893
(79,136,147)
#477983
(71,121,131)
#3F6A73
(63,106,115)
#375B63
(55,91,99)
#2F4C53
(47,76,83)
#273D43
(39,61,67)
#1F2E33
(31,46,51)
#171F23
(23,31,35)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #5FA6B3

#5FA6B3
(95,166,179)
#6DAEB9
(109,174,185)
#7BB6BF
(123,182,191)
#89BEC5
(137,190,197)
#97C6CB
(151,198,203)
#A5CED1
(165,206,209)
#B3D6D7
(179,214,215)
#C1DEDD
(193,222,221)
#CFE6E3
(207,230,227)
#DDEEE9
(221,238,233)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA6B3; }

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

This text font color is #5FA6B3.


Background Color

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

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

This div background color is #5FA6B3.


Border color

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

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

This div border color is #5FA6B3.


Opacity

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

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

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

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

This text has shadow with #5FA6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA6B3 on black background.


Color preview on white background

This text has color #5FA6B3 on white background.



Black color preview on #5FA6B3 background

This text has black color on #5FA6B3 background.


White color preview on #5FA6B3 background

This text has white color on #5FA6B3 background.