COLOR #77E2F4

HEX: #77E2F4
RGB: (119,226,244)

Renk bilgisi

#77E2F4 contains mainly green and blue colors. #77E2F4 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#77E2F4 color RGB value is (119,226,244).

  • kırmız ton 119;
  • yeşil ton 226;
  • mavi ton 244.
RGB:
(119,226,244)
(47%,89%,96%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 226 of 255 = 89%
B 244 of 255 = 96%

119
226
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 226 + 244 = 589 (100%)
R 119 of 589 ~ 20.2%
G 226 of 589 ~ 38.37%
B 244 of 589 ~ 41.43%

%20.2
%38.37
%41.43

CMYK RENK MODELİ

#77E2F4 rengi CMYK tonu (51,7,0,4).

  • camgöbeği tonu 51.23%
  • eflatun tonu 7.38%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(51,7,0,4)
C51M7Y0K4 
(51%,7%,0%,4%)
(0.51/0.07/0.00/0.04)	

CMYK yüzdeleri

%51.23
%7.38
%0
%4.31

Codes

Color #77E2F4 in popluar color models

77E2F4
RGB119226244
HSL189°85.03%71.18%
HSB/HSV189°51.23%95.69%
CMYK51.23%7.38%0.00%
4.31%

Color #77E2F4 in popluar number systems.

HEX77E2F4
Decimal119226244
Binary11101111110001011110100
Octal167342364

Shades and tints

Shades of #77E2F4

#77E2F4
(119,226,244)
#6DCEDE
(109,206,222)
#63BAC8
(99,186,200)
#59A6B2
(89,166,178)
#4F929C
(79,146,156)
#457E86
(69,126,134)
#3B6A70
(59,106,112)
#31565A
(49,86,90)
#274244
(39,66,68)
#1D2E2E
(29,46,46)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #77E2F4

#77E2F4
(119,226,244)
#83E4F5
(131,228,245)
#8FE6F6
(143,230,246)
#9BE8F7
(155,232,247)
#A7EAF8
(167,234,248)
#B3ECF9
(179,236,249)
#BFEEFA
(191,238,250)
#CBF0FB
(203,240,251)
#D7F2FC
(215,242,252)
#E3F4FD
(227,244,253)
#EFF6FE
(239,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E2F4 color. Also use rgb(119,226,244) instead hex code.

Text Font Color

.myTextColor { color: #77E2F4; }

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

This text font color is #77E2F4.


Background Color

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

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

This div background color is #77E2F4.


Border color

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

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

This div border color is #77E2F4.


Opacity

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

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

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

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

This text has shadow with #77E2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E2F4 on black background.


Color preview on white background

This text has color #77E2F4 on white background.



Black color preview on #77E2F4 background

This text has black color on #77E2F4 background.


White color preview on #77E2F4 background

This text has white color on #77E2F4 background.