COLOR #5F9EA7

HEX: #5F9EA7
RGB: (95,158,167)

Color info

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

RGB color model

#5F9EA7 color RGB value is (95,158,167).

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

RGB channels and saturation

R 95 of 255 = 37%
G 158 of 255 = 62%
B 167 of 255 = 65%

95
158
167

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

Portions of RGB colors in percentages

R + G + B =
95 + 158 + 167 = 420 (100%)
R 95 of 420 ~ 22.62%
G 158 of 420 ~ 37.62%
B 167 of 420 ~ 39.76%

%22.62
%37.62
%39.76

CMYK color model

#5F9EA7 color CMYK value is (43,5,0,35).

  • cyan value is 43.11%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(43,5,0,35)
C43M5Y0K35 
(43%,5%,0%,35%)
(0.43/0.05/0.00/0.35)	

CMYK percentages

%43.11
%5.39
%0
%34.51

Codes

Color #5F9EA7 in popluar color models

5F9EA7
RGB95158167
HSL188°29.03%51.37%
HSB/HSV188°43.11%65.49%
CMYK43.11%5.39%0.00%
34.51%

Color #5F9EA7 in popluar number systems.

HEX5F9EA7
Decimal95158167
Binary10111111001111010100111
Octal137236247

Shades and tints

Shades of #5F9EA7

#5F9EA7
(95,158,167)
#579098
(87,144,152)
#4F8289
(79,130,137)
#47747A
(71,116,122)
#3F666B
(63,102,107)
#37585C
(55,88,92)
#2F4A4D
(47,74,77)
#273C3E
(39,60,62)
#1F2E2F
(31,46,47)
#172020
(23,32,32)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #5F9EA7

#5F9EA7
(95,158,167)
#6DA6AF
(109,166,175)
#7BAEB7
(123,174,183)
#89B6BF
(137,182,191)
#97BEC7
(151,190,199)
#A5C6CF
(165,198,207)
#B3CED7
(179,206,215)
#C1D6DF
(193,214,223)
#CFDEE7
(207,222,231)
#DDE6EF
(221,230,239)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9EA7; }

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

This text font color is #5F9EA7.


Background Color

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

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

This div background color is #5F9EA7.


Border color

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

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

This div border color is #5F9EA7.


Opacity

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

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

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

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

This text has shadow with #5F9EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9EA7 on black background.


Color preview on white background

This text has color #5F9EA7 on white background.



Black color preview on #5F9EA7 background

This text has black color on #5F9EA7 background.


White color preview on #5F9EA7 background

This text has white color on #5F9EA7 background.