COLOR #716196

HEX: #716196
RGB: (113,97,150)

Color info

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

RGB color model

#716196 color RGB value is (113,97,150).

  • red value is 113;
  • green value is 97;
  • blue value is 150.
RGB:
(113,97,150)
(44%,38%,59%)

RGB channels and saturation

R 113 of 255 = 44%
G 97 of 255 = 38%
B 150 of 255 = 59%

113
97
150

R + G + B ~ 47%. #716196 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 97 + 150 = 360 (100%)
R 113 of 360 ~ 31.39%
G 97 of 360 ~ 26.94%
B 150 of 360 ~ 41.67%

%31.39
%26.94
%41.67

CMYK color model

#716196 color CMYK value is (25,35,0,41).

  • cyan value is 24.67%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(25,35,0,41)
C25M35Y0K41 
(25%,35%,0%,41%)
(0.25/0.35/0.00/0.41)	

CMYK percentages

%24.67
%35.33
%0
%41.18

Codes

Color #716196 in popluar color models

716196
RGB11397150
HSL258°21.46%48.43%
HSB/HSV258°35.33%58.82%
CMYK24.67%35.33%0.00%
41.18%

Color #716196 in popluar number systems.

HEX716196
Decimal11397150
Binary1110001110000110010110
Octal161141226

Shades and tints

Shades of #716196

#716196
(113,97,150)
#675989
(103,89,137)
#5D517C
(93,81,124)
#53496F
(83,73,111)
#494162
(73,65,98)
#3F3955
(63,57,85)
#353148
(53,49,72)
#2B293B
(43,41,59)
#21212E
(33,33,46)
#171921
(23,25,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #716196

#716196
(113,97,150)
#7D6F9F
(125,111,159)
#897DA8
(137,125,168)
#958BB1
(149,139,177)
#A199BA
(161,153,186)
#ADA7C3
(173,167,195)
#B9B5CC
(185,181,204)
#C5C3D5
(197,195,213)
#D1D1DE
(209,209,222)
#DDDFE7
(221,223,231)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716196 color. Also use rgb(113,97,150) instead hex code.

Text Font Color

.myTextColor { color: #716196; }

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

This text font color is #716196.


Background Color

.myBgColor { background-color: #716196; }

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

This div background color is #716196.


Border color

.myBorderColor { border: 1px solid #716196; }

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

This div border color is #716196.


Opacity

.myOpacity80 { color: #716196; opacity: 0.8; }

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

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

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

This text has shadow with #716196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716196 on black background.


Color preview on white background

This text has color #716196 on white background.



Black color preview on #716196 background

This text has black color on #716196 background.


White color preview on #716196 background

This text has white color on #716196 background.