COLOR #77D9E1

HEX: #77D9E1
RGB: (119,217,225)

Renk bilgisi

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

RGB renk modeli

#77D9E1 color RGB value is (119,217,225).

  • kırmız ton 119;
  • yeşil ton 217;
  • mavi ton 225.
RGB:
(119,217,225)
(47%,85%,88%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 217 of 255 = 85%
B 225 of 255 = 88%

119
217
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 217 + 225 = 561 (100%)
R 119 of 561 ~ 21.21%
G 217 of 561 ~ 38.68%
B 225 of 561 ~ 40.11%

%21.21
%38.68
%40.11

CMYK RENK MODELİ

#77D9E1 rengi CMYK tonu (47,4,0,12).

  • camgöbeği tonu 47.11%
  • eflatun tonu 3.56%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(47,4,0,12)
C47M4Y0K12 
(47%,4%,0%,12%)
(0.47/0.04/0.00/0.12)	

CMYK yüzdeleri

%47.11
%3.56
%0
%11.76

Codes

Color #77D9E1 in popluar color models

77D9E1
RGB119217225
HSL185°63.86%67.45%
HSB/HSV185°47.11%88.24%
CMYK47.11%3.56%0.00%
11.76%

Color #77D9E1 in popluar number systems.

HEX77D9E1
Decimal119217225
Binary11101111101100111100001
Octal167331341

Shades and tints

Shades of #77D9E1

#77D9E1
(119,217,225)
#6DC6CD
(109,198,205)
#63B3B9
(99,179,185)
#59A0A5
(89,160,165)
#4F8D91
(79,141,145)
#457A7D
(69,122,125)
#3B6769
(59,103,105)
#315455
(49,84,85)
#274141
(39,65,65)
#1D2E2D
(29,46,45)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #77D9E1

#77D9E1
(119,217,225)
#83DCE3
(131,220,227)
#8FDFE5
(143,223,229)
#9BE2E7
(155,226,231)
#A7E5E9
(167,229,233)
#B3E8EB
(179,232,235)
#BFEBED
(191,235,237)
#CBEEEF
(203,238,239)
#D7F1F1
(215,241,241)
#E3F4F3
(227,244,243)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D9E1 color. Also use rgb(119,217,225) instead hex code.

Text Font Color

.myTextColor { color: #77D9E1; }

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

This text font color is #77D9E1.


Background Color

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

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

This div background color is #77D9E1.


Border color

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

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

This div border color is #77D9E1.


Opacity

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

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

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

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

This text has shadow with #77D9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D9E1 on black background.


Color preview on white background

This text has color #77D9E1 on white background.



Black color preview on #77D9E1 background

This text has black color on #77D9E1 background.


White color preview on #77D9E1 background

This text has white color on #77D9E1 background.