COLOR #716981

HEX: #716981
RGB: (113,105,129)

Color info

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

RGB color model

#716981 color RGB value is (113,105,129).

  • red value is 113;
  • green value is 105;
  • blue value is 129.
RGB:
(113,105,129)
(44%,41%,51%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 129 of 255 = 51%

113
105
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 129 = 347 (100%)
R 113 of 347 ~ 32.56%
G 105 of 347 ~ 30.26%
B 129 of 347 ~ 37.18%

%32.56
%30.26
%37.18

CMYK color model

#716981 color CMYK value is (12,19,0,49).

  • cyan value is 12.40%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,19,0,49)
C12M19Y0K49 
(12%,19%,0%,49%)
(0.12/0.19/0.00/0.49)	

CMYK percentages

%12.4
%18.6
%0
%49.41

Codes

Color #716981 in popluar color models

716981
RGB113105129
HSL260°10.26%45.88%
HSB/HSV260°18.60%50.59%
CMYK12.40%18.60%0.00%
49.41%

Color #716981 in popluar number systems.

HEX716981
Decimal113105129
Binary1110001110100110000001
Octal161151201

Shades and tints

Shades of #716981

#716981
(113,105,129)
#676076
(103,96,118)
#5D576B
(93,87,107)
#534E60
(83,78,96)
#494555
(73,69,85)
#3F3C4A
(63,60,74)
#35333F
(53,51,63)
#2B2A34
(43,42,52)
#212129
(33,33,41)
#17181E
(23,24,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #716981

#716981
(113,105,129)
#7D768C
(125,118,140)
#898397
(137,131,151)
#9590A2
(149,144,162)
#A19DAD
(161,157,173)
#ADAAB8
(173,170,184)
#B9B7C3
(185,183,195)
#C5C4CE
(197,196,206)
#D1D1D9
(209,209,217)
#DDDEE4
(221,222,228)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716981 color. Also use rgb(113,105,129) instead hex code.

Text Font Color

.myTextColor { color: #716981; }

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

This text font color is #716981.


Background Color

.myBgColor { background-color: #716981; }

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

This div background color is #716981.


Border color

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

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

This div border color is #716981.


Opacity

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

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

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

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

This text has shadow with #716981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716981 on black background.


Color preview on white background

This text has color #716981 on white background.



Black color preview on #716981 background

This text has black color on #716981 background.


White color preview on #716981 background

This text has white color on #716981 background.