COLOR #717D94

HEX: #717D94
RGB: (113,125,148)

Color info

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

RGB color model

#717D94 color RGB value is (113,125,148).

  • red value is 113;
  • green value is 125;
  • blue value is 148.
RGB:
(113,125,148)
(44%,49%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 148 of 255 = 58%

113
125
148

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

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 148 = 386 (100%)
R 113 of 386 ~ 29.27%
G 125 of 386 ~ 32.38%
B 148 of 386 ~ 38.34%

%29.27
%32.38
%38.34

CMYK color model

#717D94 color CMYK value is (24,16,0,42).

  • cyan value is 23.65%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,16,0,42)
C24M16Y0K42 
(24%,16%,0%,42%)
(0.24/0.16/0.00/0.42)	

CMYK percentages

%23.65
%15.54
%0
%41.96

Codes

Color #717D94 in popluar color models

717D94
RGB113125148
HSL219°14.06%51.18%
HSB/HSV219°23.65%58.04%
CMYK23.65%15.54%0.00%
41.96%

Color #717D94 in popluar number systems.

HEX717D94
Decimal113125148
Binary1110001111110110010100
Octal161175224

Shades and tints

Shades of #717D94

#717D94
(113,125,148)
#677287
(103,114,135)
#5D677A
(93,103,122)
#535C6D
(83,92,109)
#495160
(73,81,96)
#3F4653
(63,70,83)
#353B46
(53,59,70)
#2B3039
(43,48,57)
#21252C
(33,37,44)
#171A1F
(23,26,31)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #717D94

#717D94
(113,125,148)
#7D889D
(125,136,157)
#8993A6
(137,147,166)
#959EAF
(149,158,175)
#A1A9B8
(161,169,184)
#ADB4C1
(173,180,193)
#B9BFCA
(185,191,202)
#C5CAD3
(197,202,211)
#D1D5DC
(209,213,220)
#DDE0E5
(221,224,229)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717D94 color. Also use rgb(113,125,148) instead hex code.

Text Font Color

.myTextColor { color: #717D94; }

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

This text font color is #717D94.


Background Color

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

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

This div background color is #717D94.


Border color

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

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

This div border color is #717D94.


Opacity

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

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

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

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

This text has shadow with #717D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717D94 on black background.


Color preview on white background

This text has color #717D94 on white background.



Black color preview on #717D94 background

This text has black color on #717D94 background.


White color preview on #717D94 background

This text has white color on #717D94 background.