COLOR #717BAD

HEX: #717BAD
RGB: (113,123,173)

Color info

#717BAD contains mainly green and blue colors. Web safe color of #717BAD is #666699 (or #669).

RGB color model

#717BAD color RGB value is (113,123,173).

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

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 173 of 255 = 68%

113
123
173

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 173 = 409 (100%)
R 113 of 409 ~ 27.63%
G 123 of 409 ~ 30.07%
B 173 of 409 ~ 42.3%

%27.63
%30.07
%42.3

CMYK color model

#717BAD color CMYK value is (35,29,0,32).

  • cyan value is 34.68%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(35,29,0,32)
C35M29Y0K32 
(35%,29%,0%,32%)
(0.35/0.29/0.00/0.32)	

CMYK percentages

%34.68
%28.9
%0
%32.16

Codes

Color #717BAD in popluar color models

717BAD
RGB113123173
HSL230°26.79%56.08%
HSB/HSV230°34.68%67.84%
CMYK34.68%28.90%0.00%
32.16%

Color #717BAD in popluar number systems.

HEX717BAD
Decimal113123173
Binary1110001111101110101101
Octal161173255

Shades and tints

Shades of #717BAD

#717BAD
(113,123,173)
#67709E
(103,112,158)
#5D658F
(93,101,143)
#535A80
(83,90,128)
#494F71
(73,79,113)
#3F4462
(63,68,98)
#353953
(53,57,83)
#2B2E44
(43,46,68)
#212335
(33,35,53)
#171826
(23,24,38)
#0D0D17
(13,13,23)
#000000
(0,0,0)

Tints of #717BAD

#717BAD
(113,123,173)
#7D87B4
(125,135,180)
#8993BB
(137,147,187)
#959FC2
(149,159,194)
#A1ABC9
(161,171,201)
#ADB7D0
(173,183,208)
#B9C3D7
(185,195,215)
#C5CFDE
(197,207,222)
#D1DBE5
(209,219,229)
#DDE7EC
(221,231,236)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717BAD; }

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

This text font color is #717BAD.


Background Color

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

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

This div background color is #717BAD.


Border color

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

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

This div border color is #717BAD.


Opacity

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

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

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

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

This text has shadow with #717BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717BAD on black background.


Color preview on white background

This text has color #717BAD on white background.



Black color preview on #717BAD background

This text has black color on #717BAD background.


White color preview on #717BAD background

This text has white color on #717BAD background.