COLOR #716D93

HEX: #716D93
RGB: (113,109,147)

Color info

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

RGB color model

#716D93 color RGB value is (113,109,147).

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

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 147 of 255 = 58%

113
109
147

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 147 = 369 (100%)
R 113 of 369 ~ 30.62%
G 109 of 369 ~ 29.54%
B 147 of 369 ~ 39.84%

%30.62
%29.54
%39.84

CMYK color model

#716D93 color CMYK value is (23,26,0,42).

  • cyan value is 23.13%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(23,26,0,42)
C23M26Y0K42 
(23%,26%,0%,42%)
(0.23/0.26/0.00/0.42)	

CMYK percentages

%23.13
%25.85
%0
%42.35

Codes

Color #716D93 in popluar color models

716D93
RGB113109147
HSL246°14.96%50.20%
HSB/HSV246°25.85%57.65%
CMYK23.13%25.85%0.00%
42.35%

Color #716D93 in popluar number systems.

HEX716D93
Decimal113109147
Binary1110001110110110010011
Octal161155223

Shades and tints

Shades of #716D93

#716D93
(113,109,147)
#676486
(103,100,134)
#5D5B79
(93,91,121)
#53526C
(83,82,108)
#49495F
(73,73,95)
#3F4052
(63,64,82)
#353745
(53,55,69)
#2B2E38
(43,46,56)
#21252B
(33,37,43)
#171C1E
(23,28,30)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #716D93

#716D93
(113,109,147)
#7D7A9C
(125,122,156)
#8987A5
(137,135,165)
#9594AE
(149,148,174)
#A1A1B7
(161,161,183)
#ADAEC0
(173,174,192)
#B9BBC9
(185,187,201)
#C5C8D2
(197,200,210)
#D1D5DB
(209,213,219)
#DDE2E4
(221,226,228)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716D93 color. Also use rgb(113,109,147) instead hex code.

Text Font Color

.myTextColor { color: #716D93; }

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

This text font color is #716D93.


Background Color

.myBgColor { background-color: #716D93; }

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

This div background color is #716D93.


Border color

.myBorderColor { border: 1px solid #716D93; }

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

This div border color is #716D93.


Opacity

.myOpacity80 { color: #716D93; opacity: 0.8; }

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

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

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

This text has shadow with #716D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D93 on black background.


Color preview on white background

This text has color #716D93 on white background.



Black color preview on #716D93 background

This text has black color on #716D93 background.


White color preview on #716D93 background

This text has white color on #716D93 background.