COLOR #716BAE

HEX: #716BAE
RGB: (113,107,174)

Color info

#716BAE contains mainly blue color. Web safe color of #716BAE is #666699 (or #669).

RGB color model

#716BAE color RGB value is (113,107,174).

  • red value is 113;
  • green value is 107;
  • blue value is 174.
RGB:
(113,107,174)
(44%,42%,68%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 174 of 255 = 68%

113
107
174

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 174 = 394 (100%)
R 113 of 394 ~ 28.68%
G 107 of 394 ~ 27.16%
B 174 of 394 ~ 44.16%

%28.68
%27.16
%44.16

CMYK color model

#716BAE color CMYK value is (35,39,0,32).

  • cyan value is 35.06%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(35,39,0,32)
C35M39Y0K32 
(35%,39%,0%,32%)
(0.35/0.39/0.00/0.32)	

CMYK percentages

%35.06
%38.51
%0
%31.76

Codes

Color #716BAE in popluar color models

716BAE
RGB113107174
HSL245°29.26%55.10%
HSB/HSV245°38.51%68.24%
CMYK35.06%38.51%0.00%
31.76%

Color #716BAE in popluar number systems.

HEX716BAE
Decimal113107174
Binary1110001110101110101110
Octal161153256

Shades and tints

Shades of #716BAE

#716BAE
(113,107,174)
#67629F
(103,98,159)
#5D5990
(93,89,144)
#535081
(83,80,129)
#494772
(73,71,114)
#3F3E63
(63,62,99)
#353554
(53,53,84)
#2B2C45
(43,44,69)
#212336
(33,35,54)
#171A27
(23,26,39)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #716BAE

#716BAE
(113,107,174)
#7D78B5
(125,120,181)
#8985BC
(137,133,188)
#9592C3
(149,146,195)
#A19FCA
(161,159,202)
#ADACD1
(173,172,209)
#B9B9D8
(185,185,216)
#C5C6DF
(197,198,223)
#D1D3E6
(209,211,230)
#DDE0ED
(221,224,237)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716BAE color. Also use rgb(113,107,174) instead hex code.

Text Font Color

.myTextColor { color: #716BAE; }

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

This text font color is #716BAE.


Background Color

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

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

This div background color is #716BAE.


Border color

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

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

This div border color is #716BAE.


Opacity

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

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

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

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

This text has shadow with #716BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716BAE on black background.


Color preview on white background

This text has color #716BAE on white background.



Black color preview on #716BAE background

This text has black color on #716BAE background.


White color preview on #716BAE background

This text has white color on #716BAE background.