COLOR #5FAFD3

HEX: #5FAFD3
RGB: (95,175,211)

Color info

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

RGB color model

#5FAFD3 color RGB value is (95,175,211).

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

RGB channels and saturation

R 95 of 255 = 37%
G 175 of 255 = 69%
B 211 of 255 = 83%

95
175
211

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

Portions of RGB colors in percentages

R + G + B =
95 + 175 + 211 = 481 (100%)
R 95 of 481 ~ 19.75%
G 175 of 481 ~ 36.38%
B 211 of 481 ~ 43.87%

%19.75
%36.38
%43.87

CMYK color model

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

  • cyan value is 54.98%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(55,17,0,17)
C55M17Y0K17 
(55%,17%,0%,17%)
(0.55/0.17/0.00/0.17)	

CMYK percentages

%54.98
%17.06
%0
%17.25

Codes

Color #5FAFD3 in popluar color models

5FAFD3
RGB95175211
HSL199°56.86%60.00%
HSB/HSV199°54.98%82.75%
CMYK54.98%17.06%0.00%
17.25%

Color #5FAFD3 in popluar number systems.

HEX5FAFD3
Decimal95175211
Binary10111111010111111010011
Octal137257323

Shades and tints

Shades of #5FAFD3

#5FAFD3
(95,175,211)
#57A0C0
(87,160,192)
#4F91AD
(79,145,173)
#47829A
(71,130,154)
#3F7387
(63,115,135)
#376474
(55,100,116)
#2F5561
(47,85,97)
#27464E
(39,70,78)
#1F373B
(31,55,59)
#172828
(23,40,40)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #5FAFD3

#5FAFD3
(95,175,211)
#6DB6D7
(109,182,215)
#7BBDDB
(123,189,219)
#89C4DF
(137,196,223)
#97CBE3
(151,203,227)
#A5D2E7
(165,210,231)
#B3D9EB
(179,217,235)
#C1E0EF
(193,224,239)
#CFE7F3
(207,231,243)
#DDEEF7
(221,238,247)
#EBF5FB
(235,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FAFD3; }

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

This text font color is #5FAFD3.


Background Color

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

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

This div background color is #5FAFD3.


Border color

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

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

This div border color is #5FAFD3.


Opacity

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

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

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

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

This text has shadow with #5FAFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAFD3 on black background.


Color preview on white background

This text has color #5FAFD3 on white background.



Black color preview on #5FAFD3 background

This text has black color on #5FAFD3 background.


White color preview on #5FAFD3 background

This text has white color on #5FAFD3 background.