COLOR #718DA9

HEX: #718DA9 RGB: (113,141,169)

Color info

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

RGB color model

#718DA9 color RGB value is (113,141,169).

RGB: (113,141,169) (44%, 55%, 66%)

RGB channels and saturation

R 113 of 255 = 44%
G 141 of 255 = 55%
B 169 of 255 = 66%

113
141
169

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

Portions of RGB colors in percentages

R + G + B = 113 + 141 + 169 = 423 (100%)
R 113 of 423 ~ 26.71%
G 141 of 423 ~ 33.33%
B 169 of 423 ~ 39.95'%

%26.71
%33.33
%39.95

CMYK color model

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

  • cyan value is 33.14%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 33.73%

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

CMYK percentages

%33.14
%16.57
%0
%33.73

Codes

Color #718DA9 in popluar color models

71 8D A9
RGB 113 141 169
HSL 210° 24.56% 55.29%
HSB/HSV 210° 33.14% 66.27%
CMYK 33.14% 16.57% 0.00%
33.73%

Color #718DA9 in popluar number systems.

HEX 71 8D A9
Decimal 113 141 169
Binary 1110001 10001101 10101001
Octal 161 215 251

Shades and tints

Shades of #718DA9

#718DA9
(113,141,169)
#67819A
(103,129,154)
#5D758B
(93,117,139)
#53697C
(83,105,124)
#495D6D
(73,93,109)
#3F515E
(63,81,94)
#35454F
(53,69,79)
#2B3940
(43,57,64)
#212D31
(33,45,49)
#172122
(23,33,34)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #718DA9

#718DA9
(113,141,169)
#7D97B0
(125,151,176)
#89A1B7
(137,161,183)
#95ABBE
(149,171,190)
#A1B5C5
(161,181,197)
#ADBFCC
(173,191,204)
#B9C9D3
(185,201,211)
#C5D3DA
(197,211,218)
#D1DDE1
(209,221,225)
#DDE7E8
(221,231,232)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #718DA9 color. Also use rgb(113,141,169) instead hex code.

Text Font Color

.myTextColor { color: #718DA9; }

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

This text font color is #718DA9.

Background Color

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

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

This div background color is #718DA9.

Border color

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

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

This div border color is #718DA9.

Opacity

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

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

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

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

This text has shadow with #718DA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #718DA9.

Preview

Color preview on black background

This text has color #718DA9 on black background.


Color preview on white background

This text has color #718DA9 on white background.


Black color preview on #718DA9 background

This text has black color on #718DA9 background.


White color preview on #718DA9 background

This text has white color on #718DA9 background.


Related colors

Complementary color

Complementary color for #hex is #8E7256.


I love getcolorcode.com

Triadic colors

1 #A9718D and #8DA971 with #718DA9 are triadic colors.

2 #A98D71 and #8D71A9 with #718DA9 are triadic colors.