COLOR #717B93

HEX: #717B93
RGB: (113,123,147)

Color info

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

RGB color model

#717B93 color RGB value is (113,123,147).

  • red value is 113;
  • green value is 123;
  • blue value is 147.
RGB:
(113,123,147)
(44%,48%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 147 of 255 = 58%

113
123
147

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 147 = 383 (100%)
R 113 of 383 ~ 29.5%
G 123 of 383 ~ 32.11%
B 147 of 383 ~ 38.38%

%29.5
%32.11
%38.38

CMYK color model

#717B93 color CMYK value is (23,16,0,42).

  • cyan value is 23.13%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(23,16,0,42)
C23M16Y0K42 
(23%,16%,0%,42%)
(0.23/0.16/0.00/0.42)	

CMYK percentages

%23.13
%16.33
%0
%42.35

Codes

Color #717B93 in popluar color models

717B93
RGB113123147
HSL222°13.60%50.98%
HSB/HSV222°23.13%57.65%
CMYK23.13%16.33%0.00%
42.35%

Color #717B93 in popluar number systems.

HEX717B93
Decimal113123147
Binary1110001111101110010011
Octal161173223

Shades and tints

Shades of #717B93

#717B93
(113,123,147)
#677086
(103,112,134)
#5D6579
(93,101,121)
#535A6C
(83,90,108)
#494F5F
(73,79,95)
#3F4452
(63,68,82)
#353945
(53,57,69)
#2B2E38
(43,46,56)
#21232B
(33,35,43)
#17181E
(23,24,30)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #717B93

#717B93
(113,123,147)
#7D879C
(125,135,156)
#8993A5
(137,147,165)
#959FAE
(149,159,174)
#A1ABB7
(161,171,183)
#ADB7C0
(173,183,192)
#B9C3C9
(185,195,201)
#C5CFD2
(197,207,210)
#D1DBDB
(209,219,219)
#DDE7E4
(221,231,228)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717B93 color. Also use rgb(113,123,147) instead hex code.

Text Font Color

.myTextColor { color: #717B93; }

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

This text font color is #717B93.


Background Color

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

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

This div background color is #717B93.


Border color

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

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

This div border color is #717B93.


Opacity

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

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

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

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

This text has shadow with #717B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717B93 on black background.


Color preview on white background

This text has color #717B93 on white background.



Black color preview on #717B93 background

This text has black color on #717B93 background.


White color preview on #717B93 background

This text has white color on #717B93 background.