COLOR #77B0C2

HEX: #77B0C2
RGB: (119,176,194)

Renk bilgisi

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

RGB renk modeli

#77B0C2 color RGB value is (119,176,194).

  • kırmız ton 119;
  • yeşil ton 176;
  • mavi ton 194.
RGB:
(119,176,194)
(47%,69%,76%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 176 of 255 = 69%
B 194 of 255 = 76%

119
176
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 176 + 194 = 489 (100%)
R 119 of 489 ~ 24.34%
G 176 of 489 ~ 35.99%
B 194 of 489 ~ 39.67%

%24.34
%35.99
%39.67

CMYK RENK MODELİ

#77B0C2 rengi CMYK tonu (39,9,0,24).

  • camgöbeği tonu 38.66%
  • eflatun tonu 9.28%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(39,9,0,24)
C39M9Y0K24 
(39%,9%,0%,24%)
(0.39/0.09/0.00/0.24)	

CMYK yüzdeleri

%38.66
%9.28
%0
%23.92

Codes

Color #77B0C2 in popluar color models

77B0C2
RGB119176194
HSL194°38.07%61.37%
HSB/HSV194°38.66%76.08%
CMYK38.66%9.28%0.00%
23.92%

Color #77B0C2 in popluar number systems.

HEX77B0C2
Decimal119176194
Binary11101111011000011000010
Octal167260302

Shades and tints

Shades of #77B0C2

#77B0C2
(119,176,194)
#6DA0B1
(109,160,177)
#6390A0
(99,144,160)
#59808F
(89,128,143)
#4F707E
(79,112,126)
#45606D
(69,96,109)
#3B505C
(59,80,92)
#31404B
(49,64,75)
#27303A
(39,48,58)
#1D2029
(29,32,41)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #77B0C2

#77B0C2
(119,176,194)
#83B7C7
(131,183,199)
#8FBECC
(143,190,204)
#9BC5D1
(155,197,209)
#A7CCD6
(167,204,214)
#B3D3DB
(179,211,219)
#BFDAE0
(191,218,224)
#CBE1E5
(203,225,229)
#D7E8EA
(215,232,234)
#E3EFEF
(227,239,239)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B0C2 color. Also use rgb(119,176,194) instead hex code.

Text Font Color

.myTextColor { color: #77B0C2; }

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

This text font color is #77B0C2.


Background Color

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

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

This div background color is #77B0C2.


Border color

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

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

This div border color is #77B0C2.


Opacity

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

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

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

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

This text has shadow with #77B0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B0C2 on black background.


Color preview on white background

This text has color #77B0C2 on white background.



Black color preview on #77B0C2 background

This text has black color on #77B0C2 background.


White color preview on #77B0C2 background

This text has white color on #77B0C2 background.