COLOR #719AAF

HEX: #719AAF
RGB: (113,154,175)

Color info

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

RGB color model

#719AAF color RGB value is (113,154,175).

  • red value is 113;
  • green value is 154;
  • blue value is 175.
RGB:
(113,154,175)
(44%,60%,69%)

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 175 of 255 = 69%

113
154
175

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 175 = 442 (100%)
R 113 of 442 ~ 25.57%
G 154 of 442 ~ 34.84%
B 175 of 442 ~ 39.59%

%25.57
%34.84
%39.59

CMYK color model

#719AAF color CMYK value is (35,12,0,31).

  • cyan value is 35.43%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,12,0,31)
C35M12Y0K31 
(35%,12%,0%,31%)
(0.35/0.12/0.00/0.31)	

CMYK percentages

%35.43
%12
%0
%31.37

Codes

Color #719AAF in popluar color models

719AAF
RGB113154175
HSL200°27.93%56.47%
HSB/HSV200°35.43%68.63%
CMYK35.43%12.00%0.00%
31.37%

Color #719AAF in popluar number systems.

HEX719AAF
Decimal113154175
Binary11100011001101010101111
Octal161232257

Shades and tints

Shades of #719AAF

#719AAF
(113,154,175)
#678CA0
(103,140,160)
#5D7E91
(93,126,145)
#537082
(83,112,130)
#496273
(73,98,115)
#3F5464
(63,84,100)
#354655
(53,70,85)
#2B3846
(43,56,70)
#212A37
(33,42,55)
#171C28
(23,28,40)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #719AAF

#719AAF
(113,154,175)
#7DA3B6
(125,163,182)
#89ACBD
(137,172,189)
#95B5C4
(149,181,196)
#A1BECB
(161,190,203)
#ADC7D2
(173,199,210)
#B9D0D9
(185,208,217)
#C5D9E0
(197,217,224)
#D1E2E7
(209,226,231)
#DDEBEE
(221,235,238)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719AAF color. Also use rgb(113,154,175) instead hex code.

Text Font Color

.myTextColor { color: #719AAF; }

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

This text font color is #719AAF.


Background Color

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

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

This div background color is #719AAF.


Border color

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

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

This div border color is #719AAF.


Opacity

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

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

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

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

This text has shadow with #719AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719AAF on black background.


Color preview on white background

This text has color #719AAF on white background.



Black color preview on #719AAF background

This text has black color on #719AAF background.


White color preview on #719AAF background

This text has white color on #719AAF background.