COLOR #77C9E1

HEX: #77C9E1
RGB: (119,201,225)

Renk bilgisi

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

RGB renk modeli

#77C9E1 color RGB value is (119,201,225).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 201 of 255 = 79%
B 225 of 255 = 88%

119
201
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 201 + 225 = 545 (100%)
R 119 of 545 ~ 21.83%
G 201 of 545 ~ 36.88%
B 225 of 545 ~ 41.28%

%21.83
%36.88
%41.28

CMYK RENK MODELİ

#77C9E1 rengi CMYK tonu (47,11,0,12).

  • camgöbeği tonu 47.11%
  • eflatun tonu 10.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(47,11,0,12)
C47M11Y0K12 
(47%,11%,0%,12%)
(0.47/0.11/0.00/0.12)	

CMYK yüzdeleri

%47.11
%10.67
%0
%11.76

Codes

Color #77C9E1 in popluar color models

77C9E1
RGB119201225
HSL194°63.86%67.45%
HSB/HSV194°47.11%88.24%
CMYK47.11%10.67%0.00%
11.76%

Color #77C9E1 in popluar number systems.

HEX77C9E1
Decimal119201225
Binary11101111100100111100001
Octal167311341

Shades and tints

Shades of #77C9E1

#77C9E1
(119,201,225)
#6DB7CD
(109,183,205)
#63A5B9
(99,165,185)
#5993A5
(89,147,165)
#4F8191
(79,129,145)
#456F7D
(69,111,125)
#3B5D69
(59,93,105)
#314B55
(49,75,85)
#273941
(39,57,65)
#1D272D
(29,39,45)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #77C9E1

#77C9E1
(119,201,225)
#83CDE3
(131,205,227)
#8FD1E5
(143,209,229)
#9BD5E7
(155,213,231)
#A7D9E9
(167,217,233)
#B3DDEB
(179,221,235)
#BFE1ED
(191,225,237)
#CBE5EF
(203,229,239)
#D7E9F1
(215,233,241)
#E3EDF3
(227,237,243)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C9E1; }

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

This text font color is #77C9E1.


Background Color

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

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

This div background color is #77C9E1.


Border color

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

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

This div border color is #77C9E1.


Opacity

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

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

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

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

This text has shadow with #77C9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C9E1 on black background.


Color preview on white background

This text has color #77C9E1 on white background.



Black color preview on #77C9E1 background

This text has black color on #77C9E1 background.


White color preview on #77C9E1 background

This text has white color on #77C9E1 background.