COLOR #718998

HEX: #718998
RGB: (113,137,152)

Color info

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

RGB color model

#718998 color RGB value is (113,137,152).

  • red value is 113;
  • green value is 137;
  • blue value is 152.
RGB:
(113,137,152)
(44%,54%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 137 of 255 = 54%
B 152 of 255 = 60%

113
137
152

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

Portions of RGB colors in percentages

R + G + B =
113 + 137 + 152 = 402 (100%)
R 113 of 402 ~ 28.11%
G 137 of 402 ~ 34.08%
B 152 of 402 ~ 37.81%

%28.11
%34.08
%37.81

CMYK color model

#718998 color CMYK value is (26,10,0,40).

  • cyan value is 25.66%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(26,10,0,40)
C26M10Y0K40 
(26%,10%,0%,40%)
(0.26/0.10/0.00/0.40)	

CMYK percentages

%25.66
%9.87
%0
%40.39

Codes

Color #718998 in popluar color models

718998
RGB113137152
HSL203°15.92%51.96%
HSB/HSV203°25.66%59.61%
CMYK25.66%9.87%0.00%
40.39%

Color #718998 in popluar number systems.

HEX718998
Decimal113137152
Binary11100011000100110011000
Octal161211230

Shades and tints

Shades of #718998

#718998
(113,137,152)
#677D8B
(103,125,139)
#5D717E
(93,113,126)
#536571
(83,101,113)
#495964
(73,89,100)
#3F4D57
(63,77,87)
#35414A
(53,65,74)
#2B353D
(43,53,61)
#212930
(33,41,48)
#171D23
(23,29,35)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #718998

#718998
(113,137,152)
#7D93A1
(125,147,161)
#899DAA
(137,157,170)
#95A7B3
(149,167,179)
#A1B1BC
(161,177,188)
#ADBBC5
(173,187,197)
#B9C5CE
(185,197,206)
#C5CFD7
(197,207,215)
#D1D9E0
(209,217,224)
#DDE3E9
(221,227,233)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718998 color. Also use rgb(113,137,152) instead hex code.

Text Font Color

.myTextColor { color: #718998; }

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

This text font color is #718998.


Background Color

.myBgColor { background-color: #718998; }

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

This div background color is #718998.


Border color

.myBorderColor { border: 1px solid #718998; }

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

This div border color is #718998.


Opacity

.myOpacity80 { color: #718998; opacity: 0.8; }

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

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

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

This text has shadow with #718998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718998 on black background.


Color preview on white background

This text has color #718998 on white background.



Black color preview on #718998 background

This text has black color on #718998 background.


White color preview on #718998 background

This text has white color on #718998 background.