COLOR #716F9C

HEX: #716F9C
RGB: (113,111,156)

Color info

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

RGB color model

#716F9C color RGB value is (113,111,156).

  • red value is 113;
  • green value is 111;
  • blue value is 156.
RGB:
(113,111,156)
(44%,44%,61%)

RGB channels and saturation

R 113 of 255 = 44%
G 111 of 255 = 44%
B 156 of 255 = 61%

113
111
156

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

Portions of RGB colors in percentages

R + G + B =
113 + 111 + 156 = 380 (100%)
R 113 of 380 ~ 29.74%
G 111 of 380 ~ 29.21%
B 156 of 380 ~ 41.05%

%29.74
%29.21
%41.05

CMYK color model

#716F9C color CMYK value is (28,29,0,39).

  • cyan value is 27.56%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,29,0,39)
C28M29Y0K39 
(28%,29%,0%,39%)
(0.28/0.29/0.00/0.39)	

CMYK percentages

%27.56
%28.85
%0
%38.82

Codes

Color #716F9C in popluar color models

716F9C
RGB113111156
HSL243°18.52%52.35%
HSB/HSV243°28.85%61.18%
CMYK27.56%28.85%0.00%
38.82%

Color #716F9C in popluar number systems.

HEX716F9C
Decimal113111156
Binary1110001110111110011100
Octal161157234

Shades and tints

Shades of #716F9C

#716F9C
(113,111,156)
#67658E
(103,101,142)
#5D5B80
(93,91,128)
#535172
(83,81,114)
#494764
(73,71,100)
#3F3D56
(63,61,86)
#353348
(53,51,72)
#2B293A
(43,41,58)
#211F2C
(33,31,44)
#17151E
(23,21,30)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #716F9C

#716F9C
(113,111,156)
#7D7CA5
(125,124,165)
#8989AE
(137,137,174)
#9596B7
(149,150,183)
#A1A3C0
(161,163,192)
#ADB0C9
(173,176,201)
#B9BDD2
(185,189,210)
#C5CADB
(197,202,219)
#D1D7E4
(209,215,228)
#DDE4ED
(221,228,237)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716F9C color. Also use rgb(113,111,156) instead hex code.

Text Font Color

.myTextColor { color: #716F9C; }

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

This text font color is #716F9C.


Background Color

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

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

This div background color is #716F9C.


Border color

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

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

This div border color is #716F9C.


Opacity

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

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

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

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

This text has shadow with #716F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716F9C on black background.


Color preview on white background

This text has color #716F9C on white background.



Black color preview on #716F9C background

This text has black color on #716F9C background.


White color preview on #716F9C background

This text has white color on #716F9C background.