COLOR #77ADB0

HEX: #77ADB0
RGB: (119,173,176)

Renk bilgisi

#77ADB0 contains red, green and blue colors in about the same proportion. #77ADB0 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#77ADB0 color RGB value is (119,173,176).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 173 of 255 = 68%
B 176 of 255 = 69%

119
173
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 173 + 176 = 468 (100%)
R 119 of 468 ~ 25.43%
G 173 of 468 ~ 36.97%
B 176 of 468 ~ 37.61%

%25.43
%36.97
%37.61

CMYK RENK MODELİ

#77ADB0 rengi CMYK tonu (32,2,0,31).

  • camgöbeği tonu 32.39%
  • eflatun tonu 1.70%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(32,2,0,31)
C32M2Y0K31 
(32%,2%,0%,31%)
(0.32/0.02/0.00/0.31)	

CMYK yüzdeleri

%32.39
%1.7
%0
%30.98

Codes

Color #77ADB0 in popluar color models

77ADB0
RGB119173176
HSL183°26.51%57.84%
HSB/HSV183°32.39%69.02%
CMYK32.39%1.70%0.00%
30.98%

Color #77ADB0 in popluar number systems.

HEX77ADB0
Decimal119173176
Binary11101111010110110110000
Octal167255260

Shades and tints

Shades of #77ADB0

#77ADB0
(119,173,176)
#6D9EA0
(109,158,160)
#638F90
(99,143,144)
#598080
(89,128,128)
#4F7170
(79,113,112)
#456260
(69,98,96)
#3B5350
(59,83,80)
#314440
(49,68,64)
#273530
(39,53,48)
#1D2620
(29,38,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #77ADB0

#77ADB0
(119,173,176)
#83B4B7
(131,180,183)
#8FBBBE
(143,187,190)
#9BC2C5
(155,194,197)
#A7C9CC
(167,201,204)
#B3D0D3
(179,208,211)
#BFD7DA
(191,215,218)
#CBDEE1
(203,222,225)
#D7E5E8
(215,229,232)
#E3ECEF
(227,236,239)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ADB0; }

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

This text font color is #77ADB0.


Background Color

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

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

This div background color is #77ADB0.


Border color

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

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

This div border color is #77ADB0.


Opacity

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

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

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

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

This text has shadow with #77ADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ADB0 on black background.


Color preview on white background

This text has color #77ADB0 on white background.



Black color preview on #77ADB0 background

This text has black color on #77ADB0 background.


White color preview on #77ADB0 background

This text has white color on #77ADB0 background.