COLOR #719AC1

HEX: #719AC1
RGB: (113,154,193)

Color info

#719AC1 contains mainly green and blue colors. Web safe color of #719AC1 is #6699CC (or #69C).

RGB color model

#719AC1 color RGB value is (113,154,193).

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

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 193 of 255 = 76%

113
154
193

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 193 = 460 (100%)
R 113 of 460 ~ 24.57%
G 154 of 460 ~ 33.48%
B 193 of 460 ~ 41.96%

%24.57
%33.48
%41.96

CMYK color model

#719AC1 color CMYK value is (41,20,0,24).

  • cyan value is 41.45%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(41,20,0,24)
C41M20Y0K24 
(41%,20%,0%,24%)
(0.41/0.20/0.00/0.24)	

CMYK percentages

%41.45
%20.21
%0
%24.31

Codes

Color #719AC1 in popluar color models

719AC1
RGB113154193
HSL209°39.22%60.00%
HSB/HSV209°41.45%75.69%
CMYK41.45%20.21%0.00%
24.31%

Color #719AC1 in popluar number systems.

HEX719AC1
Decimal113154193
Binary11100011001101011000001
Octal161232301

Shades and tints

Shades of #719AC1

#719AC1
(113,154,193)
#678CB0
(103,140,176)
#5D7E9F
(93,126,159)
#53708E
(83,112,142)
#49627D
(73,98,125)
#3F546C
(63,84,108)
#35465B
(53,70,91)
#2B384A
(43,56,74)
#212A39
(33,42,57)
#171C28
(23,28,40)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #719AC1

#719AC1
(113,154,193)
#7DA3C6
(125,163,198)
#89ACCB
(137,172,203)
#95B5D0
(149,181,208)
#A1BED5
(161,190,213)
#ADC7DA
(173,199,218)
#B9D0DF
(185,208,223)
#C5D9E4
(197,217,228)
#D1E2E9
(209,226,233)
#DDEBEE
(221,235,238)
#E9F4F3
(233,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719AC1; }

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

This text font color is #719AC1.


Background Color

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

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

This div background color is #719AC1.


Border color

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

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

This div border color is #719AC1.


Opacity

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

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

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

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

This text has shadow with #719AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719AC1 on black background.


Color preview on white background

This text has color #719AC1 on white background.



Black color preview on #719AC1 background

This text has black color on #719AC1 background.


White color preview on #719AC1 background

This text has white color on #719AC1 background.