COLOR #718CA8

HEX: #718CA8 RGB: (113,140,168)

Color info

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

RGB color model

#718CA8 color RGB value is (113,140,168).

RGB: (113,140,168) (44%, 55%, 66%)

RGB channels and saturation

R 113 of 255 = 44%
G 140 of 255 = 55%
B 168 of 255 = 66%

113
140
168

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

Portions of RGB colors in percentages

R + G + B = 113 + 140 + 168 = 421 (100%)
R 113 of 421 ~ 26.84%
G 140 of 421 ~ 33.25%
B 168 of 421 ~ 39.9'%

%26.84
%33.25
%39.9

CMYK color model

#718CA8 color CMYK value is (33,17,0,34).

  • cyan value is 32.74%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (33,17,0,34)
C33M17Y0K34 (33%, 17%, 0%, 34%)
(0.33 / 0.17 / 0.00 / 0.34)

CMYK percentages

%32.74
%16.67
%0
%34.12

Codes

Color #718CA8 in popluar color models

71 8C A8
RGB 113 140 168
HSL 211° 24.02% 55.10%
HSB/HSV 211° 32.74% 65.88%
CMYK 32.74% 16.67% 0.00%
34.12%

Color #718CA8 in popluar number systems.

HEX 71 8C A8
Decimal 113 140 168
Binary 1110001 10001100 10101000
Octal 161 214 250

Shades and tints

Shades of #718CA8

#718CA8
(113,140,168)
#678099
(103,128,153)
#5D748A
(93,116,138)
#53687B
(83,104,123)
#495C6C
(73,92,108)
#3F505D
(63,80,93)
#35444E
(53,68,78)
#2B383F
(43,56,63)
#212C30
(33,44,48)
#172021
(23,32,33)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #718CA8

#718CA8
(113,140,168)
#7D96AF
(125,150,175)
#89A0B6
(137,160,182)
#95AABD
(149,170,189)
#A1B4C4
(161,180,196)
#ADBECB
(173,190,203)
#B9C8D2
(185,200,210)
#C5D2D9
(197,210,217)
#D1DCE0
(209,220,224)
#DDE6E7
(221,230,231)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718CA8; }

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

This text font color is #718CA8.

Background Color

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

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

This div background color is #718CA8.

Border color

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

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

This div border color is #718CA8.

Opacity

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

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

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

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

This text has shadow with #718CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718CA8.

Preview

Color preview on black background

This text has color #718CA8 on black background.


Color preview on white background

This text has color #718CA8 on white background.


Black color preview on #718CA8 background

This text has black color on #718CA8 background.


White color preview on #718CA8 background

This text has white color on #718CA8 background.


Related colors

Complementary color

Complementary color for #hex is #8E7357.


I love getcolorcode.com

Triadic colors

1 #A8718C and #8CA871 with #718CA8 are triadic colors.

2 #A88C71 and #8C71A8 with #718CA8 are triadic colors.