COLOR #717FA1

HEX: #717FA1
RGB: (113,127,161)

Color info

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

RGB color model

#717FA1 color RGB value is (113,127,161).

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

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 161 of 255 = 63%

113
127
161

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 161 = 401 (100%)
R 113 of 401 ~ 28.18%
G 127 of 401 ~ 31.67%
B 161 of 401 ~ 40.15%

%28.18
%31.67
%40.15

CMYK color model

#717FA1 color CMYK value is (30,21,0,37).

  • cyan value is 29.81%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(30,21,0,37)
C30M21Y0K37 
(30%,21%,0%,37%)
(0.30/0.21/0.00/0.37)	

CMYK percentages

%29.81
%21.12
%0
%36.86

Codes

Color #717FA1 in popluar color models

717FA1
RGB113127161
HSL223°20.34%53.73%
HSB/HSV223°29.81%63.14%
CMYK29.81%21.12%0.00%
36.86%

Color #717FA1 in popluar number systems.

HEX717FA1
Decimal113127161
Binary1110001111111110100001
Octal161177241

Shades and tints

Shades of #717FA1

#717FA1
(113,127,161)
#677493
(103,116,147)
#5D6985
(93,105,133)
#535E77
(83,94,119)
#495369
(73,83,105)
#3F485B
(63,72,91)
#353D4D
(53,61,77)
#2B323F
(43,50,63)
#212731
(33,39,49)
#171C23
(23,28,35)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #717FA1

#717FA1
(113,127,161)
#7D8AA9
(125,138,169)
#8995B1
(137,149,177)
#95A0B9
(149,160,185)
#A1ABC1
(161,171,193)
#ADB6C9
(173,182,201)
#B9C1D1
(185,193,209)
#C5CCD9
(197,204,217)
#D1D7E1
(209,215,225)
#DDE2E9
(221,226,233)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717FA1; }

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

This text font color is #717FA1.


Background Color

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

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

This div background color is #717FA1.


Border color

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

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

This div border color is #717FA1.


Opacity

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

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

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

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

This text has shadow with #717FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717FA1 on black background.


Color preview on white background

This text has color #717FA1 on white background.



Black color preview on #717FA1 background

This text has black color on #717FA1 background.


White color preview on #717FA1 background

This text has white color on #717FA1 background.