COLOR #718B9E

HEX: #718B9E
RGB: (113,139,158)

Color info

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

RGB color model

#718B9E color RGB value is (113,139,158).

  • red value is 113;
  • green value is 139;
  • blue value is 158.
RGB:
(113,139,158)
(44%,55%,62%)

RGB channels and saturation

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

113
139
158

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

Portions of RGB colors in percentages

R + G + B =
113 + 139 + 158 = 410 (100%)
R 113 of 410 ~ 27.56%
G 139 of 410 ~ 33.9%
B 158 of 410 ~ 38.54%

%27.56
%33.9
%38.54

CMYK color model

#718B9E color CMYK value is (28,12,0,38).

  • cyan value is 28.48%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(28,12,0,38)
C28M12Y0K38 
(28%,12%,0%,38%)
(0.28/0.12/0.00/0.38)	

CMYK percentages

%28.48
%12.03
%0
%38.04

Codes

Color #718B9E in popluar color models

718B9E
RGB113139158
HSL205°18.83%53.14%
HSB/HSV205°28.48%61.96%
CMYK28.48%12.03%0.00%
38.04%

Color #718B9E in popluar number systems.

HEX718B9E
Decimal113139158
Binary11100011000101110011110
Octal161213236

Shades and tints

Shades of #718B9E

#718B9E
(113,139,158)
#677F90
(103,127,144)
#5D7382
(93,115,130)
#536774
(83,103,116)
#495B66
(73,91,102)
#3F4F58
(63,79,88)
#35434A
(53,67,74)
#2B373C
(43,55,60)
#212B2E
(33,43,46)
#171F20
(23,31,32)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #718B9E

#718B9E
(113,139,158)
#7D95A6
(125,149,166)
#899FAE
(137,159,174)
#95A9B6
(149,169,182)
#A1B3BE
(161,179,190)
#ADBDC6
(173,189,198)
#B9C7CE
(185,199,206)
#C5D1D6
(197,209,214)
#D1DBDE
(209,219,222)
#DDE5E6
(221,229,230)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718B9E; }

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

This text font color is #718B9E.


Background Color

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

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

This div background color is #718B9E.


Border color

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

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

This div border color is #718B9E.


Opacity

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

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

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

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

This text has shadow with #718B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B9E on black background.


Color preview on white background

This text has color #718B9E on white background.



Black color preview on #718B9E background

This text has black color on #718B9E background.


White color preview on #718B9E background

This text has white color on #718B9E background.