COLOR #719BB0

HEX: #719BB0
RGB: (113,155,176)

Color info

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

RGB color model

#719BB0 color RGB value is (113,155,176).

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

RGB channels and saturation

R 113 of 255 = 44%
G 155 of 255 = 61%
B 176 of 255 = 69%

113
155
176

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

Portions of RGB colors in percentages

R + G + B =
113 + 155 + 176 = 444 (100%)
R 113 of 444 ~ 25.45%
G 155 of 444 ~ 34.91%
B 176 of 444 ~ 39.64%

%25.45
%34.91
%39.64

CMYK color model

#719BB0 color CMYK value is (36,12,0,31).

  • cyan value is 35.80%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(36,12,0,31)
C36M12Y0K31 
(36%,12%,0%,31%)
(0.36/0.12/0.00/0.31)	

CMYK percentages

%35.8
%11.93
%0
%30.98

Codes

Color #719BB0 in popluar color models

719BB0
RGB113155176
HSL200°28.51%56.67%
HSB/HSV200°35.80%69.02%
CMYK35.80%11.93%0.00%
30.98%

Color #719BB0 in popluar number systems.

HEX719BB0
Decimal113155176
Binary11100011001101110110000
Octal161233260

Shades and tints

Shades of #719BB0

#719BB0
(113,155,176)
#678DA0
(103,141,160)
#5D7F90
(93,127,144)
#537180
(83,113,128)
#496370
(73,99,112)
#3F5560
(63,85,96)
#354750
(53,71,80)
#2B3940
(43,57,64)
#212B30
(33,43,48)
#171D20
(23,29,32)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #719BB0

#719BB0
(113,155,176)
#7DA4B7
(125,164,183)
#89ADBE
(137,173,190)
#95B6C5
(149,182,197)
#A1BFCC
(161,191,204)
#ADC8D3
(173,200,211)
#B9D1DA
(185,209,218)
#C5DAE1
(197,218,225)
#D1E3E8
(209,227,232)
#DDECEF
(221,236,239)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719BB0; }

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

This text font color is #719BB0.


Background Color

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

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

This div background color is #719BB0.


Border color

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

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

This div border color is #719BB0.


Opacity

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

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

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

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

This text has shadow with #719BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719BB0 on black background.


Color preview on white background

This text has color #719BB0 on white background.



Black color preview on #719BB0 background

This text has black color on #719BB0 background.


White color preview on #719BB0 background

This text has white color on #719BB0 background.