COLOR #718097

HEX: #718097
RGB: (113,128,151)

Color info

#718097 contains red, green and blue colors in about the same proportion. Web safe color of #718097 is #666699 (or #669).

RGB color model

#718097 color RGB value is (113,128,151).

  • red value is 113;
  • green value is 128;
  • blue value is 151.
RGB:
(113,128,151)
(44%,50%,59%)

RGB channels and saturation

R 113 of 255 = 44%
G 128 of 255 = 50%
B 151 of 255 = 59%

113
128
151

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

Portions of RGB colors in percentages

R + G + B =
113 + 128 + 151 = 392 (100%)
R 113 of 392 ~ 28.83%
G 128 of 392 ~ 32.65%
B 151 of 392 ~ 38.52%

%28.83
%32.65
%38.52

CMYK color model

#718097 color CMYK value is (25,15,0,41).

  • cyan value is 25.17%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(25,15,0,41)
C25M15Y0K41 
(25%,15%,0%,41%)
(0.25/0.15/0.00/0.41)	

CMYK percentages

%25.17
%15.23
%0
%40.78

Codes

Color #718097 in popluar color models

718097
RGB113128151
HSL216°15.45%51.76%
HSB/HSV216°25.17%59.22%
CMYK25.17%15.23%0.00%
40.78%

Color #718097 in popluar number systems.

HEX718097
Decimal113128151
Binary11100011000000010010111
Octal161200227

Shades and tints

Shades of #718097

#718097
(113,128,151)
#67758A
(103,117,138)
#5D6A7D
(93,106,125)
#535F70
(83,95,112)
#495463
(73,84,99)
#3F4956
(63,73,86)
#353E49
(53,62,73)
#2B333C
(43,51,60)
#21282F
(33,40,47)
#171D22
(23,29,34)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #718097

#718097
(113,128,151)
#7D8BA0
(125,139,160)
#8996A9
(137,150,169)
#95A1B2
(149,161,178)
#A1ACBB
(161,172,187)
#ADB7C4
(173,183,196)
#B9C2CD
(185,194,205)
#C5CDD6
(197,205,214)
#D1D8DF
(209,216,223)
#DDE3E8
(221,227,232)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718097 color. Also use rgb(113,128,151) instead hex code.

Text Font Color

.myTextColor { color: #718097; }

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

This text font color is #718097.


Background Color

.myBgColor { background-color: #718097; }

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

This div background color is #718097.


Border color

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

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

This div border color is #718097.


Opacity

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

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

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

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

This text has shadow with #718097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718097 on black background.


Color preview on white background

This text has color #718097 on white background.



Black color preview on #718097 background

This text has black color on #718097 background.


White color preview on #718097 background

This text has white color on #718097 background.