COLOR #718BB5

HEX: #718BB5 RGB: (113,139,181)

Color info

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

RGB color model

#718BB5 color RGB value is (113,139,181).

RGB: (113,139,181) (44%, 55%, 71%)

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 181 of 255 = 71%

113
139
181

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

Portions of RGB colors in percentages

R + G + B = 113 + 139 + 181 = 433 (100%)
R 113 of 433 ~ 26.1%
G 139 of 433 ~ 32.1%
B 181 of 433 ~ 41.8'%

%26.1
%32.1
%41.8

CMYK color model

#718BB5 color CMYK value is (38,23,0,29).

  • cyan value is 37.57%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (38,23,0,29)
C38M23Y0K29 (38%, 23%, 0%, 29%)
(0.38 / 0.23 / 0.00 / 0.29)

CMYK percentages

%37.57
%23.2
%0
%29.02

Codes

Color #718BB5 in popluar color models

71 8B B5
RGB 113 139 181
HSL 217° 31.48% 57.65%
HSB/HSV 217° 37.57% 70.98%
CMYK 37.57% 23.20% 0.00%
29.02%

Color #718BB5 in popluar number systems.

HEX 71 8B B5
Decimal 113 139 181
Binary 1110001 10001011 10110101
Octal 161 213 265

Shades and tints

Shades of #718BB5

#718BB5
(113,139,181)
#677FA5
(103,127,165)
#5D7395
(93,115,149)
#536785
(83,103,133)
#495B75
(73,91,117)
#3F4F65
(63,79,101)
#354355
(53,67,85)
#2B3745
(43,55,69)
#212B35
(33,43,53)
#171F25
(23,31,37)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #718BB5

#718BB5
(113,139,181)
#7D95BB
(125,149,187)
#899FC1
(137,159,193)
#95A9C7
(149,169,199)
#A1B3CD
(161,179,205)
#ADBDD3
(173,189,211)
#B9C7D9
(185,199,217)
#C5D1DF
(197,209,223)
#D1DBE5
(209,219,229)
#DDE5EB
(221,229,235)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718BB5; }

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

This text font color is #718BB5.

Background Color

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

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

This div background color is #718BB5.

Border color

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

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

This div border color is #718BB5.

Opacity

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

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

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

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

This text has shadow with #718BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718BB5.

Preview

Color preview on black background

This text has color #718BB5 on black background.


Color preview on white background

This text has color #718BB5 on white background.


Black color preview on #718BB5 background

This text has black color on #718BB5 background.


White color preview on #718BB5 background

This text has white color on #718BB5 background.


Related colors

Complementary color

Complementary color for #hex is #8E744A.


I love getcolorcode.com

Triadic colors

1 #B5718B and #8BB571 with #718BB5 are triadic colors.

2 #B58B71 and #8B71B5 with #718BB5 are triadic colors.