COLOR #716097

HEX: #716097
RGB: (113,96,151)

Color info

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

RGB color model

#716097 color RGB value is (113,96,151).

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

RGB channels and saturation

R 113 of 255 = 44%
G 96 of 255 = 38%
B 151 of 255 = 59%

113
96
151

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

Portions of RGB colors in percentages

R + G + B =
113 + 96 + 151 = 360 (100%)
R 113 of 360 ~ 31.39%
G 96 of 360 ~ 26.67%
B 151 of 360 ~ 41.94%

%31.39
%26.67
%41.94

CMYK color model

#716097 color CMYK value is (25,36,0,41).

  • cyan value is 25.17%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(25,36,0,41)
C25M36Y0K41 
(25%,36%,0%,41%)
(0.25/0.36/0.00/0.41)	

CMYK percentages

%25.17
%36.42
%0
%40.78

Codes

Color #716097 in popluar color models

716097
RGB11396151
HSL259°22.27%48.43%
HSB/HSV259°36.42%59.22%
CMYK25.17%36.42%0.00%
40.78%

Color #716097 in popluar number systems.

HEX716097
Decimal11396151
Binary1110001110000010010111
Octal161140227

Shades and tints

Shades of #716097

#716097
(113,96,151)
#67588A
(103,88,138)
#5D507D
(93,80,125)
#534870
(83,72,112)
#494063
(73,64,99)
#3F3856
(63,56,86)
#353049
(53,48,73)
#2B283C
(43,40,60)
#21202F
(33,32,47)
#171822
(23,24,34)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #716097

#716097
(113,96,151)
#7D6EA0
(125,110,160)
#897CA9
(137,124,169)
#958AB2
(149,138,178)
#A198BB
(161,152,187)
#ADA6C4
(173,166,196)
#B9B4CD
(185,180,205)
#C5C2D6
(197,194,214)
#D1D0DF
(209,208,223)
#DDDEE8
(221,222,232)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716097 color. Also use rgb(113,96,151) instead hex code.

Text Font Color

.myTextColor { color: #716097; }

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

This text font color is #716097.


Background Color

.myBgColor { background-color: #716097; }

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

This div background color is #716097.


Border color

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

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

This div border color is #716097.


Opacity

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

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

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

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

This text has shadow with #716097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716097 on black background.


Color preview on white background

This text has color #716097 on white background.



Black color preview on #716097 background

This text has black color on #716097 background.


White color preview on #716097 background

This text has white color on #716097 background.