COLOR #5F9EA0

HEX: #5F9EA0
RGB: (95,158,160)

Color info

Color name is CadetBlue. #5F9EA0 contains mainly green and blue colors. Web safe color of #5F9EA0 is #669999 (or #699).

RGB color model

#5F9EA0 color RGB value is (95,158,160).

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

RGB channels and saturation

R 95 of 255 = 37%
G 158 of 255 = 62%
B 160 of 255 = 63%

95
158
160

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

Portions of RGB colors in percentages

R + G + B =
95 + 158 + 160 = 413 (100%)
R 95 of 413 ~ 23%
G 158 of 413 ~ 38.26%
B 160 of 413 ~ 38.74%

%23
%38.26
%38.74

CMYK color model

#5F9EA0 color CMYK value is (41,1,0,37).

  • cyan value is 40.63%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(41,1,0,37)
C41M1Y0K37 
(41%,1%,0%,37%)
(0.41/0.01/0.00/0.37)	

CMYK percentages

%40.63
%1.25
%0
%37.25

Codes

Color #5F9EA0 in popluar color models

5F9EA0
RGB95158160
HSL182°25.49%50.00%
HSB/HSV182°40.63%62.75%
CMYK40.63%1.25%0.00%
37.25%

Color #5F9EA0 in popluar number systems.

HEX5F9EA0
Decimal95158160
Binary10111111001111010100000
Octal137236240

Shades and tints

Shades of #5F9EA0

#5F9EA0
(95,158,160)
#579092
(87,144,146)
#4F8284
(79,130,132)
#477476
(71,116,118)
#3F6668
(63,102,104)
#37585A
(55,88,90)
#2F4A4C
(47,74,76)
#273C3E
(39,60,62)
#1F2E30
(31,46,48)
#172022
(23,32,34)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #5F9EA0

#5F9EA0
(95,158,160)
#6DA6A8
(109,166,168)
#7BAEB0
(123,174,176)
#89B6B8
(137,182,184)
#97BEC0
(151,190,192)
#A5C6C8
(165,198,200)
#B3CED0
(179,206,208)
#C1D6D8
(193,214,216)
#CFDEE0
(207,222,224)
#DDE6E8
(221,230,232)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9EA0; }

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

This text font color is #5F9EA0.


Background Color

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

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

This div background color is #5F9EA0.


Border color

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

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

This div border color is #5F9EA0.


Opacity

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

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

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

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

This text has shadow with #5F9EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9EA0 on black background.


Color preview on white background

This text has color #5F9EA0 on white background.



Black color preview on #5F9EA0 background

This text has black color on #5F9EA0 background.


White color preview on #5F9EA0 background

This text has white color on #5F9EA0 background.