COLOR #718F9A

HEX: #718F9A RGB: (113,143,154)

Color info

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

RGB color model

#718F9A color RGB value is (113,143,154).

RGB: (113,143,154) (44%, 56%, 60%)

RGB channels and saturation

R 113 of 255 = 44%
G 143 of 255 = 56%
B 154 of 255 = 60%

113
143
154

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

Portions of RGB colors in percentages

R + G + B = 113 + 143 + 154 = 410 (100%)
R 113 of 410 ~ 27.56%
G 143 of 410 ~ 34.88%
B 154 of 410 ~ 37.56'%

%27.56
%34.88
%37.56

CMYK color model

#718F9A color CMYK value is (27,7,0,40).

  • cyan value is 26.62%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (27,7,0,40)
C27M7Y0K40 (27%, 7%, 0%, 40%)
(0.27 / 0.07 / 0.00 / 0.40)

CMYK percentages

%26.62
%7.14
%0
%39.61

Codes

Color #718F9A in popluar color models

71 8F 9A
RGB 113 143 154
HSL 196° 16.87% 52.35%
HSB/HSV 196° 26.62% 60.39%
CMYK 26.62% 7.14% 0.00%
39.61%

Color #718F9A in popluar number systems.

HEX 71 8F 9A
Decimal 113 143 154
Binary 1110001 10001111 10011010
Octal 161 217 232

Shades and tints

Shades of #718F9A

#718F9A
(113,143,154)
#67828C
(103,130,140)
#5D757E
(93,117,126)
#536870
(83,104,112)
#495B62
(73,91,98)
#3F4E54
(63,78,84)
#354146
(53,65,70)
#2B3438
(43,52,56)
#21272A
(33,39,42)
#171A1C
(23,26,28)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #718F9A

#718F9A
(113,143,154)
#7D99A3
(125,153,163)
#89A3AC
(137,163,172)
#95ADB5
(149,173,181)
#A1B7BE
(161,183,190)
#ADC1C7
(173,193,199)
#B9CBD0
(185,203,208)
#C5D5D9
(197,213,217)
#D1DFE2
(209,223,226)
#DDE9EB
(221,233,235)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718F9A color. Also use rgb(113,143,154) instead hex code.

Text Font Color

.myTextColor { color: #718F9A; }

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

This text font color is #718F9A.

Background Color

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

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

This div background color is #718F9A.

Border color

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

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

This div border color is #718F9A.

Opacity

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

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

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

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

This text has shadow with #718F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718F9A.

Preview

Color preview on black background

This text has color #718F9A on black background.


Color preview on white background

This text has color #718F9A on white background.


Black color preview on #718F9A background

This text has black color on #718F9A background.


White color preview on #718F9A background

This text has white color on #718F9A background.


Related colors

Complementary color

Complementary color for #hex is #8E7065.


I love getcolorcode.com

Triadic colors

1 #9A718F and #8F9A71 with #718F9A are triadic colors.

2 #9A8F71 and #8F719A with #718F9A are triadic colors.