COLOR #717E8B

HEX: #717E8B
RGB: (113,126,139)

Color info

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

RGB color model

#717E8B color RGB value is (113,126,139).

  • red value is 113;
  • green value is 126;
  • blue value is 139.
RGB:
(113,126,139)
(44%,49%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 139 of 255 = 55%

113
126
139

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 139 = 378 (100%)
R 113 of 378 ~ 29.89%
G 126 of 378 ~ 33.33%
B 139 of 378 ~ 36.77%

%29.89
%33.33
%36.77

CMYK color model

#717E8B color CMYK value is (19,9,0,45).

  • cyan value is 18.71%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,9,0,45)
C19M9Y0K45 
(19%,9%,0%,45%)
(0.19/0.09/0.00/0.45)	

CMYK percentages

%18.71
%9.35
%0
%45.49

Codes

Color #717E8B in popluar color models

717E8B
RGB113126139
HSL210°10.32%49.41%
HSB/HSV210°18.71%54.51%
CMYK18.71%9.35%0.00%
45.49%

Color #717E8B in popluar number systems.

HEX717E8B
Decimal113126139
Binary1110001111111010001011
Octal161176213

Shades and tints

Shades of #717E8B

#717E8B
(113,126,139)
#67737F
(103,115,127)
#5D6873
(93,104,115)
#535D67
(83,93,103)
#49525B
(73,82,91)
#3F474F
(63,71,79)
#353C43
(53,60,67)
#2B3137
(43,49,55)
#21262B
(33,38,43)
#171B1F
(23,27,31)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #717E8B

#717E8B
(113,126,139)
#7D8995
(125,137,149)
#89949F
(137,148,159)
#959FA9
(149,159,169)
#A1AAB3
(161,170,179)
#ADB5BD
(173,181,189)
#B9C0C7
(185,192,199)
#C5CBD1
(197,203,209)
#D1D6DB
(209,214,219)
#DDE1E5
(221,225,229)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717E8B color. Also use rgb(113,126,139) instead hex code.

Text Font Color

.myTextColor { color: #717E8B; }

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

This text font color is #717E8B.


Background Color

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

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

This div background color is #717E8B.


Border color

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

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

This div border color is #717E8B.


Opacity

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

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

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

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

This text has shadow with #717E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E8B on black background.


Color preview on white background

This text has color #717E8B on white background.



Black color preview on #717E8B background

This text has black color on #717E8B background.


White color preview on #717E8B background

This text has white color on #717E8B background.