COLOR #77B1C8

HEX: #77B1C8
RGB: (119,177,200)

Renk bilgisi

#77B1C8 contains mainly green and blue colors. #77B1C8 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#77B1C8 color RGB value is (119,177,200).

  • kırmız ton 119;
  • yeşil ton 177;
  • mavi ton 200.
RGB:
(119,177,200)
(47%,69%,78%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 177 of 255 = 69%
B 200 of 255 = 78%

119
177
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 177 + 200 = 496 (100%)
R 119 of 496 ~ 23.99%
G 177 of 496 ~ 35.69%
B 200 of 496 ~ 40.32%

%23.99
%35.69
%40.32

CMYK RENK MODELİ

#77B1C8 rengi CMYK tonu (41,12,0,22).

  • camgöbeği tonu 40.50%
  • eflatun tonu 11.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(41,12,0,22)
C41M12Y0K22 
(41%,12%,0%,22%)
(0.41/0.12/0.00/0.22)	

CMYK yüzdeleri

%40.5
%11.5
%0
%21.57

Codes

Color #77B1C8 in popluar color models

77B1C8
RGB119177200
HSL197°42.41%62.55%
HSB/HSV197°40.50%78.43%
CMYK40.50%11.50%0.00%
21.57%

Color #77B1C8 in popluar number systems.

HEX77B1C8
Decimal119177200
Binary11101111011000111001000
Octal167261310

Shades and tints

Shades of #77B1C8

#77B1C8
(119,177,200)
#6DA1B6
(109,161,182)
#6391A4
(99,145,164)
#598192
(89,129,146)
#4F7180
(79,113,128)
#45616E
(69,97,110)
#3B515C
(59,81,92)
#31414A
(49,65,74)
#273138
(39,49,56)
#1D2126
(29,33,38)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #77B1C8

#77B1C8
(119,177,200)
#83B8CD
(131,184,205)
#8FBFD2
(143,191,210)
#9BC6D7
(155,198,215)
#A7CDDC
(167,205,220)
#B3D4E1
(179,212,225)
#BFDBE6
(191,219,230)
#CBE2EB
(203,226,235)
#D7E9F0
(215,233,240)
#E3F0F5
(227,240,245)
#EFF7FA
(239,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B1C8 color. Also use rgb(119,177,200) instead hex code.

Text Font Color

.myTextColor { color: #77B1C8; }

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

This text font color is #77B1C8.


Background Color

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

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

This div background color is #77B1C8.


Border color

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

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

This div border color is #77B1C8.


Opacity

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

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

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

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

This text has shadow with #77B1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B1C8 on black background.


Color preview on white background

This text has color #77B1C8 on white background.



Black color preview on #77B1C8 background

This text has black color on #77B1C8 background.


White color preview on #77B1C8 background

This text has white color on #77B1C8 background.