COLOR #716D9E

HEX: #716D9E
RGB: (113,109,158)

Color info

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

RGB color model

#716D9E color RGB value is (113,109,158).

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

RGB channels and saturation

R 113 of 255 = 44%
G 109 of 255 = 43%
B 158 of 255 = 62%

113
109
158

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

Portions of RGB colors in percentages

R + G + B =
113 + 109 + 158 = 380 (100%)
R 113 of 380 ~ 29.74%
G 109 of 380 ~ 28.68%
B 158 of 380 ~ 41.58%

%29.74
%28.68
%41.58

CMYK color model

#716D9E color CMYK value is (28,31,0,38).

  • cyan value is 28.48%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,31,0,38)
C28M31Y0K38 
(28%,31%,0%,38%)
(0.28/0.31/0.00/0.38)	

CMYK percentages

%28.48
%31.01
%0
%38.04

Codes

Color #716D9E in popluar color models

716D9E
RGB113109158
HSL245°20.16%52.35%
HSB/HSV245°31.01%61.96%
CMYK28.48%31.01%0.00%
38.04%

Color #716D9E in popluar number systems.

HEX716D9E
Decimal113109158
Binary1110001110110110011110
Octal161155236

Shades and tints

Shades of #716D9E

#716D9E
(113,109,158)
#676490
(103,100,144)
#5D5B82
(93,91,130)
#535274
(83,82,116)
#494966
(73,73,102)
#3F4058
(63,64,88)
#35374A
(53,55,74)
#2B2E3C
(43,46,60)
#21252E
(33,37,46)
#171C20
(23,28,32)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #716D9E

#716D9E
(113,109,158)
#7D7AA6
(125,122,166)
#8987AE
(137,135,174)
#9594B6
(149,148,182)
#A1A1BE
(161,161,190)
#ADAEC6
(173,174,198)
#B9BBCE
(185,187,206)
#C5C8D6
(197,200,214)
#D1D5DE
(209,213,222)
#DDE2E6
(221,226,230)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716D9E; }

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

This text font color is #716D9E.


Background Color

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

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

This div background color is #716D9E.


Border color

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

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

This div border color is #716D9E.


Opacity

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

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

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

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

This text has shadow with #716D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716D9E on black background.


Color preview on white background

This text has color #716D9E on white background.



Black color preview on #716D9E background

This text has black color on #716D9E background.


White color preview on #716D9E background

This text has white color on #716D9E background.