COLOR #716681

HEX: #716681
RGB: (113,102,129)

Color info

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

RGB color model

#716681 color RGB value is (113,102,129).

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

RGB channels and saturation

R 113 of 255 = 44%
G 102 of 255 = 40%
B 129 of 255 = 51%

113
102
129

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

Portions of RGB colors in percentages

R + G + B =
113 + 102 + 129 = 344 (100%)
R 113 of 344 ~ 32.85%
G 102 of 344 ~ 29.65%
B 129 of 344 ~ 37.5%

%32.85
%29.65
%37.5

CMYK color model

#716681 color CMYK value is (12,21,0,49).

  • cyan value is 12.40%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(12,21,0,49)
C12M21Y0K49 
(12%,21%,0%,49%)
(0.12/0.21/0.00/0.49)	

CMYK percentages

%12.4
%20.93
%0
%49.41

Codes

Color #716681 in popluar color models

716681
RGB113102129
HSL264°11.69%45.29%
HSB/HSV264°20.93%50.59%
CMYK12.40%20.93%0.00%
49.41%

Color #716681 in popluar number systems.

HEX716681
Decimal113102129
Binary1110001110011010000001
Octal161146201

Shades and tints

Shades of #716681

#716681
(113,102,129)
#675D76
(103,93,118)
#5D546B
(93,84,107)
#534B60
(83,75,96)
#494255
(73,66,85)
#3F394A
(63,57,74)
#35303F
(53,48,63)
#2B2734
(43,39,52)
#211E29
(33,30,41)
#17151E
(23,21,30)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #716681

#716681
(113,102,129)
#7D738C
(125,115,140)
#898097
(137,128,151)
#958DA2
(149,141,162)
#A19AAD
(161,154,173)
#ADA7B8
(173,167,184)
#B9B4C3
(185,180,195)
#C5C1CE
(197,193,206)
#D1CED9
(209,206,217)
#DDDBE4
(221,219,228)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #716681; }

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

This text font color is #716681.


Background Color

.myBgColor { background-color: #716681; }

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

This div background color is #716681.


Border color

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

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

This div border color is #716681.


Opacity

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

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

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

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

This text has shadow with #716681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716681 on black background.


Color preview on white background

This text has color #716681 on white background.



Black color preview on #716681 background

This text has black color on #716681 background.


White color preview on #716681 background

This text has white color on #716681 background.