COLOR #718B9B

HEX: #718B9B
RGB: (113,139,155)

Color info

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

RGB color model

#718B9B color RGB value is (113,139,155).

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

RGB channels and saturation

R 113 of 255 = 44%
G 139 of 255 = 55%
B 155 of 255 = 61%

113
139
155

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

Portions of RGB colors in percentages

R + G + B =
113 + 139 + 155 = 407 (100%)
R 113 of 407 ~ 27.76%
G 139 of 407 ~ 34.15%
B 155 of 407 ~ 38.08%

%27.76
%34.15
%38.08

CMYK color model

#718B9B color CMYK value is (27,10,0,39).

  • cyan value is 27.10%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(27,10,0,39)
C27M10Y0K39 
(27%,10%,0%,39%)
(0.27/0.10/0.00/0.39)	

CMYK percentages

%27.1
%10.32
%0
%39.22

Codes

Color #718B9B in popluar color models

718B9B
RGB113139155
HSL203°17.36%52.55%
HSB/HSV203°27.10%60.78%
CMYK27.10%10.32%0.00%
39.22%

Color #718B9B in popluar number systems.

HEX718B9B
Decimal113139155
Binary11100011000101110011011
Octal161213233

Shades and tints

Shades of #718B9B

#718B9B
(113,139,155)
#677F8D
(103,127,141)
#5D737F
(93,115,127)
#536771
(83,103,113)
#495B63
(73,91,99)
#3F4F55
(63,79,85)
#354347
(53,67,71)
#2B3739
(43,55,57)
#212B2B
(33,43,43)
#171F1D
(23,31,29)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #718B9B

#718B9B
(113,139,155)
#7D95A4
(125,149,164)
#899FAD
(137,159,173)
#95A9B6
(149,169,182)
#A1B3BF
(161,179,191)
#ADBDC8
(173,189,200)
#B9C7D1
(185,199,209)
#C5D1DA
(197,209,218)
#D1DBE3
(209,219,227)
#DDE5EC
(221,229,236)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718B9B; }

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

This text font color is #718B9B.


Background Color

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

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

This div background color is #718B9B.


Border color

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

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

This div border color is #718B9B.


Opacity

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

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

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

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

This text has shadow with #718B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718B9B on black background.


Color preview on white background

This text has color #718B9B on white background.



Black color preview on #718B9B background

This text has black color on #718B9B background.


White color preview on #718B9B background

This text has white color on #718B9B background.