COLOR #5F96C7

HEX: #5F96C7 RGB: (95,150,199)

Color info

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

RGB color model

#5F96C7 color RGB value is (95,150,199).

RGB: (95,150,199) (37%, 59%, 78%)

RGB channels and saturation

R 95 of 255 = 37%
G 150 of 255 = 59%
B 199 of 255 = 78%

95
150
199

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

Portions of RGB colors in percentages

R + G + B = 95 + 150 + 199 = 444 (100%)
R 95 of 444 ~ 21.4%
G 150 of 444 ~ 33.78%
B 199 of 444 ~ 44.82'%

%21.4
%33.78
%44.82

CMYK color model

#5F96C7 color CMYK value is (52,25,0,22).

  • cyan value is 52.26%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (52,25,0,22) C52M25Y0K22 (52%,25%,0%,22%) (0.52/0.25/0.00/0.22) 

CMYK percentages

%52.26
%24.62
%0
%21.96

Codes

Color #5F96C7 in popluar color models

5F 96 C7
RGB 95 150 199
HSL 208° 48.15% 57.65%
HSB/HSV 208° 52.26% 78.04%
CMYK 52.26% 24.62% 0.00%
21.96%

Color #5F96C7 in popluar number systems.

HEX 5F 96 C7
Decimal 95 150 199
Binary 1011111 10010110 11000111
Octal 137 226 307

Shades and tints

Shades of #5F96C7

#5F96C7
(95,150,199)
#5789B5
(87,137,181)
#4F7CA3
(79,124,163)
#476F91
(71,111,145)
#3F627F
(63,98,127)
#37556D
(55,85,109)
#2F485B
(47,72,91)
#273B49
(39,59,73)
#1F2E37
(31,46,55)
#172125
(23,33,37)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #5F96C7

#5F96C7
(95,150,199)
#6D9FCC
(109,159,204)
#7BA8D1
(123,168,209)
#89B1D6
(137,177,214)
#97BADB
(151,186,219)
#A5C3E0
(165,195,224)
#B3CCE5
(179,204,229)
#C1D5EA
(193,213,234)
#CFDEEF
(207,222,239)
#DDE7F4
(221,231,244)
#EBF0F9
(235,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F96C7 color. Also use rgb(95,150,199) instead hex code.

Text Font Color

.myTextColor { color: #5F96C7; }

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

This text font color is #5F96C7.

Background Color

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

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

This div background color is #5F96C7.

Border color

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

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

This div border color is #5F96C7.

Opacity

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

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

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

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

This text has shadow with #5F96C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F96C7.

Preview

Color preview on black background

This text has color #5F96C7 on black background.


Color preview on white background

This text has color #5F96C7 on white background.


Black color preview on #5F96C7 background

This text has black color on #5F96C7 background.


White color preview on #5F96C7 background

This text has white color on #5F96C7 background.


Related colors

Complementary color

Complementary color for #hex is #A06938.


I love getcolorcode.com

Triadic colors

1 #C75F96 and #96C75F with #5F96C7 are triadic colors.

2 #C7965F and #965FC7 with #5F96C7 are triadic colors.