COLOR #717AA6

HEX: #717AA6
RGB: (113,122,166)

Color info

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

RGB color model

#717AA6 color RGB value is (113,122,166).

  • red value is 113;
  • green value is 122;
  • blue value is 166.
RGB:
(113,122,166)
(44%,48%,65%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 166 of 255 = 65%

113
122
166

R + G + B ~ 52%. #717AA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 166 = 401 (100%)
R 113 of 401 ~ 28.18%
G 122 of 401 ~ 30.42%
B 166 of 401 ~ 41.4%

%28.18
%30.42
%41.4

CMYK color model

#717AA6 color CMYK value is (32,27,0,35).

  • cyan value is 31.93%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(32,27,0,35)
C32M27Y0K35 
(32%,27%,0%,35%)
(0.32/0.27/0.00/0.35)	

CMYK percentages

%31.93
%26.51
%0
%34.9

Codes

Color #717AA6 in popluar color models

717AA6
RGB113122166
HSL230°22.94%54.71%
HSB/HSV230°31.93%65.10%
CMYK31.93%26.51%0.00%
34.90%

Color #717AA6 in popluar number systems.

HEX717AA6
Decimal113122166
Binary1110001111101010100110
Octal161172246

Shades and tints

Shades of #717AA6

#717AA6
(113,122,166)
#676F97
(103,111,151)
#5D6488
(93,100,136)
#535979
(83,89,121)
#494E6A
(73,78,106)
#3F435B
(63,67,91)
#35384C
(53,56,76)
#2B2D3D
(43,45,61)
#21222E
(33,34,46)
#17171F
(23,23,31)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #717AA6

#717AA6
(113,122,166)
#7D86AE
(125,134,174)
#8992B6
(137,146,182)
#959EBE
(149,158,190)
#A1AAC6
(161,170,198)
#ADB6CE
(173,182,206)
#B9C2D6
(185,194,214)
#C5CEDE
(197,206,222)
#D1DAE6
(209,218,230)
#DDE6EE
(221,230,238)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717AA6 color. Also use rgb(113,122,166) instead hex code.

Text Font Color

.myTextColor { color: #717AA6; }

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

This text font color is #717AA6.


Background Color

.myBgColor { background-color: #717AA6; }

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

This div background color is #717AA6.


Border color

.myBorderColor { border: 1px solid #717AA6; }

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

This div border color is #717AA6.


Opacity

.myOpacity80 { color: #717AA6; opacity: 0.8; }

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

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

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

This text has shadow with #717AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717AA6 on black background.


Color preview on white background

This text has color #717AA6 on white background.



Black color preview on #717AA6 background

This text has black color on #717AA6 background.


White color preview on #717AA6 background

This text has white color on #717AA6 background.