COLOR #717FD3

HEX: #717FD3
RGB: (113,127,211)

Color info

#717FD3 contains mainly blue color. Web safe color of #717FD3 is #6666CC (or #66C).

RGB color model

#717FD3 color RGB value is (113,127,211).

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

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 211 of 255 = 83%

113
127
211

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 211 = 451 (100%)
R 113 of 451 ~ 25.06%
G 127 of 451 ~ 28.16%
B 211 of 451 ~ 46.78%

%25.06
%28.16
%46.78

CMYK color model

#717FD3 color CMYK value is (46,40,0,17).

  • cyan value is 46.45%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(46,40,0,17)
C46M40Y0K17 
(46%,40%,0%,17%)
(0.46/0.40/0.00/0.17)	

CMYK percentages

%46.45
%39.81
%0
%17.25

Codes

Color #717FD3 in popluar color models

717FD3
RGB113127211
HSL231°52.69%63.53%
HSB/HSV231°46.45%82.75%
CMYK46.45%39.81%0.00%
17.25%

Color #717FD3 in popluar number systems.

HEX717FD3
Decimal113127211
Binary1110001111111111010011
Octal161177323

Shades and tints

Shades of #717FD3

#717FD3
(113,127,211)
#6774C0
(103,116,192)
#5D69AD
(93,105,173)
#535E9A
(83,94,154)
#495387
(73,83,135)
#3F4874
(63,72,116)
#353D61
(53,61,97)
#2B324E
(43,50,78)
#21273B
(33,39,59)
#171C28
(23,28,40)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #717FD3

#717FD3
(113,127,211)
#7D8AD7
(125,138,215)
#8995DB
(137,149,219)
#95A0DF
(149,160,223)
#A1ABE3
(161,171,227)
#ADB6E7
(173,182,231)
#B9C1EB
(185,193,235)
#C5CCEF
(197,204,239)
#D1D7F3
(209,215,243)
#DDE2F7
(221,226,247)
#E9EDFB
(233,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717FD3; }

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

This text font color is #717FD3.


Background Color

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

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

This div background color is #717FD3.


Border color

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

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

This div border color is #717FD3.


Opacity

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

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

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

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

This text has shadow with #717FD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717FD3 on black background.


Color preview on white background

This text has color #717FD3 on white background.



Black color preview on #717FD3 background

This text has black color on #717FD3 background.


White color preview on #717FD3 background

This text has white color on #717FD3 background.