COLOR #718ABD

HEX: #718ABD RGB: (113,138,189)

Color info

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

RGB color model

#718ABD color RGB value is (113,138,189).

RGB: (113,138,189) (44%, 54%, 74%)

RGB channels and saturation

R 113 of 255 = 44%
G 138 of 255 = 54%
B 189 of 255 = 74%

113
138
189

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

Portions of RGB colors in percentages

R + G + B = 113 + 138 + 189 = 440 (100%)
R 113 of 440 ~ 25.68%
G 138 of 440 ~ 31.36%
B 189 of 440 ~ 42.95'%

%25.68
%31.36
%42.95

CMYK color model

#718ABD color CMYK value is (40,27,0,26).

  • cyan value is 40.21%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (40,27,0,26)
C40M27Y0K26 (40%, 27%, 0%, 26%)
(0.40 / 0.27 / 0.00 / 0.26)

CMYK percentages

%40.21
%26.98
%0
%25.88

Codes

Color #718ABD in popluar color models

71 8A BD
RGB 113 138 189
HSL 220° 36.54% 59.22%
HSB/HSV 220° 40.21% 74.12%
CMYK 40.21% 26.98% 0.00%
25.88%

Color #718ABD in popluar number systems.

HEX 71 8A BD
Decimal 113 138 189
Binary 1110001 10001010 10111101
Octal 161 212 275

Shades and tints

Shades of #718ABD

#718ABD
(113,138,189)
#677EAC
(103,126,172)
#5D729B
(93,114,155)
#53668A
(83,102,138)
#495A79
(73,90,121)
#3F4E68
(63,78,104)
#354257
(53,66,87)
#2B3646
(43,54,70)
#212A35
(33,42,53)
#171E24
(23,30,36)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #718ABD

#718ABD
(113,138,189)
#7D94C3
(125,148,195)
#899EC9
(137,158,201)
#95A8CF
(149,168,207)
#A1B2D5
(161,178,213)
#ADBCDB
(173,188,219)
#B9C6E1
(185,198,225)
#C5D0E7
(197,208,231)
#D1DAED
(209,218,237)
#DDE4F3
(221,228,243)
#E9EEF9
(233,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718ABD color. Also use rgb(113,138,189) instead hex code.

Text Font Color

.myTextColor { color: #718ABD; }

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

This text font color is #718ABD.

Background Color

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

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

This div background color is #718ABD.

Border color

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

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

This div border color is #718ABD.

Opacity

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

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

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

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

This text has shadow with #718ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718ABD.

Preview

Color preview on black background

This text has color #718ABD on black background.


Color preview on white background

This text has color #718ABD on white background.


Black color preview on #718ABD background

This text has black color on #718ABD background.


White color preview on #718ABD background

This text has white color on #718ABD background.


Related colors

Complementary color

Complementary color for #hex is #8E7542.


I love getcolorcode.com

Triadic colors

1 #BD718A and #8ABD71 with #718ABD are triadic colors.

2 #BD8A71 and #8A71BD with #718ABD are triadic colors.