COLOR #716E9D

HEX: #716E9D RGB: (113,110,157)

Color info

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

RGB color model

#716E9D color RGB value is (113,110,157).

RGB: (113,110,157) (44%, 43%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 157 of 255 = 62%

113
110
157

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

Portions of RGB colors in percentages

R + G + B = 113 + 110 + 157 = 380 (100%)
R 113 of 380 ~ 29.74%
G 110 of 380 ~ 28.95%
B 157 of 380 ~ 41.32'%

%29.74
%28.95
%41.32

CMYK color model

#716E9D color CMYK value is (28,30,0,38).

  • cyan value is 28.03%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (28,30,0,38)
C28M30Y0K38 (28%, 30%, 0%, 38%)
(0.28 / 0.30 / 0.00 / 0.38)

CMYK percentages

%28.03
%29.94
%0
%38.43

Codes

Color #716E9D in popluar color models

71 6E 9D
RGB 113 110 157
HSL 244° 19.34% 52.35%
HSB/HSV 244° 29.94% 61.57%
CMYK 28.03% 29.94% 0.00%
38.43%

Color #716E9D in popluar number systems.

HEX 71 6E 9D
Decimal 113 110 157
Binary 1110001 1101110 10011101
Octal 161 156 235

Shades and tints

Shades of #716E9D

#716E9D
(113,110,157)
#67648F
(103,100,143)
#5D5A81
(93,90,129)
#535073
(83,80,115)
#494665
(73,70,101)
#3F3C57
(63,60,87)
#353249
(53,50,73)
#2B283B
(43,40,59)
#211E2D
(33,30,45)
#17141F
(23,20,31)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #716E9D

#716E9D
(113,110,157)
#7D7BA5
(125,123,165)
#8988AD
(137,136,173)
#9595B5
(149,149,181)
#A1A2BD
(161,162,189)
#ADAFC5
(173,175,197)
#B9BCCD
(185,188,205)
#C5C9D5
(197,201,213)
#D1D6DD
(209,214,221)
#DDE3E5
(221,227,229)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716E9D color. Also use rgb(113,110,157) instead hex code.

Text Font Color

.myTextColor { color: #716E9D; }

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

This text font color is #716E9D.

Background Color

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

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

This div background color is #716E9D.

Border color

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

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

This div border color is #716E9D.

Opacity

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

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

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

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

This text has shadow with #716E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716E9D.

Preview

Color preview on black background

This text has color #716E9D on black background.


Color preview on white background

This text has color #716E9D on white background.


Black color preview on #716E9D background

This text has black color on #716E9D background.


White color preview on #716E9D background

This text has white color on #716E9D background.


Related colors

Complementary color

Complementary color for #hex is #8E9162.


I love getcolorcode.com

Triadic colors

1 #9D716E and #6E9D71 with #716E9D are triadic colors.

2 #9D6E71 and #6E719D with #716E9D are triadic colors.