COLOR #718DB5

HEX: #718DB5 RGB: (113,141,181)

Color info

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

RGB color model

#718DB5 color RGB value is (113,141,181).

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

RGB channels and saturation

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

113
141
181

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 181 = 435 (100%)
R 113 of 435 ~ 25.98%
G 141 of 435 ~ 32.41%
B 181 of 435 ~ 41.61'%

%25.98
%32.41
%41.61

CMYK color model

#718DB5 color CMYK value is (38,22,0,29).

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

CMYK: (38,22,0,29)
C38M22Y0K29 (38%, 22%, 0%, 29%)
(0.38 / 0.22 / 0.00 / 0.29)

CMYK percentages

%37.57
%22.1
%0
%29.02

Codes

Color #718DB5 in popluar color models

71 8D B5
RGB 113 141 181
HSL 215° 31.48% 57.65%
HSB/HSV 215° 37.57% 70.98%
CMYK 37.57% 22.10% 0.00%
29.02%

Color #718DB5 in popluar number systems.

HEX 71 8D B5
Decimal 113 141 181
Binary 1110001 10001101 10110101
Octal 161 215 265

Shades and tints

Shades of #718DB5

#718DB5
(113,141,181)
#6781A5
(103,129,165)
#5D7595
(93,117,149)
#536985
(83,105,133)
#495D75
(73,93,117)
#3F5165
(63,81,101)
#354555
(53,69,85)
#2B3945
(43,57,69)
#212D35
(33,45,53)
#172125
(23,33,37)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #718DB5

#718DB5
(113,141,181)
#7D97BB
(125,151,187)
#89A1C1
(137,161,193)
#95ABC7
(149,171,199)
#A1B5CD
(161,181,205)
#ADBFD3
(173,191,211)
#B9C9D9
(185,201,217)
#C5D3DF
(197,211,223)
#D1DDE5
(209,221,229)
#DDE7EB
(221,231,235)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718DB5; }

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

This text font color is #718DB5.

Background Color

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

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

This div background color is #718DB5.

Border color

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

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

This div border color is #718DB5.

Opacity

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

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

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

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

This text has shadow with #718DB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718DB5.

Preview

Color preview on black background

This text has color #718DB5 on black background.


Color preview on white background

This text has color #718DB5 on white background.


Black color preview on #718DB5 background

This text has black color on #718DB5 background.


White color preview on #718DB5 background

This text has white color on #718DB5 background.


Related colors

Complementary color

Complementary color for #hex is #8E724A.


I love getcolorcode.com

Triadic colors

1 #B5718D and #8DB571 with #718DB5 are triadic colors.

2 #B58D71 and #8D71B5 with #718DB5 are triadic colors.