COLOR #718BBA

HEX: #718BBA RGB: (113,139,186)

Color info

#718BBA contains mainly green and blue colors. Web safe color of #718BBA is #6699CC (or #69C).

RGB color model

#718BBA color RGB value is (113,139,186).

RGB: (113,139,186) (44%, 55%, 73%)

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 186 of 255 = 73%

113
139
186

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

Portions of RGB colors in percentages

R + G + B = 113 + 139 + 186 = 438 (100%)
R 113 of 438 ~ 25.8%
G 139 of 438 ~ 31.74%
B 186 of 438 ~ 42.47'%

%25.8
%31.74
%42.47

CMYK color model

#718BBA color CMYK value is (39,25,0,27).

  • cyan value is 39.25%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (39,25,0,27)
C39M25Y0K27 (39%, 25%, 0%, 27%)
(0.39 / 0.25 / 0.00 / 0.27)

CMYK percentages

%39.25
%25.27
%0
%27.06

Codes

Color #718BBA in popluar color models

71 8B BA
RGB 113 139 186
HSL 219° 34.60% 58.63%
HSB/HSV 219° 39.25% 72.94%
CMYK 39.25% 25.27% 0.00%
27.06%

Color #718BBA in popluar number systems.

HEX 71 8B BA
Decimal 113 139 186
Binary 1110001 10001011 10111010
Octal 161 213 272

Shades and tints

Shades of #718BBA

#718BBA
(113,139,186)
#677FAA
(103,127,170)
#5D739A
(93,115,154)
#53678A
(83,103,138)
#495B7A
(73,91,122)
#3F4F6A
(63,79,106)
#35435A
(53,67,90)
#2B374A
(43,55,74)
#212B3A
(33,43,58)
#171F2A
(23,31,42)
#0D131A
(13,19,26)
#000000
(0,0,0)

Tints of #718BBA

#718BBA
(113,139,186)
#7D95C0
(125,149,192)
#899FC6
(137,159,198)
#95A9CC
(149,169,204)
#A1B3D2
(161,179,210)
#ADBDD8
(173,189,216)
#B9C7DE
(185,199,222)
#C5D1E4
(197,209,228)
#D1DBEA
(209,219,234)
#DDE5F0
(221,229,240)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718BBA; }

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

This text font color is #718BBA.

Background Color

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

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

This div background color is #718BBA.

Border color

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

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

This div border color is #718BBA.

Opacity

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

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

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

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

This text has shadow with #718BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718BBA.

Preview

Color preview on black background

This text has color #718BBA on black background.


Color preview on white background

This text has color #718BBA on white background.


Black color preview on #718BBA background

This text has black color on #718BBA background.


White color preview on #718BBA background

This text has white color on #718BBA background.


Related colors

Complementary color

Complementary color for #hex is #8E7445.


I love getcolorcode.com

Triadic colors

1 #BA718B and #8BBA71 with #718BBA are triadic colors.

2 #BA8B71 and #8B71BA with #718BBA are triadic colors.