COLOR #77ADB7

HEX: #77ADB7
RGB: (119,173,183)

Renk bilgisi

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

RGB renk modeli

#77ADB7 color RGB value is (119,173,183).

  • kırmız ton 119;
  • yeşil ton 173;
  • mavi ton 183.
RGB:
(119,173,183)
(47%,68%,72%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 173 of 255 = 68%
B 183 of 255 = 72%

119
173
183

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 173 + 183 = 475 (100%)
R 119 of 475 ~ 25.05%
G 173 of 475 ~ 36.42%
B 183 of 475 ~ 38.53%

%25.05
%36.42
%38.53

CMYK RENK MODELİ

#77ADB7 rengi CMYK tonu (35,5,0,28).

  • camgöbeği tonu 34.97%
  • eflatun tonu 5.46%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(35,5,0,28)
C35M5Y0K28 
(35%,5%,0%,28%)
(0.35/0.05/0.00/0.28)	

CMYK yüzdeleri

%34.97
%5.46
%0
%28.24

Codes

Color #77ADB7 in popluar color models

77ADB7
RGB119173183
HSL189°30.77%59.22%
HSB/HSV189°34.97%71.76%
CMYK34.97%5.46%0.00%
28.24%

Color #77ADB7 in popluar number systems.

HEX77ADB7
Decimal119173183
Binary11101111010110110110111
Octal167255267

Shades and tints

Shades of #77ADB7

#77ADB7
(119,173,183)
#6D9EA7
(109,158,167)
#638F97
(99,143,151)
#598087
(89,128,135)
#4F7177
(79,113,119)
#456267
(69,98,103)
#3B5357
(59,83,87)
#314447
(49,68,71)
#273537
(39,53,55)
#1D2627
(29,38,39)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #77ADB7

#77ADB7
(119,173,183)
#83B4BD
(131,180,189)
#8FBBC3
(143,187,195)
#9BC2C9
(155,194,201)
#A7C9CF
(167,201,207)
#B3D0D5
(179,208,213)
#BFD7DB
(191,215,219)
#CBDEE1
(203,222,225)
#D7E5E7
(215,229,231)
#E3ECED
(227,236,237)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ADB7 color. Also use rgb(119,173,183) instead hex code.

Text Font Color

.myTextColor { color: #77ADB7; }

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

This text font color is #77ADB7.


Background Color

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

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

This div background color is #77ADB7.


Border color

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

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

This div border color is #77ADB7.


Opacity

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

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

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

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

This text has shadow with #77ADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ADB7 on black background.


Color preview on white background

This text has color #77ADB7 on white background.



Black color preview on #77ADB7 background

This text has black color on #77ADB7 background.


White color preview on #77ADB7 background

This text has white color on #77ADB7 background.