COLOR #719CAD

HEX: #719CAD RGB: (113,156,173)

Color info

#719CAD contains mainly green and blue colors. Web safe color of #719CAD is #669999 (or #699).

RGB color model

#719CAD color RGB value is (113,156,173).

RGB: (113,156,173) (44%, 61%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 173 of 255 = 68%

113
156
173

R + G + B ~ 58%. #719CAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 156 + 173 = 442 (100%)
R 113 of 442 ~ 25.57%
G 156 of 442 ~ 35.29%
B 173 of 442 ~ 39.14'%

%25.57
%35.29
%39.14

CMYK color model

#719CAD color CMYK value is (35,10,0,32).

  • cyan value is 34.68%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (35,10,0,32) C35M10Y0K32 (35%,10%,0%,32%) (0.35/0.10/0.00/0.32) 

CMYK percentages

%34.68
%9.83
%0
%32.16

Codes

Color #719CAD in popluar color models

71 9C AD
RGB 113 156 173
HSL 197° 26.79% 56.08%
HSB/HSV 197° 34.68% 67.84%
CMYK 34.68% 9.83% 0.00%
32.16%

Color #719CAD in popluar number systems.

HEX 71 9C AD
Decimal 113 156 173
Binary 1110001 10011100 10101101
Octal 161 234 255

Shades and tints

Shades of #719CAD

#719CAD
(113,156,173)
#678E9E
(103,142,158)
#5D808F
(93,128,143)
#537280
(83,114,128)
#496471
(73,100,113)
#3F5662
(63,86,98)
#354853
(53,72,83)
#2B3A44
(43,58,68)
#212C35
(33,44,53)
#171E26
(23,30,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #719CAD

#719CAD
(113,156,173)
#7DA5B4
(125,165,180)
#89AEBB
(137,174,187)
#95B7C2
(149,183,194)
#A1C0C9
(161,192,201)
#ADC9D0
(173,201,208)
#B9D2D7
(185,210,215)
#C5DBDE
(197,219,222)
#D1E4E5
(209,228,229)
#DDEDEC
(221,237,236)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719CAD color. Also use rgb(113,156,173) instead hex code.

Text Font Color

.myTextColor { color: #719CAD; }

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

This text font color is #719CAD.

Background Color

.myBgColor { background-color: #719CAD; }

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

This div background color is #719CAD.

Border color

.myBorderColor { border: 1px solid #719CAD; }

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

This div border color is #719CAD.

Opacity

.myOpacity80 { color: #719CAD; opacity: 0.8; }

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

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

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

This text has shadow with #719CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719CAD.

Preview

Color preview on black background

This text has color #719CAD on black background.


Color preview on white background

This text has color #719CAD on white background.


Black color preview on #719CAD background

This text has black color on #719CAD background.


White color preview on #719CAD background

This text has white color on #719CAD background.


Related colors

Complementary color

Complementary color for #hex is #8E6352.


I love getcolorcode.com

Triadic colors

1 #AD719C and #9CAD71 with #719CAD are triadic colors.

2 #AD9C71 and #9C71AD with #719CAD are triadic colors.