COLOR #5FAFD2

HEX: #5FAFD2
RGB: (95,175,210)

Color info

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

RGB color model

#5FAFD2 color RGB value is (95,175,210).

  • red value is 95;
  • green value is 175;
  • blue value is 210.
RGB:
(95,175,210)
(37%,69%,82%)

RGB channels and saturation

R 95 of 255 = 37%
G 175 of 255 = 69%
B 210 of 255 = 82%

95
175
210

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

Portions of RGB colors in percentages

R + G + B =
95 + 175 + 210 = 480 (100%)
R 95 of 480 ~ 19.79%
G 175 of 480 ~ 36.46%
B 210 of 480 ~ 43.75%

%19.79
%36.46
%43.75

CMYK color model

#5FAFD2 color CMYK value is (55,17,0,18).

  • cyan value is 54.76%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(55,17,0,18)
C55M17Y0K18 
(55%,17%,0%,18%)
(0.55/0.17/0.00/0.18)	

CMYK percentages

%54.76
%16.67
%0
%17.65

Codes

Color #5FAFD2 in popluar color models

5FAFD2
RGB95175210
HSL198°56.10%59.80%
HSB/HSV198°54.76%82.35%
CMYK54.76%16.67%0.00%
17.65%

Color #5FAFD2 in popluar number systems.

HEX5FAFD2
Decimal95175210
Binary10111111010111111010010
Octal137257322

Shades and tints

Shades of #5FAFD2

#5FAFD2
(95,175,210)
#57A0BF
(87,160,191)
#4F91AC
(79,145,172)
#478299
(71,130,153)
#3F7386
(63,115,134)
#376473
(55,100,115)
#2F5560
(47,85,96)
#27464D
(39,70,77)
#1F373A
(31,55,58)
#172827
(23,40,39)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #5FAFD2

#5FAFD2
(95,175,210)
#6DB6D6
(109,182,214)
#7BBDDA
(123,189,218)
#89C4DE
(137,196,222)
#97CBE2
(151,203,226)
#A5D2E6
(165,210,230)
#B3D9EA
(179,217,234)
#C1E0EE
(193,224,238)
#CFE7F2
(207,231,242)
#DDEEF6
(221,238,246)
#EBF5FA
(235,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAFD2 color. Also use rgb(95,175,210) instead hex code.

Text Font Color

.myTextColor { color: #5FAFD2; }

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

This text font color is #5FAFD2.


Background Color

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

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

This div background color is #5FAFD2.


Border color

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

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

This div border color is #5FAFD2.


Opacity

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

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

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

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

This text has shadow with #5FAFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAFD2 on black background.


Color preview on white background

This text has color #5FAFD2 on white background.



Black color preview on #5FAFD2 background

This text has black color on #5FAFD2 background.


White color preview on #5FAFD2 background

This text has white color on #5FAFD2 background.