COLOR #717C9F

HEX: #717C9F
RGB: (113,124,159)

Color info

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

RGB color model

#717C9F color RGB value is (113,124,159).

  • red value is 113;
  • green value is 124;
  • blue value is 159.
RGB: (113,124,159) (44%,49%,62%)

RGB channels and saturation

R 113 of 255 = 44%
G 124 of 255 = 49%
B 159 of 255 = 62%

113
124
159

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

Portions of RGB colors in percentages

R + G + B =
113 + 124 + 159 = 396 (100%)
R 113 of 396 ~ 28.54%
G 124 of 396 ~ 31.31%
B 159 of 396 ~ 40.15%

%28.54
%31.31
%40.15

CMYK color model

#717C9F color CMYK value is (29,22,0,38).

  • cyan value is 28.93%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (29,22,0,38) C29M22Y0K38 (29%,22%,0%,38%) (0.29/0.22/0.00/0.38)

CMYK percentages

%28.93
%22.01
%0
%37.65

Codes

Color #717C9F in popluar color models

717C9F
RGB113124159
HSL226°19.33%53.33%
HSB/HSV226°28.93%62.35%
CMYK28.93%22.01%0.00%
37.65%

Color #717C9F in popluar number systems.

HEX717C9F
Decimal113124159
Binary1110001111110010011111
Octal161174237

Shades and tints

Shades of #717C9F

#717C9F
(113,124,159)
#677191
(103,113,145)
#5D6683
(93,102,131)
#535B75
(83,91,117)
#495067
(73,80,103)
#3F4559
(63,69,89)
#353A4B
(53,58,75)
#2B2F3D
(43,47,61)
#21242F
(33,36,47)
#171921
(23,25,33)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #717C9F

#717C9F
(113,124,159)
#7D87A7
(125,135,167)
#8992AF
(137,146,175)
#959DB7
(149,157,183)
#A1A8BF
(161,168,191)
#ADB3C7
(173,179,199)
#B9BECF
(185,190,207)
#C5C9D7
(197,201,215)
#D1D4DF
(209,212,223)
#DDDFE7
(221,223,231)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717C9F color. Also use rgb(113,124,159) instead hex code.

Text Font Color

.myTextColor { color: #717C9F; }

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

This text font color is #717C9F.


Background Color

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

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

This div background color is #717C9F.


Border color

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

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

This div border color is #717C9F.


Opacity

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

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

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

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

This text has shadow with #717C9F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #717C9F on black background.


Color preview on white background

This text has color #717C9F on white background.



Black color preview on #717C9F background

This text has black color on #717C9F background.


White color preview on #717C9F background

This text has white color on #717C9F background.