HEX: #77ADBE
RGB: (119,173,190)
#77ADBE contains mainly green and blue colors. Web safe color of #77ADBE is #6699CC (or #69C).
#77ADBE color RGB value is (119,173,190).
RGB: (119,173,190)
(47%, 68%, 75%)
R 119 of 255 = 47%
G 173 of 255 = 68%
B 190 of 255 = 75%
R + G + B ~ 63%. #77ADBE is quite light color.
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'%
#77ADBE color CMYK value is (37,9,0,25).
CMYK: (37,9,0,25)
C37M9Y0K25 (37%, 9%, 0%, 25%)
(0.37 / 0.09 / 0.00 / 0.25)
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 of #77ADBE
Tints of #77ADBE
Examples of css and html codes for elements with #77ADBE color. Also use rgb(119,173,190) instead hex code.
.myTextColor { color: #77ADBE; }
<p style="color:#77ADBE">This sample text font color is #77ADBE.</p>
This text font color is #77ADBE.
.myBgColor { background-color: #77ADBE; }
<div style="background-color:#77ADBE">Inner text</div>
This div background color is #77ADBE.
.myBorderColor { border: 1px solid #77ADBE; }
<div style="border:3px solid #77ADBE">Div</div>
This div border color is #77ADBE.
.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%.
.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.
/* 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 text has color #77ADBE on black background.
This text has color #77ADBE on white background.
This text has black color on #77ADBE background.
This text has white color on #77ADBE background.
Complementary color for #hex is #885241.