COLOR #718BAA

HEX: #718BAA RGB: (113,139,170)

Color info

#718BAA contains red, green and blue colors in about the same proportion. Web safe color of #718BAA is #669999 (or #699).

RGB color model

#718BAA color RGB value is (113,139,170).

RGB: (113,139,170) (44%, 55%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 170 of 255 = 67%

113
139
170

R + G + B ~ 55%. #718BAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 139 + 170 = 422 (100%)
R 113 of 422 ~ 26.78%
G 139 of 422 ~ 32.94%
B 170 of 422 ~ 40.28'%

%26.78
%32.94
%40.28

CMYK color model

#718BAA color CMYK value is (34,18,0,33).

  • cyan value is 33.53%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (34,18,0,33)
C34M18Y0K33 (34%, 18%, 0%, 33%)
(0.34 / 0.18 / 0.00 / 0.33)

CMYK percentages

%33.53
%18.24
%0
%33.33

Codes

Color #718BAA in popluar color models

71 8B AA
RGB 113 139 170
HSL 213° 25.11% 55.49%
HSB/HSV 213° 33.53% 66.67%
CMYK 33.53% 18.24% 0.00%
33.33%

Color #718BAA in popluar number systems.

HEX 71 8B AA
Decimal 113 139 170
Binary 1110001 10001011 10101010
Octal 161 213 252

Shades and tints

Shades of #718BAA

#718BAA
(113,139,170)
#677F9B
(103,127,155)
#5D738C
(93,115,140)
#53677D
(83,103,125)
#495B6E
(73,91,110)
#3F4F5F
(63,79,95)
#354350
(53,67,80)
#2B3741
(43,55,65)
#212B32
(33,43,50)
#171F23
(23,31,35)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #718BAA

#718BAA
(113,139,170)
#7D95B1
(125,149,177)
#899FB8
(137,159,184)
#95A9BF
(149,169,191)
#A1B3C6
(161,179,198)
#ADBDCD
(173,189,205)
#B9C7D4
(185,199,212)
#C5D1DB
(197,209,219)
#D1DBE2
(209,219,226)
#DDE5E9
(221,229,233)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718BAA color. Also use rgb(113,139,170) instead hex code.

Text Font Color

.myTextColor { color: #718BAA; }

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

This text font color is #718BAA.

Background Color

.myBgColor { background-color: #718BAA; }

<div style="background-color:#718BAA">Inner text</div>

This div background color is #718BAA.

Border color

.myBorderColor { border: 1px solid #718BAA; }

<div style="border:3px solid #718BAA">Div</div>

This div border color is #718BAA.

Opacity

.myOpacity80 { color: #718BAA; opacity: 0.8; }

<p style="color:#718BAA;opacity:0.8;">80%</p>

Text with #718BAA 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 #718BAA;}

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

This text has shadow with #718BAA color.


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

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

This text has shadow with #718BAA primary color and red secondary color.


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

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

This text has shadow with #718BAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #718BAA.

Preview

Color preview on black background

This text has color #718BAA on black background.


Color preview on white background

This text has color #718BAA on white background.


Black color preview on #718BAA background

This text has black color on #718BAA background.


White color preview on #718BAA background

This text has white color on #718BAA background.


Related colors

Complementary color

Complementary color for #hex is #8E7455.


I love getcolorcode.com

Triadic colors

1 #AA718B and #8BAA71 with #718BAA are triadic colors.

2 #AA8B71 and #8B71AA with #718BAA are triadic colors.