COLOR #716CB9

HEX: #716CB9
RGB: (113,108,185)

Color info

#716CB9 contains mainly blue color. Web safe color of #716CB9 is #6666CC (or #66C).

RGB color model

#716CB9 color RGB value is (113,108,185).

  • red value is 113;
  • green value is 108;
  • blue value is 185.
RGB:
(113,108,185)
(44%,42%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 108 of 255 = 42%
B 185 of 255 = 73%

113
108
185

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

Portions of RGB colors in percentages

R + G + B =
113 + 108 + 185 = 406 (100%)
R 113 of 406 ~ 27.83%
G 108 of 406 ~ 26.6%
B 185 of 406 ~ 45.57%

%27.83
%26.6
%45.57

CMYK color model

#716CB9 color CMYK value is (39,42,0,27).

  • cyan value is 38.92%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(39,42,0,27)
C39M42Y0K27 
(39%,42%,0%,27%)
(0.39/0.42/0.00/0.27)	

CMYK percentages

%38.92
%41.62
%0
%27.45

Codes

Color #716CB9 in popluar color models

716CB9
RGB113108185
HSL244°35.48%57.45%
HSB/HSV244°41.62%72.55%
CMYK38.92%41.62%0.00%
27.45%

Color #716CB9 in popluar number systems.

HEX716CB9
Decimal113108185
Binary1110001110110010111001
Octal161154271

Shades and tints

Shades of #716CB9

#716CB9
(113,108,185)
#6763A9
(103,99,169)
#5D5A99
(93,90,153)
#535189
(83,81,137)
#494879
(73,72,121)
#3F3F69
(63,63,105)
#353659
(53,54,89)
#2B2D49
(43,45,73)
#212439
(33,36,57)
#171B29
(23,27,41)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #716CB9

#716CB9
(113,108,185)
#7D79BF
(125,121,191)
#8986C5
(137,134,197)
#9593CB
(149,147,203)
#A1A0D1
(161,160,209)
#ADADD7
(173,173,215)
#B9BADD
(185,186,221)
#C5C7E3
(197,199,227)
#D1D4E9
(209,212,233)
#DDE1EF
(221,225,239)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716CB9 color. Also use rgb(113,108,185) instead hex code.

Text Font Color

.myTextColor { color: #716CB9; }

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

This text font color is #716CB9.


Background Color

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

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

This div background color is #716CB9.


Border color

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

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

This div border color is #716CB9.


Opacity

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

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

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

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

This text has shadow with #716CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716CB9 on black background.


Color preview on white background

This text has color #716CB9 on white background.



Black color preview on #716CB9 background

This text has black color on #716CB9 background.


White color preview on #716CB9 background

This text has white color on #716CB9 background.