COLOR #716ED2

HEX: #716ED2
RGB: (113,110,210)

Color info

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

RGB color model

#716ED2 color RGB value is (113,110,210).

  • red value is 113;
  • green value is 110;
  • blue value is 210.
RGB:
(113,110,210)
(44%,43%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 110 of 255 = 43%
B 210 of 255 = 82%

113
110
210

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

Portions of RGB colors in percentages

R + G + B =
113 + 110 + 210 = 433 (100%)
R 113 of 433 ~ 26.1%
G 110 of 433 ~ 25.4%
B 210 of 433 ~ 48.5%

%26.1
%25.4
%48.5

CMYK color model

#716ED2 color CMYK value is (46,48,0,18).

  • cyan value is 46.19%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(46,48,0,18)
C46M48Y0K18 
(46%,48%,0%,18%)
(0.46/0.48/0.00/0.18)	

CMYK percentages

%46.19
%47.62
%0
%17.65

Codes

Color #716ED2 in popluar color models

716ED2
RGB113110210
HSL242°52.63%62.75%
HSB/HSV242°47.62%82.35%
CMYK46.19%47.62%0.00%
17.65%

Color #716ED2 in popluar number systems.

HEX716ED2
Decimal113110210
Binary1110001110111011010010
Octal161156322

Shades and tints

Shades of #716ED2

#716ED2
(113,110,210)
#6764BF
(103,100,191)
#5D5AAC
(93,90,172)
#535099
(83,80,153)
#494686
(73,70,134)
#3F3C73
(63,60,115)
#353260
(53,50,96)
#2B284D
(43,40,77)
#211E3A
(33,30,58)
#171427
(23,20,39)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #716ED2

#716ED2
(113,110,210)
#7D7BD6
(125,123,214)
#8988DA
(137,136,218)
#9595DE
(149,149,222)
#A1A2E2
(161,162,226)
#ADAFE6
(173,175,230)
#B9BCEA
(185,188,234)
#C5C9EE
(197,201,238)
#D1D6F2
(209,214,242)
#DDE3F6
(221,227,246)
#E9F0FA
(233,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716ED2; }

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

This text font color is #716ED2.


Background Color

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

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

This div background color is #716ED2.


Border color

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

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

This div border color is #716ED2.


Opacity

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

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

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

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

This text has shadow with #716ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716ED2 on black background.


Color preview on white background

This text has color #716ED2 on white background.



Black color preview on #716ED2 background

This text has black color on #716ED2 background.


White color preview on #716ED2 background

This text has white color on #716ED2 background.