COLOR #719FB3

HEX: #719FB3
RGB: (113,159,179)

Color info

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

RGB color model

#719FB3 color RGB value is (113,159,179).

  • red value is 113;
  • green value is 159;
  • blue value is 179.
RGB:
(113,159,179)
(44%,62%,70%)

RGB channels and saturation

R 113 of 255 = 44%
G 159 of 255 = 62%
B 179 of 255 = 70%

113
159
179

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

Portions of RGB colors in percentages

R + G + B =
113 + 159 + 179 = 451 (100%)
R 113 of 451 ~ 25.06%
G 159 of 451 ~ 35.25%
B 179 of 451 ~ 39.69%

%25.06
%35.25
%39.69

CMYK color model

#719FB3 color CMYK value is (37,11,0,30).

  • cyan value is 36.87%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(37,11,0,30)
C37M11Y0K30 
(37%,11%,0%,30%)
(0.37/0.11/0.00/0.30)	

CMYK percentages

%36.87
%11.17
%0
%29.8

Codes

Color #719FB3 in popluar color models

719FB3
RGB113159179
HSL198°30.28%57.25%
HSB/HSV198°36.87%70.20%
CMYK36.87%11.17%0.00%
29.80%

Color #719FB3 in popluar number systems.

HEX719FB3
Decimal113159179
Binary11100011001111110110011
Octal161237263

Shades and tints

Shades of #719FB3

#719FB3
(113,159,179)
#6791A3
(103,145,163)
#5D8393
(93,131,147)
#537583
(83,117,131)
#496773
(73,103,115)
#3F5963
(63,89,99)
#354B53
(53,75,83)
#2B3D43
(43,61,67)
#212F33
(33,47,51)
#172123
(23,33,35)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #719FB3

#719FB3
(113,159,179)
#7DA7B9
(125,167,185)
#89AFBF
(137,175,191)
#95B7C5
(149,183,197)
#A1BFCB
(161,191,203)
#ADC7D1
(173,199,209)
#B9CFD7
(185,207,215)
#C5D7DD
(197,215,221)
#D1DFE3
(209,223,227)
#DDE7E9
(221,231,233)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719FB3 color. Also use rgb(113,159,179) instead hex code.

Text Font Color

.myTextColor { color: #719FB3; }

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

This text font color is #719FB3.


Background Color

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

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

This div background color is #719FB3.


Border color

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

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

This div border color is #719FB3.


Opacity

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

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

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

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

This text has shadow with #719FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719FB3 on black background.


Color preview on white background

This text has color #719FB3 on white background.



Black color preview on #719FB3 background

This text has black color on #719FB3 background.


White color preview on #719FB3 background

This text has white color on #719FB3 background.