COLOR #716B84

HEX: #716B84
RGB: (113,107,132)

Color info

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

RGB color model

#716B84 color RGB value is (113,107,132).

  • red value is 113;
  • green value is 107;
  • blue value is 132.
RGB:
(113,107,132)
(44%,42%,52%)

RGB channels and saturation

R 113 of 255 = 44%
G 107 of 255 = 42%
B 132 of 255 = 52%

113
107
132

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

Portions of RGB colors in percentages

R + G + B =
113 + 107 + 132 = 352 (100%)
R 113 of 352 ~ 32.1%
G 107 of 352 ~ 30.4%
B 132 of 352 ~ 37.5%

%32.1
%30.4
%37.5

CMYK color model

#716B84 color CMYK value is (14,19,0,48).

  • cyan value is 14.39%
  • magenta value is 18.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(14,19,0,48)
C14M19Y0K48 
(14%,19%,0%,48%)
(0.14/0.19/0.00/0.48)	

CMYK percentages

%14.39
%18.94
%0
%48.24

Codes

Color #716B84 in popluar color models

716B84
RGB113107132
HSL254°10.46%46.86%
HSB/HSV254°18.94%51.76%
CMYK14.39%18.94%0.00%
48.24%

Color #716B84 in popluar number systems.

HEX716B84
Decimal113107132
Binary1110001110101110000100
Octal161153204

Shades and tints

Shades of #716B84

#716B84
(113,107,132)
#676278
(103,98,120)
#5D596C
(93,89,108)
#535060
(83,80,96)
#494754
(73,71,84)
#3F3E48
(63,62,72)
#35353C
(53,53,60)
#2B2C30
(43,44,48)
#212324
(33,35,36)
#171A18
(23,26,24)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #716B84

#716B84
(113,107,132)
#7D788F
(125,120,143)
#89859A
(137,133,154)
#9592A5
(149,146,165)
#A19FB0
(161,159,176)
#ADACBB
(173,172,187)
#B9B9C6
(185,185,198)
#C5C6D1
(197,198,209)
#D1D3DC
(209,211,220)
#DDE0E7
(221,224,231)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716B84; }

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

This text font color is #716B84.


Background Color

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

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

This div background color is #716B84.


Border color

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

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

This div border color is #716B84.


Opacity

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

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

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

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

This text has shadow with #716B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716B84 on black background.


Color preview on white background

This text has color #716B84 on white background.



Black color preview on #716B84 background

This text has black color on #716B84 background.


White color preview on #716B84 background

This text has white color on #716B84 background.