COLOR #5FA1C1

HEX: #5FA1C1
RGB: (95,161,193)

Color info

#5FA1C1 contains mainly green and blue colors. Web safe color of #5FA1C1 is #6699CC (or #69C).

RGB color model

#5FA1C1 color RGB value is (95,161,193).

  • red value is 95;
  • green value is 161;
  • blue value is 193.
RGB:
(95,161,193)
(37%,63%,76%)

RGB channels and saturation

R 95 of 255 = 37%
G 161 of 255 = 63%
B 193 of 255 = 76%

95
161
193

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

Portions of RGB colors in percentages

R + G + B =
95 + 161 + 193 = 449 (100%)
R 95 of 449 ~ 21.16%
G 161 of 449 ~ 35.86%
B 193 of 449 ~ 42.98%

%21.16
%35.86
%42.98

CMYK color model

#5FA1C1 color CMYK value is (51,17,0,24).

  • cyan value is 50.78%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(51,17,0,24)
C51M17Y0K24 
(51%,17%,0%,24%)
(0.51/0.17/0.00/0.24)	

CMYK percentages

%50.78
%16.58
%0
%24.31

Codes

Color #5FA1C1 in popluar color models

5FA1C1
RGB95161193
HSL200°44.14%56.47%
HSB/HSV200°50.78%75.69%
CMYK50.78%16.58%0.00%
24.31%

Color #5FA1C1 in popluar number systems.

HEX5FA1C1
Decimal95161193
Binary10111111010000111000001
Octal137241301

Shades and tints

Shades of #5FA1C1

#5FA1C1
(95,161,193)
#5793B0
(87,147,176)
#4F859F
(79,133,159)
#47778E
(71,119,142)
#3F697D
(63,105,125)
#375B6C
(55,91,108)
#2F4D5B
(47,77,91)
#273F4A
(39,63,74)
#1F3139
(31,49,57)
#172328
(23,35,40)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #5FA1C1

#5FA1C1
(95,161,193)
#6DA9C6
(109,169,198)
#7BB1CB
(123,177,203)
#89B9D0
(137,185,208)
#97C1D5
(151,193,213)
#A5C9DA
(165,201,218)
#B3D1DF
(179,209,223)
#C1D9E4
(193,217,228)
#CFE1E9
(207,225,233)
#DDE9EE
(221,233,238)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA1C1 color. Also use rgb(95,161,193) instead hex code.

Text Font Color

.myTextColor { color: #5FA1C1; }

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

This text font color is #5FA1C1.


Background Color

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

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

This div background color is #5FA1C1.


Border color

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

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

This div border color is #5FA1C1.


Opacity

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

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

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

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

This text has shadow with #5FA1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA1C1 on black background.


Color preview on white background

This text has color #5FA1C1 on white background.



Black color preview on #5FA1C1 background

This text has black color on #5FA1C1 background.


White color preview on #5FA1C1 background

This text has white color on #5FA1C1 background.