COLOR #77B9F7

HEX: #77B9F7
RGB: (119,185,247)

Renk bilgisi

#77B9F7 contains mainly blue color. #77B9F7 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#77B9F7 color RGB value is (119,185,247).

  • kırmız ton 119;
  • yeşil ton 185;
  • mavi ton 247.
RGB:
(119,185,247)
(47%,73%,97%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 185 of 255 = 73%
B 247 of 255 = 97%

119
185
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 185 + 247 = 551 (100%)
R 119 of 551 ~ 21.6%
G 185 of 551 ~ 33.58%
B 247 of 551 ~ 44.83%

%21.6
%33.58
%44.83

CMYK RENK MODELİ

#77B9F7 rengi CMYK tonu (52,25,0,3).

  • camgöbeği tonu 51.82%
  • eflatun tonu 25.10%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(52,25,0,3)
C52M25Y0K3 
(52%,25%,0%,3%)
(0.52/0.25/0.00/0.03)	

CMYK yüzdeleri

%51.82
%25.1
%0
%3.14

Codes

Color #77B9F7 in popluar color models

77B9F7
RGB119185247
HSL209°88.89%71.76%
HSB/HSV209°51.82%96.86%
CMYK51.82%25.10%0.00%
3.14%

Color #77B9F7 in popluar number systems.

HEX77B9F7
Decimal119185247
Binary11101111011100111110111
Octal167271367

Shades and tints

Shades of #77B9F7

#77B9F7
(119,185,247)
#6DA9E1
(109,169,225)
#6399CB
(99,153,203)
#5989B5
(89,137,181)
#4F799F
(79,121,159)
#456989
(69,105,137)
#3B5973
(59,89,115)
#31495D
(49,73,93)
#273947
(39,57,71)
#1D2931
(29,41,49)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #77B9F7

#77B9F7
(119,185,247)
#83BFF7
(131,191,247)
#8FC5F7
(143,197,247)
#9BCBF7
(155,203,247)
#A7D1F7
(167,209,247)
#B3D7F7
(179,215,247)
#BFDDF7
(191,221,247)
#CBE3F7
(203,227,247)
#D7E9F7
(215,233,247)
#E3EFF7
(227,239,247)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B9F7 color. Also use rgb(119,185,247) instead hex code.

Text Font Color

.myTextColor { color: #77B9F7; }

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

This text font color is #77B9F7.


Background Color

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

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

This div background color is #77B9F7.


Border color

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

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

This div border color is #77B9F7.


Opacity

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

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

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

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

This text has shadow with #77B9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B9F7 on black background.


Color preview on white background

This text has color #77B9F7 on white background.



Black color preview on #77B9F7 background

This text has black color on #77B9F7 background.


White color preview on #77B9F7 background

This text has white color on #77B9F7 background.