COLOR #5FB0A7

HEX: #5FB0A7
RGB: (95,176,167)

Color info

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

RGB color model

#5FB0A7 color RGB value is (95,176,167).

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

RGB channels and saturation

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

95
176
167

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

Portions of RGB colors in percentages

R + G + B =
95 + 176 + 167 = 438 (100%)
R 95 of 438 ~ 21.69%
G 176 of 438 ~ 40.18%
B 167 of 438 ~ 38.13%

%21.69
%40.18
%38.13

CMYK color model

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

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 30.98%
CMYK:
(46,0,5,31)
C46M0Y5K31 
(46%,0%,5%,31%)
(0.46/0.00/0.05/0.31)	

CMYK percentages

%46.02
%0
%5.11
%30.98

Codes

Color #5FB0A7 in popluar color models

5FB0A7
RGB95176167
HSL173°33.89%53.14%
HSB/HSV173°46.02%69.02%
CMYK46.02%0.00%5.11%
30.98%

Color #5FB0A7 in popluar number systems.

HEX5FB0A7
Decimal95176167
Binary10111111011000010100111
Octal137260247

Shades and tints

Shades of #5FB0A7

#5FB0A7
(95,176,167)
#57A098
(87,160,152)
#4F9089
(79,144,137)
#47807A
(71,128,122)
#3F706B
(63,112,107)
#37605C
(55,96,92)
#2F504D
(47,80,77)
#27403E
(39,64,62)
#1F302F
(31,48,47)
#172020
(23,32,32)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5FB0A7

#5FB0A7
(95,176,167)
#6DB7AF
(109,183,175)
#7BBEB7
(123,190,183)
#89C5BF
(137,197,191)
#97CCC7
(151,204,199)
#A5D3CF
(165,211,207)
#B3DAD7
(179,218,215)
#C1E1DF
(193,225,223)
#CFE8E7
(207,232,231)
#DDEFEF
(221,239,239)
#EBF6F7
(235,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB0A7; }

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

This text font color is #5FB0A7.


Background Color

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

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

This div background color is #5FB0A7.


Border color

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

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

This div border color is #5FB0A7.


Opacity

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

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

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

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

This text has shadow with #5FB0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB0A7 on black background.


Color preview on white background

This text has color #5FB0A7 on white background.



Black color preview on #5FB0A7 background

This text has black color on #5FB0A7 background.


White color preview on #5FB0A7 background

This text has white color on #5FB0A7 background.