COLOR #716EA9

HEX: #716EA9 RGB: (113,110,169)

Color info

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

RGB color model

#716EA9 color RGB value is (113,110,169).

RGB: (113,110,169) (44%, 43%, 66%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 169 of 255 = 66%

113
110
169

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

Portions of RGB colors in percentages

R + G + B = 113 + 110 + 169 = 392 (100%)
R 113 of 392 ~ 28.83%
G 110 of 392 ~ 28.06%
B 169 of 392 ~ 43.11'%

%28.83
%28.06
%43.11

CMYK color model

#716EA9 color CMYK value is (33,35,0,34).

  • cyan value is 33.14%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (33,35,0,34)
C33M35Y0K34 (33%, 35%, 0%, 34%)
(0.33 / 0.35 / 0.00 / 0.34)

CMYK percentages

%33.14
%34.91
%0
%33.73

Codes

Color #716EA9 in popluar color models

71 6E A9
RGB 113 110 169
HSL 243° 25.54% 54.71%
HSB/HSV 243° 34.91% 66.27%
CMYK 33.14% 34.91% 0.00%
33.73%

Color #716EA9 in popluar number systems.

HEX 71 6E A9
Decimal 113 110 169
Binary 1110001 1101110 10101001
Octal 161 156 251

Shades and tints

Shades of #716EA9

#716EA9
(113,110,169)
#67649A
(103,100,154)
#5D5A8B
(93,90,139)
#53507C
(83,80,124)
#49466D
(73,70,109)
#3F3C5E
(63,60,94)
#35324F
(53,50,79)
#2B2840
(43,40,64)
#211E31
(33,30,49)
#171422
(23,20,34)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #716EA9

#716EA9
(113,110,169)
#7D7BB0
(125,123,176)
#8988B7
(137,136,183)
#9595BE
(149,149,190)
#A1A2C5
(161,162,197)
#ADAFCC
(173,175,204)
#B9BCD3
(185,188,211)
#C5C9DA
(197,201,218)
#D1D6E1
(209,214,225)
#DDE3E8
(221,227,232)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716EA9; }

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

This text font color is #716EA9.

Background Color

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

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

This div background color is #716EA9.

Border color

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

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

This div border color is #716EA9.

Opacity

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

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

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

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

This text has shadow with #716EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716EA9.

Preview

Color preview on black background

This text has color #716EA9 on black background.


Color preview on white background

This text has color #716EA9 on white background.


Black color preview on #716EA9 background

This text has black color on #716EA9 background.


White color preview on #716EA9 background

This text has white color on #716EA9 background.


Related colors

Complementary color

Complementary color for #hex is #8E9156.


I love getcolorcode.com

Triadic colors

1 #A9716E and #6EA971 with #716EA9 are triadic colors.

2 #A96E71 and #6E71A9 with #716EA9 are triadic colors.