COLOR #719BAE

HEX: #719BAE
RGB: (113,155,174)

Color info

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

RGB color model

#719BAE color RGB value is (113,155,174).

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

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 174 of 255 = 68%

113
155
174

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

Portions of RGB colors in percentages

R + G + B =
113 + 155 + 174 = 442 (100%)
R 113 of 442 ~ 25.57%
G 155 of 442 ~ 35.07%
B 174 of 442 ~ 39.37%

%25.57
%35.07
%39.37

CMYK color model

#719BAE color CMYK value is (35,11,0,32).

  • cyan value is 35.06%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(35,11,0,32)
C35M11Y0K32 
(35%,11%,0%,32%)
(0.35/0.11/0.00/0.32)	

CMYK percentages

%35.06
%10.92
%0
%31.76

Codes

Color #719BAE in popluar color models

719BAE
RGB113155174
HSL199°27.35%56.27%
HSB/HSV199°35.06%68.24%
CMYK35.06%10.92%0.00%
31.76%

Color #719BAE in popluar number systems.

HEX719BAE
Decimal113155174
Binary11100011001101110101110
Octal161233256

Shades and tints

Shades of #719BAE

#719BAE
(113,155,174)
#678D9F
(103,141,159)
#5D7F90
(93,127,144)
#537181
(83,113,129)
#496372
(73,99,114)
#3F5563
(63,85,99)
#354754
(53,71,84)
#2B3945
(43,57,69)
#212B36
(33,43,54)
#171D27
(23,29,39)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #719BAE

#719BAE
(113,155,174)
#7DA4B5
(125,164,181)
#89ADBC
(137,173,188)
#95B6C3
(149,182,195)
#A1BFCA
(161,191,202)
#ADC8D1
(173,200,209)
#B9D1D8
(185,209,216)
#C5DADF
(197,218,223)
#D1E3E6
(209,227,230)
#DDECED
(221,236,237)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719BAE; }

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

This text font color is #719BAE.


Background Color

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

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

This div background color is #719BAE.


Border color

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

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

This div border color is #719BAE.


Opacity

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

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

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

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

This text has shadow with #719BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719BAE on black background.


Color preview on white background

This text has color #719BAE on white background.



Black color preview on #719BAE background

This text has black color on #719BAE background.


White color preview on #719BAE background

This text has white color on #719BAE background.