COLOR #779EB6

HEX: #779EB6
RGB: (119,158,182)

Renk bilgisi

#779EB6 contains mainly green and blue colors. #779EB6 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#779EB6 color RGB value is (119,158,182).

  • kırmız ton 119;
  • yeşil ton 158;
  • mavi ton 182.
RGB:
(119,158,182)
(47%,62%,71%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 158 of 255 = 62%
B 182 of 255 = 71%

119
158
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 158 + 182 = 459 (100%)
R 119 of 459 ~ 25.93%
G 158 of 459 ~ 34.42%
B 182 of 459 ~ 39.65%

%25.93
%34.42
%39.65

CMYK RENK MODELİ

#779EB6 rengi CMYK tonu (35,13,0,29).

  • camgöbeği tonu 34.62%
  • eflatun tonu 13.19%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(35,13,0,29)
C35M13Y0K29 
(35%,13%,0%,29%)
(0.35/0.13/0.00/0.29)	

CMYK yüzdeleri

%34.62
%13.19
%0
%28.63

Codes

Color #779EB6 in popluar color models

779EB6
RGB119158182
HSL203°30.14%59.02%
HSB/HSV203°34.62%71.37%
CMYK34.62%13.19%0.00%
28.63%

Color #779EB6 in popluar number systems.

HEX779EB6
Decimal119158182
Binary11101111001111010110110
Octal167236266

Shades and tints

Shades of #779EB6

#779EB6
(119,158,182)
#6D90A6
(109,144,166)
#638296
(99,130,150)
#597486
(89,116,134)
#4F6676
(79,102,118)
#455866
(69,88,102)
#3B4A56
(59,74,86)
#313C46
(49,60,70)
#272E36
(39,46,54)
#1D2026
(29,32,38)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #779EB6

#779EB6
(119,158,182)
#83A6BC
(131,166,188)
#8FAEC2
(143,174,194)
#9BB6C8
(155,182,200)
#A7BECE
(167,190,206)
#B3C6D4
(179,198,212)
#BFCEDA
(191,206,218)
#CBD6E0
(203,214,224)
#D7DEE6
(215,222,230)
#E3E6EC
(227,230,236)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779EB6; }

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

This text font color is #779EB6.


Background Color

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

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

This div background color is #779EB6.


Border color

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

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

This div border color is #779EB6.


Opacity

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

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

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

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

This text has shadow with #779EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779EB6 on black background.


Color preview on white background

This text has color #779EB6 on white background.



Black color preview on #779EB6 background

This text has black color on #779EB6 background.


White color preview on #779EB6 background

This text has white color on #779EB6 background.