COLOR #5F99D7

HEX: #5F99D7
RGB: (95,153,215)

Color info

#5F99D7 contains mainly blue color. Web safe color of #5F99D7 is #6699CC (or #69C).

RGB color model

#5F99D7 color RGB value is (95,153,215).

  • red value is 95;
  • green value is 153;
  • blue value is 215.
RGB:
(95,153,215)
(37%,60%,84%)

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 215 of 255 = 84%

95
153
215

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 215 = 463 (100%)
R 95 of 463 ~ 20.52%
G 153 of 463 ~ 33.05%
B 215 of 463 ~ 46.44%

%20.52
%33.05
%46.44

CMYK color model

#5F99D7 color CMYK value is (56,29,0,16).

  • cyan value is 55.81%
  • magenta value is 28.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(56,29,0,16)
C56M29Y0K16 
(56%,29%,0%,16%)
(0.56/0.29/0.00/0.16)	

CMYK percentages

%55.81
%28.84
%0
%15.69

Codes

Color #5F99D7 in popluar color models

5F99D7
RGB95153215
HSL211°60.00%60.78%
HSB/HSV211°55.81%84.31%
CMYK55.81%28.84%0.00%
15.69%

Color #5F99D7 in popluar number systems.

HEX5F99D7
Decimal95153215
Binary10111111001100111010111
Octal137231327

Shades and tints

Shades of #5F99D7

#5F99D7
(95,153,215)
#578CC4
(87,140,196)
#4F7FB1
(79,127,177)
#47729E
(71,114,158)
#3F658B
(63,101,139)
#375878
(55,88,120)
#2F4B65
(47,75,101)
#273E52
(39,62,82)
#1F313F
(31,49,63)
#17242C
(23,36,44)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #5F99D7

#5F99D7
(95,153,215)
#6DA2DA
(109,162,218)
#7BABDD
(123,171,221)
#89B4E0
(137,180,224)
#97BDE3
(151,189,227)
#A5C6E6
(165,198,230)
#B3CFE9
(179,207,233)
#C1D8EC
(193,216,236)
#CFE1EF
(207,225,239)
#DDEAF2
(221,234,242)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F99D7 color. Also use rgb(95,153,215) instead hex code.

Text Font Color

.myTextColor { color: #5F99D7; }

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

This text font color is #5F99D7.


Background Color

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

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

This div background color is #5F99D7.


Border color

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

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

This div border color is #5F99D7.


Opacity

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

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

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

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

This text has shadow with #5F99D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F99D7 on black background.


Color preview on white background

This text has color #5F99D7 on white background.



Black color preview on #5F99D7 background

This text has black color on #5F99D7 background.


White color preview on #5F99D7 background

This text has white color on #5F99D7 background.