COLOR #717987

HEX: #717987
RGB: (113,121,135)

Color info

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

RGB color model

#717987 color RGB value is (113,121,135).

  • red value is 113;
  • green value is 121;
  • blue value is 135.
RGB:
(113,121,135)
(44%,47%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 135 of 255 = 53%

113
121
135

R + G + B ~ 48%. #717987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 135 = 369 (100%)
R 113 of 369 ~ 30.62%
G 121 of 369 ~ 32.79%
B 135 of 369 ~ 36.59%

%30.62
%32.79
%36.59

CMYK color model

#717987 color CMYK value is (16,10,0,47).

  • cyan value is 16.30%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(16,10,0,47)
C16M10Y0K47 
(16%,10%,0%,47%)
(0.16/0.10/0.00/0.47)	

CMYK percentages

%16.3
%10.37
%0
%47.06

Codes

Color #717987 in popluar color models

717987
RGB113121135
HSL218°8.87%48.63%
HSB/HSV218°16.30%52.94%
CMYK16.30%10.37%0.00%
47.06%

Color #717987 in popluar number systems.

HEX717987
Decimal113121135
Binary1110001111100110000111
Octal161171207

Shades and tints

Shades of #717987

#717987
(113,121,135)
#676E7B
(103,110,123)
#5D636F
(93,99,111)
#535863
(83,88,99)
#494D57
(73,77,87)
#3F424B
(63,66,75)
#35373F
(53,55,63)
#2B2C33
(43,44,51)
#212127
(33,33,39)
#17161B
(23,22,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #717987

#717987
(113,121,135)
#7D8591
(125,133,145)
#89919B
(137,145,155)
#959DA5
(149,157,165)
#A1A9AF
(161,169,175)
#ADB5B9
(173,181,185)
#B9C1C3
(185,193,195)
#C5CDCD
(197,205,205)
#D1D9D7
(209,217,215)
#DDE5E1
(221,229,225)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717987 color. Also use rgb(113,121,135) instead hex code.

Text Font Color

.myTextColor { color: #717987; }

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

This text font color is #717987.


Background Color

.myBgColor { background-color: #717987; }

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

This div background color is #717987.


Border color

.myBorderColor { border: 1px solid #717987; }

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

This div border color is #717987.


Opacity

.myOpacity80 { color: #717987; opacity: 0.8; }

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

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

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

This text has shadow with #717987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717987 on black background.


Color preview on white background

This text has color #717987 on white background.



Black color preview on #717987 background

This text has black color on #717987 background.


White color preview on #717987 background

This text has white color on #717987 background.