COLOR #77D6DA

HEX: #77D6DA
RGB: (119,214,218)

Renk bilgisi

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

RGB renk modeli

#77D6DA color RGB value is (119,214,218).

  • kırmız ton 119;
  • yeşil ton 214;
  • mavi ton 218.
RGB:
(119,214,218)
(47%,84%,85%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 214 of 255 = 84%
B 218 of 255 = 85%

119
214
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 214 + 218 = 551 (100%)
R 119 of 551 ~ 21.6%
G 214 of 551 ~ 38.84%
B 218 of 551 ~ 39.56%

%21.6
%38.84
%39.56

CMYK RENK MODELİ

#77D6DA rengi CMYK tonu (45,2,0,15).

  • camgöbeği tonu 45.41%
  • eflatun tonu 1.83%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(45,2,0,15)
C45M2Y0K15 
(45%,2%,0%,15%)
(0.45/0.02/0.00/0.15)	

CMYK yüzdeleri

%45.41
%1.83
%0
%14.51

Codes

Color #77D6DA in popluar color models

77D6DA
RGB119214218
HSL182°57.23%66.08%
HSB/HSV182°45.41%85.49%
CMYK45.41%1.83%0.00%
14.51%

Color #77D6DA in popluar number systems.

HEX77D6DA
Decimal119214218
Binary11101111101011011011010
Octal167326332

Shades and tints

Shades of #77D6DA

#77D6DA
(119,214,218)
#6DC3C7
(109,195,199)
#63B0B4
(99,176,180)
#599DA1
(89,157,161)
#4F8A8E
(79,138,142)
#45777B
(69,119,123)
#3B6468
(59,100,104)
#315155
(49,81,85)
#273E42
(39,62,66)
#1D2B2F
(29,43,47)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #77D6DA

#77D6DA
(119,214,218)
#83D9DD
(131,217,221)
#8FDCE0
(143,220,224)
#9BDFE3
(155,223,227)
#A7E2E6
(167,226,230)
#B3E5E9
(179,229,233)
#BFE8EC
(191,232,236)
#CBEBEF
(203,235,239)
#D7EEF2
(215,238,242)
#E3F1F5
(227,241,245)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D6DA color. Also use rgb(119,214,218) instead hex code.

Text Font Color

.myTextColor { color: #77D6DA; }

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

This text font color is #77D6DA.


Background Color

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

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

This div background color is #77D6DA.


Border color

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

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

This div border color is #77D6DA.


Opacity

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

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

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

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

This text has shadow with #77D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D6DA on black background.


Color preview on white background

This text has color #77D6DA on white background.



Black color preview on #77D6DA background

This text has black color on #77D6DA background.


White color preview on #77D6DA background

This text has white color on #77D6DA background.