COLOR #779ECB

HEX: #779ECB
RGB: (119,158,203)

Color info

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

RGB color model

#779ECB color RGB value is (119,158,203).

  • red value is 119;
  • green value is 158;
  • blue value is 203.
RGB:
(119,158,203)
(47%,62%,80%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 203 of 255 = 80%

119
158
203

R + G + B ~ 63%. #779ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 158 + 203 = 480 (100%)
R 119 of 480 ~ 24.79%
G 158 of 480 ~ 32.92%
B 203 of 480 ~ 42.29%

%24.79
%32.92
%42.29

CMYK color model

#779ECB color CMYK value is (41,22,0,20).

  • cyan value is 41.38%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,22,0,20)
C41M22Y0K20 
(41%,22%,0%,20%)
(0.41/0.22/0.00/0.20)	

CMYK percentages

%41.38
%22.17
%0
%20.39

Codes

Color #779ECB in popluar color models

779ECB
RGB119158203
HSL212°44.68%63.14%
HSB/HSV212°41.38%79.61%
CMYK41.38%22.17%0.00%
20.39%

Color #779ECB in popluar number systems.

HEX779ECB
Decimal119158203
Binary11101111001111011001011
Octal167236313

Shades and tints

Shades of #779ECB

#779ECB
(119,158,203)
#6D90B9
(109,144,185)
#6382A7
(99,130,167)
#597495
(89,116,149)
#4F6683
(79,102,131)
#455871
(69,88,113)
#3B4A5F
(59,74,95)
#313C4D
(49,60,77)
#272E3B
(39,46,59)
#1D2029
(29,32,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #779ECB

#779ECB
(119,158,203)
#83A6CF
(131,166,207)
#8FAED3
(143,174,211)
#9BB6D7
(155,182,215)
#A7BEDB
(167,190,219)
#B3C6DF
(179,198,223)
#BFCEE3
(191,206,227)
#CBD6E7
(203,214,231)
#D7DEEB
(215,222,235)
#E3E6EF
(227,230,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779ECB color. Also use rgb(119,158,203) instead hex code.

Text Font Color

.myTextColor { color: #779ECB; }

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

This text font color is #779ECB.


Background Color

.myBgColor { background-color: #779ECB; }

<div style="background-color:#779ECB">Inner text</div>

This div background color is #779ECB.


Border color

.myBorderColor { border: 1px solid #779ECB; }

<div style="border:3px solid #779ECB">Div</div>

This div border color is #779ECB.


Opacity

.myOpacity80 { color: #779ECB; opacity: 0.8; }

<p style="color:#779ECB;opacity:0.8;">80%</p>

Text with #779ECB 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 #779ECB;}

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

This text has shadow with #779ECB color.

.textShadow {text-shadow: 3px 3px 1px #779ECB, 3px 3px 1px red;}

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

This text has shadow with #779ECB primary color and red secondary color.


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

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

This text has shadow with #779ECB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779ECB on black background.


Color preview on white background

This text has color #779ECB on white background.



Black color preview on #779ECB background

This text has black color on #779ECB background.


White color preview on #779ECB background

This text has white color on #779ECB background.