COLOR #77C2E4

HEX: #77C2E4
RGB: (119,194,228)

Renk bilgisi

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

RGB renk modeli

#77C2E4 color RGB value is (119,194,228).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 194 of 255 = 76%
B 228 of 255 = 89%

119
194
228

R + G + B ~ 71%. #77C2E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 194 + 228 = 541 (100%)
R 119 of 541 ~ 22%
G 194 of 541 ~ 35.86%
B 228 of 541 ~ 42.14%

%22
%35.86
%42.14

CMYK RENK MODELİ

#77C2E4 rengi CMYK tonu (48,15,0,11).

  • camgöbeği tonu 47.81%
  • eflatun tonu 14.91%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(48,15,0,11)
C48M15Y0K11 
(48%,15%,0%,11%)
(0.48/0.15/0.00/0.11)	

CMYK yüzdeleri

%47.81
%14.91
%0
%10.59

Codes

Color #77C2E4 in popluar color models

77C2E4
RGB119194228
HSL199°66.87%68.04%
HSB/HSV199°47.81%89.41%
CMYK47.81%14.91%0.00%
10.59%

Color #77C2E4 in popluar number systems.

HEX77C2E4
Decimal119194228
Binary11101111100001011100100
Octal167302344

Shades and tints

Shades of #77C2E4

#77C2E4
(119,194,228)
#6DB1D0
(109,177,208)
#63A0BC
(99,160,188)
#598FA8
(89,143,168)
#4F7E94
(79,126,148)
#456D80
(69,109,128)
#3B5C6C
(59,92,108)
#314B58
(49,75,88)
#273A44
(39,58,68)
#1D2930
(29,41,48)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #77C2E4

#77C2E4
(119,194,228)
#83C7E6
(131,199,230)
#8FCCE8
(143,204,232)
#9BD1EA
(155,209,234)
#A7D6EC
(167,214,236)
#B3DBEE
(179,219,238)
#BFE0F0
(191,224,240)
#CBE5F2
(203,229,242)
#D7EAF4
(215,234,244)
#E3EFF6
(227,239,246)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C2E4; }

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

This text font color is #77C2E4.


Background Color

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

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

This div background color is #77C2E4.


Border color

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

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

This div border color is #77C2E4.


Opacity

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

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

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

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

This text has shadow with #77C2E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C2E4 on black background.


Color preview on white background

This text has color #77C2E4 on white background.



Black color preview on #77C2E4 background

This text has black color on #77C2E4 background.


White color preview on #77C2E4 background

This text has white color on #77C2E4 background.