COLOR #718C9E

HEX: #718C9E RGB: (113,140,158)

Color info

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

RGB color model

#718C9E color RGB value is (113,140,158).

RGB: (113,140,158) (44%, 55%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 158 of 255 = 62%

113
140
158

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

Portions of RGB colors in percentages

R + G + B = 113 + 140 + 158 = 411 (100%)
R 113 of 411 ~ 27.49%
G 140 of 411 ~ 34.06%
B 158 of 411 ~ 38.44'%

%27.49
%34.06
%38.44

CMYK color model

#718C9E color CMYK value is (28,11,0,38).

  • cyan value is 28.48%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (28,11,0,38) C28M11Y0K38 (28%,11%,0%,38%) (0.28/0.11/0.00/0.38) 

CMYK percentages

%28.48
%11.39
%0
%38.04

Codes

Color #718C9E in popluar color models

71 8C 9E
RGB 113 140 158
HSL 204° 18.83% 53.14%
HSB/HSV 204° 28.48% 61.96%
CMYK 28.48% 11.39% 0.00%
38.04%

Color #718C9E in popluar number systems.

HEX 71 8C 9E
Decimal 113 140 158
Binary 1110001 10001100 10011110
Octal 161 214 236

Shades and tints

Shades of #718C9E

#718C9E
(113,140,158)
#678090
(103,128,144)
#5D7482
(93,116,130)
#536874
(83,104,116)
#495C66
(73,92,102)
#3F5058
(63,80,88)
#35444A
(53,68,74)
#2B383C
(43,56,60)
#212C2E
(33,44,46)
#172020
(23,32,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #718C9E

#718C9E
(113,140,158)
#7D96A6
(125,150,166)
#89A0AE
(137,160,174)
#95AAB6
(149,170,182)
#A1B4BE
(161,180,190)
#ADBEC6
(173,190,198)
#B9C8CE
(185,200,206)
#C5D2D6
(197,210,214)
#D1DCDE
(209,220,222)
#DDE6E6
(221,230,230)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718C9E color. Also use rgb(113,140,158) instead hex code.

Text Font Color

.myTextColor { color: #718C9E; }

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

This text font color is #718C9E.

Background Color

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

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

This div background color is #718C9E.

Border color

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

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

This div border color is #718C9E.

Opacity

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

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

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

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

This text has shadow with #718C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718C9E.

Preview

Color preview on black background

This text has color #718C9E on black background.


Color preview on white background

This text has color #718C9E on white background.


Black color preview on #718C9E background

This text has black color on #718C9E background.


White color preview on #718C9E background

This text has white color on #718C9E background.


Related colors

Complementary color

Complementary color for #hex is #8E7361.


I love getcolorcode.com

Triadic colors

1 #9E718C and #8C9E71 with #718C9E are triadic colors.

2 #9E8C71 and #8C719E with #718C9E are triadic colors.