COLOR #5F98AB

HEX: #5F98AB
RGB: (95,152,171)

Color info

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

RGB color model

#5F98AB color RGB value is (95,152,171).

  • red value is 95;
  • green value is 152;
  • blue value is 171.
RGB:
(95,152,171)
(37%,60%,67%)

RGB channels and saturation

R 95 of 255 = 37%
G 152 of 255 = 60%
B 171 of 255 = 67%

95
152
171

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

Portions of RGB colors in percentages

R + G + B =
95 + 152 + 171 = 418 (100%)
R 95 of 418 ~ 22.73%
G 152 of 418 ~ 36.36%
B 171 of 418 ~ 40.91%

%22.73
%36.36
%40.91

CMYK color model

#5F98AB color CMYK value is (44,11,0,33).

  • cyan value is 44.44%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,11,0,33)
C44M11Y0K33 
(44%,11%,0%,33%)
(0.44/0.11/0.00/0.33)	

CMYK percentages

%44.44
%11.11
%0
%32.94

Codes

Color #5F98AB in popluar color models

5F98AB
RGB95152171
HSL195°31.15%52.16%
HSB/HSV195°44.44%67.06%
CMYK44.44%11.11%0.00%
32.94%

Color #5F98AB in popluar number systems.

HEX5F98AB
Decimal95152171
Binary10111111001100010101011
Octal137230253

Shades and tints

Shades of #5F98AB

#5F98AB
(95,152,171)
#578B9C
(87,139,156)
#4F7E8D
(79,126,141)
#47717E
(71,113,126)
#3F646F
(63,100,111)
#375760
(55,87,96)
#2F4A51
(47,74,81)
#273D42
(39,61,66)
#1F3033
(31,48,51)
#172324
(23,35,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #5F98AB

#5F98AB
(95,152,171)
#6DA1B2
(109,161,178)
#7BAAB9
(123,170,185)
#89B3C0
(137,179,192)
#97BCC7
(151,188,199)
#A5C5CE
(165,197,206)
#B3CED5
(179,206,213)
#C1D7DC
(193,215,220)
#CFE0E3
(207,224,227)
#DDE9EA
(221,233,234)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F98AB color. Also use rgb(95,152,171) instead hex code.

Text Font Color

.myTextColor { color: #5F98AB; }

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

This text font color is #5F98AB.


Background Color

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

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

This div background color is #5F98AB.


Border color

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

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

This div border color is #5F98AB.


Opacity

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

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

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

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

This text has shadow with #5F98AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F98AB on black background.


Color preview on white background

This text has color #5F98AB on white background.



Black color preview on #5F98AB background

This text has black color on #5F98AB background.


White color preview on #5F98AB background

This text has white color on #5F98AB background.