COLOR #717EAB

HEX: #717EAB RGB: (113,126,171)

Color info

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

RGB color model

#717EAB color RGB value is (113,126,171).

RGB: (113,126,171) (44%, 49%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 171 of 255 = 67%

113
126
171

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

Portions of RGB colors in percentages

R + G + B = 113 + 126 + 171 = 410 (100%)
R 113 of 410 ~ 27.56%
G 126 of 410 ~ 30.73%
B 171 of 410 ~ 41.71'%

%27.56
%30.73
%41.71

CMYK color model

#717EAB color CMYK value is (34,26,0,33).

  • cyan value is 33.92%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (34,26,0,33)
C34M26Y0K33 (34%, 26%, 0%, 33%)
(0.34 / 0.26 / 0.00 / 0.33)

CMYK percentages

%33.92
%26.32
%0
%32.94

Codes

Color #717EAB in popluar color models

71 7E AB
RGB 113 126 171
HSL 227° 25.66% 55.69%
HSB/HSV 227° 33.92% 67.06%
CMYK 33.92% 26.32% 0.00%
32.94%

Color #717EAB in popluar number systems.

HEX 71 7E AB
Decimal 113 126 171
Binary 1110001 1111110 10101011
Octal 161 176 253

Shades and tints

Shades of #717EAB

#717EAB
(113,126,171)
#67739C
(103,115,156)
#5D688D
(93,104,141)
#535D7E
(83,93,126)
#49526F
(73,82,111)
#3F4760
(63,71,96)
#353C51
(53,60,81)
#2B3142
(43,49,66)
#212633
(33,38,51)
#171B24
(23,27,36)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #717EAB

#717EAB
(113,126,171)
#7D89B2
(125,137,178)
#8994B9
(137,148,185)
#959FC0
(149,159,192)
#A1AAC7
(161,170,199)
#ADB5CE
(173,181,206)
#B9C0D5
(185,192,213)
#C5CBDC
(197,203,220)
#D1D6E3
(209,214,227)
#DDE1EA
(221,225,234)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717EAB color. Also use rgb(113,126,171) instead hex code.

Text Font Color

.myTextColor { color: #717EAB; }

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

This text font color is #717EAB.

Background Color

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

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

This div background color is #717EAB.

Border color

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

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

This div border color is #717EAB.

Opacity

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

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

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

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

This text has shadow with #717EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717EAB.

Preview

Color preview on black background

This text has color #717EAB on black background.


Color preview on white background

This text has color #717EAB on white background.


Black color preview on #717EAB background

This text has black color on #717EAB background.


White color preview on #717EAB background

This text has white color on #717EAB background.


Related colors

Complementary color

Complementary color for #hex is #8E8154.


I love getcolorcode.com

Triadic colors

1 #AB717E and #7EAB71 with #717EAB are triadic colors.

2 #AB7E71 and #7E71AB with #717EAB are triadic colors.