COLOR #717FAA

HEX: #717FAA
RGB: (113,127,170)

Color info

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

RGB color model

#717FAA color RGB value is (113,127,170).

  • red value is 113;
  • green value is 127;
  • blue value is 170.
RGB:
(113,127,170)
(44%,50%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 170 of 255 = 67%

113
127
170

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 170 = 410 (100%)
R 113 of 410 ~ 27.56%
G 127 of 410 ~ 30.98%
B 170 of 410 ~ 41.46%

%27.56
%30.98
%41.46

CMYK color model

#717FAA color CMYK value is (34,25,0,33).

  • cyan value is 33.53%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(34,25,0,33)
C34M25Y0K33 
(34%,25%,0%,33%)
(0.34/0.25/0.00/0.33)	

CMYK percentages

%33.53
%25.29
%0
%33.33

Codes

Color #717FAA in popluar color models

717FAA
RGB113127170
HSL225°25.11%55.49%
HSB/HSV225°33.53%66.67%
CMYK33.53%25.29%0.00%
33.33%

Color #717FAA in popluar number systems.

HEX717FAA
Decimal113127170
Binary1110001111111110101010
Octal161177252

Shades and tints

Shades of #717FAA

#717FAA
(113,127,170)
#67749B
(103,116,155)
#5D698C
(93,105,140)
#535E7D
(83,94,125)
#49536E
(73,83,110)
#3F485F
(63,72,95)
#353D50
(53,61,80)
#2B3241
(43,50,65)
#212732
(33,39,50)
#171C23
(23,28,35)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #717FAA

#717FAA
(113,127,170)
#7D8AB1
(125,138,177)
#8995B8
(137,149,184)
#95A0BF
(149,160,191)
#A1ABC6
(161,171,198)
#ADB6CD
(173,182,205)
#B9C1D4
(185,193,212)
#C5CCDB
(197,204,219)
#D1D7E2
(209,215,226)
#DDE2E9
(221,226,233)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717FAA color. Also use rgb(113,127,170) instead hex code.

Text Font Color

.myTextColor { color: #717FAA; }

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

This text font color is #717FAA.


Background Color

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

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

This div background color is #717FAA.


Border color

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

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

This div border color is #717FAA.


Opacity

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

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

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

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

This text has shadow with #717FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717FAA on black background.


Color preview on white background

This text has color #717FAA on white background.



Black color preview on #717FAA background

This text has black color on #717FAA background.


White color preview on #717FAA background

This text has white color on #717FAA background.