COLOR #716BC3

HEX: #716BC3 RGB: (113,107,195)

Color info

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

RGB color model

#716BC3 color RGB value is (113,107,195).

RGB: (113,107,195) (44%, 42%, 76%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 195 of 255 = 76%

113
107
195

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

Portions of RGB colors in percentages

R + G + B = 113 + 107 + 195 = 415 (100%)
R 113 of 415 ~ 27.23%
G 107 of 415 ~ 25.78%
B 195 of 415 ~ 46.99'%

%27.23
%25.78
%46.99

CMYK color model

#716BC3 color CMYK value is (42,45,0,24).

  • cyan value is 42.05%
  • magenta value is 45.13%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (42,45,0,24)
C42M45Y0K24 (42%, 45%, 0%, 24%)
(0.42 / 0.45 / 0.00 / 0.24)

CMYK percentages

%42.05
%45.13
%0
%23.53

Codes

Color #716BC3 in popluar color models

71 6B C3
RGB 113 107 195
HSL 244° 42.31% 59.22%
HSB/HSV 244° 45.13% 76.47%
CMYK 42.05% 45.13% 0.00%
23.53%

Color #716BC3 in popluar number systems.

HEX 71 6B C3
Decimal 113 107 195
Binary 1110001 1101011 11000011
Octal 161 153 303

Shades and tints

Shades of #716BC3

#716BC3
(113,107,195)
#6762B2
(103,98,178)
#5D59A1
(93,89,161)
#535090
(83,80,144)
#49477F
(73,71,127)
#3F3E6E
(63,62,110)
#35355D
(53,53,93)
#2B2C4C
(43,44,76)
#21233B
(33,35,59)
#171A2A
(23,26,42)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #716BC3

#716BC3
(113,107,195)
#7D78C8
(125,120,200)
#8985CD
(137,133,205)
#9592D2
(149,146,210)
#A19FD7
(161,159,215)
#ADACDC
(173,172,220)
#B9B9E1
(185,185,225)
#C5C6E6
(197,198,230)
#D1D3EB
(209,211,235)
#DDE0F0
(221,224,240)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716BC3; }

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

This text font color is #716BC3.

Background Color

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

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

This div background color is #716BC3.

Border color

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

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

This div border color is #716BC3.

Opacity

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

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

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

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

This text has shadow with #716BC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #716BC3.

Preview

Color preview on black background

This text has color #716BC3 on black background.


Color preview on white background

This text has color #716BC3 on white background.


Black color preview on #716BC3 background

This text has black color on #716BC3 background.


White color preview on #716BC3 background

This text has white color on #716BC3 background.


Related colors

Complementary color

Complementary color for #hex is #8E943C.


I love getcolorcode.com

Triadic colors

1 #C3716B and #6BC371 with #716BC3 are triadic colors.

2 #C36B71 and #6B71C3 with #716BC3 are triadic colors.