COLOR #77D7FC

HEX: #77D7FC
RGB: (119,215,252)

Renk bilgisi

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

RGB renk modeli

#77D7FC color RGB value is (119,215,252).

  • kırmız ton 119;
  • yeşil ton 215;
  • mavi ton 252.
RGB:
(119,215,252)
(47%,84%,99%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 215 of 255 = 84%
B 252 of 255 = 99%

119
215
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 215 + 252 = 586 (100%)
R 119 of 586 ~ 20.31%
G 215 of 586 ~ 36.69%
B 252 of 586 ~ 43%

%20.31
%36.69
%43

CMYK RENK MODELİ

#77D7FC rengi CMYK tonu (53,15,0,1).

  • camgöbeği tonu 52.78%
  • eflatun tonu 14.68%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(53,15,0,1)
C53M15Y0K1 
(53%,15%,0%,1%)
(0.53/0.15/0.00/0.01)	

CMYK yüzdeleri

%52.78
%14.68
%0
%1.18

Codes

Color #77D7FC in popluar color models

77D7FC
RGB119215252
HSL197°95.68%72.75%
HSB/HSV197°52.78%98.82%
CMYK52.78%14.68%0.00%
1.18%

Color #77D7FC in popluar number systems.

HEX77D7FC
Decimal119215252
Binary11101111101011111111100
Octal167327374

Shades and tints

Shades of #77D7FC

#77D7FC
(119,215,252)
#6DC4E6
(109,196,230)
#63B1D0
(99,177,208)
#599EBA
(89,158,186)
#4F8BA4
(79,139,164)
#45788E
(69,120,142)
#3B6578
(59,101,120)
#315262
(49,82,98)
#273F4C
(39,63,76)
#1D2C36
(29,44,54)
#131920
(19,25,32)
#000000
(0,0,0)

Tints of #77D7FC

#77D7FC
(119,215,252)
#83DAFC
(131,218,252)
#8FDDFC
(143,221,252)
#9BE0FC
(155,224,252)
#A7E3FC
(167,227,252)
#B3E6FC
(179,230,252)
#BFE9FC
(191,233,252)
#CBECFC
(203,236,252)
#D7EFFC
(215,239,252)
#E3F2FC
(227,242,252)
#EFF5FC
(239,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D7FC color. Also use rgb(119,215,252) instead hex code.

Text Font Color

.myTextColor { color: #77D7FC; }

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

This text font color is #77D7FC.


Background Color

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

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

This div background color is #77D7FC.


Border color

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

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

This div border color is #77D7FC.


Opacity

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

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

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

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

This text has shadow with #77D7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D7FC on black background.


Color preview on white background

This text has color #77D7FC on white background.



Black color preview on #77D7FC background

This text has black color on #77D7FC background.


White color preview on #77D7FC background

This text has white color on #77D7FC background.