COLOR #77B4E4

HEX: #77B4E4
RGB: (119,180,228)

Renk bilgisi

#77B4E4 contains mainly green and blue colors. #77B4E4 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#77B4E4 color RGB value is (119,180,228).

  • kırmız ton 119;
  • yeşil ton 180;
  • mavi ton 228.
RGB:
(119,180,228)
(47%,71%,89%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 180 of 255 = 71%
B 228 of 255 = 89%

119
180
228

R + G + B ~ 69%. #77B4E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 180 + 228 = 527 (100%)
R 119 of 527 ~ 22.58%
G 180 of 527 ~ 34.16%
B 228 of 527 ~ 43.26%

%22.58
%34.16
%43.26

CMYK RENK MODELİ

#77B4E4 rengi CMYK tonu (48,21,0,11).

  • camgöbeği tonu 47.81%
  • eflatun tonu 21.05%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(48,21,0,11)
C48M21Y0K11 
(48%,21%,0%,11%)
(0.48/0.21/0.00/0.11)	

CMYK yüzdeleri

%47.81
%21.05
%0
%10.59

Codes

Color #77B4E4 in popluar color models

77B4E4
RGB119180228
HSL206°66.87%68.04%
HSB/HSV206°47.81%89.41%
CMYK47.81%21.05%0.00%
10.59%

Color #77B4E4 in popluar number systems.

HEX77B4E4
Decimal119180228
Binary11101111011010011100100
Octal167264344

Shades and tints

Shades of #77B4E4

#77B4E4
(119,180,228)
#6DA4D0
(109,164,208)
#6394BC
(99,148,188)
#5984A8
(89,132,168)
#4F7494
(79,116,148)
#456480
(69,100,128)
#3B546C
(59,84,108)
#314458
(49,68,88)
#273444
(39,52,68)
#1D2430
(29,36,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #77B4E4

#77B4E4
(119,180,228)
#83BAE6
(131,186,230)
#8FC0E8
(143,192,232)
#9BC6EA
(155,198,234)
#A7CCEC
(167,204,236)
#B3D2EE
(179,210,238)
#BFD8F0
(191,216,240)
#CBDEF2
(203,222,242)
#D7E4F4
(215,228,244)
#E3EAF6
(227,234,246)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B4E4 color. Also use rgb(119,180,228) instead hex code.

Text Font Color

.myTextColor { color: #77B4E4; }

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

This text font color is #77B4E4.


Background Color

.myBgColor { background-color: #77B4E4; }

<div style="background-color:#77B4E4">Inner text</div>

This div background color is #77B4E4.


Border color

.myBorderColor { border: 1px solid #77B4E4; }

<div style="border:3px solid #77B4E4">Div</div>

This div border color is #77B4E4.


Opacity

.myOpacity80 { color: #77B4E4; opacity: 0.8; }

<p style="color:#77B4E4;opacity:0.8;">80%</p>

Text with #77B4E4 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 #77B4E4;}

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

This text has shadow with #77B4E4 color.

.textShadow {text-shadow: 3px 3px 1px #77B4E4, 3px 3px 1px red;}

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

This text has shadow with #77B4E4 primary color and red secondary color.


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

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

This text has shadow with #77B4E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B4E4 on black background.


Color preview on white background

This text has color #77B4E4 on white background.



Black color preview on #77B4E4 background

This text has black color on #77B4E4 background.


White color preview on #77B4E4 background

This text has white color on #77B4E4 background.