COLOR #717BA7

HEX: #717BA7
RGB: (113,123,167)

Color info

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

RGB color model

#717BA7 color RGB value is (113,123,167).

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

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 167 of 255 = 65%

113
123
167

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 167 = 403 (100%)
R 113 of 403 ~ 28.04%
G 123 of 403 ~ 30.52%
B 167 of 403 ~ 41.44%

%28.04
%30.52
%41.44

CMYK color model

#717BA7 color CMYK value is (32,26,0,35).

  • cyan value is 32.34%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(32,26,0,35)
C32M26Y0K35 
(32%,26%,0%,35%)
(0.32/0.26/0.00/0.35)	

CMYK percentages

%32.34
%26.35
%0
%34.51

Codes

Color #717BA7 in popluar color models

717BA7
RGB113123167
HSL229°23.48%54.90%
HSB/HSV229°32.34%65.49%
CMYK32.34%26.35%0.00%
34.51%

Color #717BA7 in popluar number systems.

HEX717BA7
Decimal113123167
Binary1110001111101110100111
Octal161173247

Shades and tints

Shades of #717BA7

#717BA7
(113,123,167)
#677098
(103,112,152)
#5D6589
(93,101,137)
#535A7A
(83,90,122)
#494F6B
(73,79,107)
#3F445C
(63,68,92)
#35394D
(53,57,77)
#2B2E3E
(43,46,62)
#21232F
(33,35,47)
#171820
(23,24,32)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #717BA7

#717BA7
(113,123,167)
#7D87AF
(125,135,175)
#8993B7
(137,147,183)
#959FBF
(149,159,191)
#A1ABC7
(161,171,199)
#ADB7CF
(173,183,207)
#B9C3D7
(185,195,215)
#C5CFDF
(197,207,223)
#D1DBE7
(209,219,231)
#DDE7EF
(221,231,239)
#E9F3F7
(233,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717BA7 color. Also use rgb(113,123,167) instead hex code.

Text Font Color

.myTextColor { color: #717BA7; }

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

This text font color is #717BA7.


Background Color

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

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

This div background color is #717BA7.


Border color

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

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

This div border color is #717BA7.


Opacity

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

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

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

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

This text has shadow with #717BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717BA7 on black background.


Color preview on white background

This text has color #717BA7 on white background.



Black color preview on #717BA7 background

This text has black color on #717BA7 background.


White color preview on #717BA7 background

This text has white color on #717BA7 background.