COLOR #77ADBE

HEX: #77ADBE RGB: (119,173,190)

Color info

#77ADBE contains mainly green and blue colors. Web safe color of #77ADBE is #6699CC (or #69C).

RGB color model

#77ADBE color RGB value is (119,173,190).

RGB: (119,173,190) (47%, 68%, 75%)

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 190 of 255 = 75%

119
173
190

R + G + B ~ 63%. #77ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 173 + 190 = 482 (100%)
R 119 of 482 ~ 24.69%
G 173 of 482 ~ 35.89%
B 190 of 482 ~ 39.42'%

%24.69
%35.89
%39.42

CMYK color model

#77ADBE color CMYK value is (37,9,0,25).

  • cyan value is 37.37%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (37,9,0,25)
C37M9Y0K25 (37%, 9%, 0%, 25%)
(0.37 / 0.09 / 0.00 / 0.25)

CMYK percentages

%37.37
%8.95
%0
%25.49

Codes

Color #77ADBE in popluar color models

77 AD BE
RGB 119 173 190
HSL 194° 35.32% 60.59%
HSB/HSV 194° 37.37% 74.51%
CMYK 37.37% 8.95% 0.00%
25.49%

Color #77ADBE in popluar number systems.

HEX 77 AD BE
Decimal 119 173 190
Binary 1110111 10101101 10111110
Octal 167 255 276

Shades and tints

Shades of #77ADBE

#77ADBE
(119,173,190)
#6D9EAD
(109,158,173)
#638F9C
(99,143,156)
#59808B
(89,128,139)
#4F717A
(79,113,122)
#456269
(69,98,105)
#3B5358
(59,83,88)
#314447
(49,68,71)
#273536
(39,53,54)
#1D2625
(29,38,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #77ADBE

#77ADBE
(119,173,190)
#83B4C3
(131,180,195)
#8FBBC8
(143,187,200)
#9BC2CD
(155,194,205)
#A7C9D2
(167,201,210)
#B3D0D7
(179,208,215)
#BFD7DC
(191,215,220)
#CBDEE1
(203,222,225)
#D7E5E6
(215,229,230)
#E3ECEB
(227,236,235)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77ADBE; }

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

This text font color is #77ADBE.

Background Color

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

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

This div background color is #77ADBE.

Border color

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

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

This div border color is #77ADBE.

Opacity

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

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

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

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

This text has shadow with #77ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77ADBE.

Preview

Color preview on black background

This text has color #77ADBE on black background.


Color preview on white background

This text has color #77ADBE on white background.


Black color preview on #77ADBE background

This text has black color on #77ADBE background.


White color preview on #77ADBE background

This text has white color on #77ADBE background.


Related colors

Complementary color

Complementary color for #hex is #885241.


I love getcolorcode.com

Triadic colors

1 #BE77AD and #ADBE77 with #77ADBE are triadic colors.

2 #BEAD77 and #AD77BE with #77ADBE are triadic colors.