COLOR #5FB9C6

HEX: #5FB9C6
RGB: (95,185,198)

Color info

#5FB9C6 contains mainly green and blue colors. Web safe color of #5FB9C6 is #66CCCC (or #6CC).

RGB color model

#5FB9C6 color RGB value is (95,185,198).

  • red value is 95;
  • green value is 185;
  • blue value is 198.
RGB:
(95,185,198)
(37%,73%,78%)

RGB channels and saturation

R 95 of 255 = 37%
G 185 of 255 = 73%
B 198 of 255 = 78%

95
185
198

R + G + B ~ 63%. #5FB9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 185 + 198 = 478 (100%)
R 95 of 478 ~ 19.87%
G 185 of 478 ~ 38.7%
B 198 of 478 ~ 41.42%

%19.87
%38.7
%41.42

CMYK color model

#5FB9C6 color CMYK value is (52,7,0,22).

  • cyan value is 52.02%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(52,7,0,22)
C52M7Y0K22 
(52%,7%,0%,22%)
(0.52/0.07/0.00/0.22)	

CMYK percentages

%52.02
%6.57
%0
%22.35

Codes

Color #5FB9C6 in popluar color models

5FB9C6
RGB95185198
HSL188°47.47%57.45%
HSB/HSV188°52.02%77.65%
CMYK52.02%6.57%0.00%
22.35%

Color #5FB9C6 in popluar number systems.

HEX5FB9C6
Decimal95185198
Binary10111111011100111000110
Octal137271306

Shades and tints

Shades of #5FB9C6

#5FB9C6
(95,185,198)
#57A9B4
(87,169,180)
#4F99A2
(79,153,162)
#478990
(71,137,144)
#3F797E
(63,121,126)
#37696C
(55,105,108)
#2F595A
(47,89,90)
#274948
(39,73,72)
#1F3936
(31,57,54)
#172924
(23,41,36)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #5FB9C6

#5FB9C6
(95,185,198)
#6DBFCB
(109,191,203)
#7BC5D0
(123,197,208)
#89CBD5
(137,203,213)
#97D1DA
(151,209,218)
#A5D7DF
(165,215,223)
#B3DDE4
(179,221,228)
#C1E3E9
(193,227,233)
#CFE9EE
(207,233,238)
#DDEFF3
(221,239,243)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB9C6 color. Also use rgb(95,185,198) instead hex code.

Text Font Color

.myTextColor { color: #5FB9C6; }

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

This text font color is #5FB9C6.


Background Color

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

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

This div background color is #5FB9C6.


Border color

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

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

This div border color is #5FB9C6.


Opacity

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

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

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

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

This text has shadow with #5FB9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB9C6 on black background.


Color preview on white background

This text has color #5FB9C6 on white background.



Black color preview on #5FB9C6 background

This text has black color on #5FB9C6 background.


White color preview on #5FB9C6 background

This text has white color on #5FB9C6 background.