COLOR #717DA2

HEX: #717DA2
RGB: (113,125,162)

Color info

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

RGB color model

#717DA2 color RGB value is (113,125,162).

  • red value is 113;
  • green value is 125;
  • blue value is 162.
RGB:
(113,125,162)
(44%,49%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 125 of 255 = 49%
B 162 of 255 = 64%

113
125
162

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

Portions of RGB colors in percentages

R + G + B =
113 + 125 + 162 = 400 (100%)
R 113 of 400 ~ 28.25%
G 125 of 400 ~ 31.25%
B 162 of 400 ~ 40.5%

%28.25
%31.25
%40.5

CMYK color model

#717DA2 color CMYK value is (30,23,0,36).

  • cyan value is 30.25%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(30,23,0,36)
C30M23Y0K36 
(30%,23%,0%,36%)
(0.30/0.23/0.00/0.36)	

CMYK percentages

%30.25
%22.84
%0
%36.47

Codes

Color #717DA2 in popluar color models

717DA2
RGB113125162
HSL225°20.85%53.92%
HSB/HSV225°30.25%63.53%
CMYK30.25%22.84%0.00%
36.47%

Color #717DA2 in popluar number systems.

HEX717DA2
Decimal113125162
Binary1110001111110110100010
Octal161175242

Shades and tints

Shades of #717DA2

#717DA2
(113,125,162)
#677294
(103,114,148)
#5D6786
(93,103,134)
#535C78
(83,92,120)
#49516A
(73,81,106)
#3F465C
(63,70,92)
#353B4E
(53,59,78)
#2B3040
(43,48,64)
#212532
(33,37,50)
#171A24
(23,26,36)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #717DA2

#717DA2
(113,125,162)
#7D88AA
(125,136,170)
#8993B2
(137,147,178)
#959EBA
(149,158,186)
#A1A9C2
(161,169,194)
#ADB4CA
(173,180,202)
#B9BFD2
(185,191,210)
#C5CADA
(197,202,218)
#D1D5E2
(209,213,226)
#DDE0EA
(221,224,234)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717DA2 color. Also use rgb(113,125,162) instead hex code.

Text Font Color

.myTextColor { color: #717DA2; }

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

This text font color is #717DA2.


Background Color

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

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

This div background color is #717DA2.


Border color

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

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

This div border color is #717DA2.


Opacity

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

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

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

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

This text has shadow with #717DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717DA2 on black background.


Color preview on white background

This text has color #717DA2 on white background.



Black color preview on #717DA2 background

This text has black color on #717DA2 background.


White color preview on #717DA2 background

This text has white color on #717DA2 background.