COLOR #77DAD5

HEX: #77DAD5
RGB: (119,218,213)

Color info

#77DAD5 contains mainly green and blue colors. Web safe color of #77DAD5 is #66CCCC (or #6CC).

RGB color model

#77DAD5 color RGB value is (119,218,213).

  • red value is 119;
  • green value is 218;
  • blue value is 213.
RGB:
(119,218,213)
(47%,85%,84%)

RGB channels and saturation

R 119 of 255 = 47%
G 218 of 255 = 85%
B 213 of 255 = 84%

119
218
213

R + G + B ~ 72%. #77DAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 218 + 213 = 550 (100%)
R 119 of 550 ~ 21.64%
G 218 of 550 ~ 39.64%
B 213 of 550 ~ 38.73%

%21.64
%39.64
%38.73

CMYK color model

#77DAD5 color CMYK value is (45,0,2,15).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 2.29%
  • key color value is 14.51%
CMYK:
(45,0,2,15)
C45M0Y2K15 
(45%,0%,2%,15%)
(0.45/0.00/0.02/0.15)	

CMYK percentages

%45.41
%0
%2.29
%14.51

Codes

Color #77DAD5 in popluar color models

77DAD5
RGB119218213
HSL177°57.23%66.08%
HSB/HSV177°45.41%85.49%
CMYK45.41%0.00%2.29%
14.51%

Color #77DAD5 in popluar number systems.

HEX77DAD5
Decimal119218213
Binary11101111101101011010101
Octal167332325

Shades and tints

Shades of #77DAD5

#77DAD5
(119,218,213)
#6DC7C2
(109,199,194)
#63B4AF
(99,180,175)
#59A19C
(89,161,156)
#4F8E89
(79,142,137)
#457B76
(69,123,118)
#3B6863
(59,104,99)
#315550
(49,85,80)
#27423D
(39,66,61)
#1D2F2A
(29,47,42)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #77DAD5

#77DAD5
(119,218,213)
#83DDD8
(131,221,216)
#8FE0DB
(143,224,219)
#9BE3DE
(155,227,222)
#A7E6E1
(167,230,225)
#B3E9E4
(179,233,228)
#BFECE7
(191,236,231)
#CBEFEA
(203,239,234)
#D7F2ED
(215,242,237)
#E3F5F0
(227,245,240)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DAD5 color. Also use rgb(119,218,213) instead hex code.

Text Font Color

.myTextColor { color: #77DAD5; }

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

This text font color is #77DAD5.


Background Color

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

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

This div background color is #77DAD5.


Border color

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

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

This div border color is #77DAD5.


Opacity

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

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

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

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

This text has shadow with #77DAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DAD5 on black background.


Color preview on white background

This text has color #77DAD5 on white background.



Black color preview on #77DAD5 background

This text has black color on #77DAD5 background.


White color preview on #77DAD5 background

This text has white color on #77DAD5 background.