COLOR #719BAC

HEX: #719BAC
RGB: (113,155,172)

Color info

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

RGB color model

#719BAC color RGB value is (113,155,172).

  • red value is 113;
  • green value is 155;
  • blue value is 172.
RGB:
(113,155,172)
(44%,61%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 172 of 255 = 67%

113
155
172

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

Portions of RGB colors in percentages

R + G + B =
113 + 155 + 172 = 440 (100%)
R 113 of 440 ~ 25.68%
G 155 of 440 ~ 35.23%
B 172 of 440 ~ 39.09%

%25.68
%35.23
%39.09

CMYK color model

#719BAC color CMYK value is (34,10,0,33).

  • cyan value is 34.30%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(34,10,0,33)
C34M10Y0K33 
(34%,10%,0%,33%)
(0.34/0.10/0.00/0.33)	

CMYK percentages

%34.3
%9.88
%0
%32.55

Codes

Color #719BAC in popluar color models

719BAC
RGB113155172
HSL197°26.22%55.88%
HSB/HSV197°34.30%67.45%
CMYK34.30%9.88%0.00%
32.55%

Color #719BAC in popluar number systems.

HEX719BAC
Decimal113155172
Binary11100011001101110101100
Octal161233254

Shades and tints

Shades of #719BAC

#719BAC
(113,155,172)
#678D9D
(103,141,157)
#5D7F8E
(93,127,142)
#53717F
(83,113,127)
#496370
(73,99,112)
#3F5561
(63,85,97)
#354752
(53,71,82)
#2B3943
(43,57,67)
#212B34
(33,43,52)
#171D25
(23,29,37)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #719BAC

#719BAC
(113,155,172)
#7DA4B3
(125,164,179)
#89ADBA
(137,173,186)
#95B6C1
(149,182,193)
#A1BFC8
(161,191,200)
#ADC8CF
(173,200,207)
#B9D1D6
(185,209,214)
#C5DADD
(197,218,221)
#D1E3E4
(209,227,228)
#DDECEB
(221,236,235)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719BAC color. Also use rgb(113,155,172) instead hex code.

Text Font Color

.myTextColor { color: #719BAC; }

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

This text font color is #719BAC.


Background Color

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

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

This div background color is #719BAC.


Border color

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

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

This div border color is #719BAC.


Opacity

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

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

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

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

This text has shadow with #719BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719BAC on black background.


Color preview on white background

This text has color #719BAC on white background.



Black color preview on #719BAC background

This text has black color on #719BAC background.


White color preview on #719BAC background

This text has white color on #719BAC background.