COLOR #718C99

HEX: #718C99
RGB: (113,140,153)

Color info

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

RGB color model

#718C99 color RGB value is (113,140,153).

  • red value is 113;
  • green value is 140;
  • blue value is 153.
RGB:
(113,140,153)
(44%,55%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 153 of 255 = 60%

113
140
153

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

Portions of RGB colors in percentages

R + G + B =
113 + 140 + 153 = 406 (100%)
R 113 of 406 ~ 27.83%
G 140 of 406 ~ 34.48%
B 153 of 406 ~ 37.68%

%27.83
%34.48
%37.68

CMYK color model

#718C99 color CMYK value is (26,8,0,40).

  • cyan value is 26.14%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(26,8,0,40)
C26M8Y0K40 
(26%,8%,0%,40%)
(0.26/0.08/0.00/0.40)	

CMYK percentages

%26.14
%8.5
%0
%40

Codes

Color #718C99 in popluar color models

718C99
RGB113140153
HSL200°16.39%52.16%
HSB/HSV200°26.14%60.00%
CMYK26.14%8.50%0.00%
40.00%

Color #718C99 in popluar number systems.

HEX718C99
Decimal113140153
Binary11100011000110010011001
Octal161214231

Shades and tints

Shades of #718C99

#718C99
(113,140,153)
#67808C
(103,128,140)
#5D747F
(93,116,127)
#536872
(83,104,114)
#495C65
(73,92,101)
#3F5058
(63,80,88)
#35444B
(53,68,75)
#2B383E
(43,56,62)
#212C31
(33,44,49)
#172024
(23,32,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #718C99

#718C99
(113,140,153)
#7D96A2
(125,150,162)
#89A0AB
(137,160,171)
#95AAB4
(149,170,180)
#A1B4BD
(161,180,189)
#ADBEC6
(173,190,198)
#B9C8CF
(185,200,207)
#C5D2D8
(197,210,216)
#D1DCE1
(209,220,225)
#DDE6EA
(221,230,234)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718C99; }

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

This text font color is #718C99.


Background Color

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

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

This div background color is #718C99.


Border color

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

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

This div border color is #718C99.


Opacity

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

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

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

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

This text has shadow with #718C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718C99 on black background.


Color preview on white background

This text has color #718C99 on white background.



Black color preview on #718C99 background

This text has black color on #718C99 background.


White color preview on #718C99 background

This text has white color on #718C99 background.