COLOR #717F95

HEX: #717F95
RGB: (113,127,149)

Color info

#717F95 contains red, green and blue colors in about the same proportion. Web safe color of #717F95 is #666699 (or #669).

RGB color model

#717F95 color RGB value is (113,127,149).

  • red value is 113;
  • green value is 127;
  • blue value is 149.
RGB:
(113,127,149)
(44%,50%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 149 of 255 = 58%

113
127
149

R + G + B ~ 51%. #717F95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 149 = 389 (100%)
R 113 of 389 ~ 29.05%
G 127 of 389 ~ 32.65%
B 149 of 389 ~ 38.3%

%29.05
%32.65
%38.3

CMYK color model

#717F95 color CMYK value is (24,15,0,42).

  • cyan value is 24.16%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(24,15,0,42)
C24M15Y0K42 
(24%,15%,0%,42%)
(0.24/0.15/0.00/0.42)	

CMYK percentages

%24.16
%14.77
%0
%41.57

Codes

Color #717F95 in popluar color models

717F95
RGB113127149
HSL217°14.52%51.37%
HSB/HSV217°24.16%58.43%
CMYK24.16%14.77%0.00%
41.57%

Color #717F95 in popluar number systems.

HEX717F95
Decimal113127149
Binary1110001111111110010101
Octal161177225

Shades and tints

Shades of #717F95

#717F95
(113,127,149)
#677488
(103,116,136)
#5D697B
(93,105,123)
#535E6E
(83,94,110)
#495361
(73,83,97)
#3F4854
(63,72,84)
#353D47
(53,61,71)
#2B323A
(43,50,58)
#21272D
(33,39,45)
#171C20
(23,28,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #717F95

#717F95
(113,127,149)
#7D8A9E
(125,138,158)
#8995A7
(137,149,167)
#95A0B0
(149,160,176)
#A1ABB9
(161,171,185)
#ADB6C2
(173,182,194)
#B9C1CB
(185,193,203)
#C5CCD4
(197,204,212)
#D1D7DD
(209,215,221)
#DDE2E6
(221,226,230)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717F95 color. Also use rgb(113,127,149) instead hex code.

Text Font Color

.myTextColor { color: #717F95; }

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

This text font color is #717F95.


Background Color

.myBgColor { background-color: #717F95; }

<div style="background-color:#717F95">Inner text</div>

This div background color is #717F95.


Border color

.myBorderColor { border: 1px solid #717F95; }

<div style="border:3px solid #717F95">Div</div>

This div border color is #717F95.


Opacity

.myOpacity80 { color: #717F95; opacity: 0.8; }

<p style="color:#717F95;opacity:0.8;">80%</p>

Text with #717F95 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 #717F95;}

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

This text has shadow with #717F95 color.

.textShadow {text-shadow: 3px 3px 1px #717F95, 3px 3px 1px red;}

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

This text has shadow with #717F95 primary color and red secondary color.


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

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

This text has shadow with #717F95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717F95 on black background.


Color preview on white background

This text has color #717F95 on white background.



Black color preview on #717F95 background

This text has black color on #717F95 background.


White color preview on #717F95 background

This text has white color on #717F95 background.