COLOR #77D8E0

HEX: #77D8E0
RGB: (119,216,224)

Color info

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

RGB color model

#77D8E0 color RGB value is (119,216,224).

  • red value is 119;
  • green value is 216;
  • blue value is 224.
RGB:
(119,216,224)
(47%,85%,88%)

RGB channels and saturation

R 119 of 255 = 47%
G 216 of 255 = 85%
B 224 of 255 = 88%

119
216
224

R + G + B ~ 73%. #77D8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 216 + 224 = 559 (100%)
R 119 of 559 ~ 21.29%
G 216 of 559 ~ 38.64%
B 224 of 559 ~ 40.07%

%21.29
%38.64
%40.07

CMYK color model

#77D8E0 color CMYK value is (47,4,0,12).

  • cyan value is 46.88%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(47,4,0,12)
C47M4Y0K12 
(47%,4%,0%,12%)
(0.47/0.04/0.00/0.12)	

CMYK percentages

%46.88
%3.57
%0
%12.16

Codes

Color #77D8E0 in popluar color models

77D8E0
RGB119216224
HSL185°62.87%67.25%
HSB/HSV185°46.88%87.84%
CMYK46.88%3.57%0.00%
12.16%

Color #77D8E0 in popluar number systems.

HEX77D8E0
Decimal119216224
Binary11101111101100011100000
Octal167330340

Shades and tints

Shades of #77D8E0

#77D8E0
(119,216,224)
#6DC5CC
(109,197,204)
#63B2B8
(99,178,184)
#599FA4
(89,159,164)
#4F8C90
(79,140,144)
#45797C
(69,121,124)
#3B6668
(59,102,104)
#315354
(49,83,84)
#274040
(39,64,64)
#1D2D2C
(29,45,44)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #77D8E0

#77D8E0
(119,216,224)
#83DBE2
(131,219,226)
#8FDEE4
(143,222,228)
#9BE1E6
(155,225,230)
#A7E4E8
(167,228,232)
#B3E7EA
(179,231,234)
#BFEAEC
(191,234,236)
#CBEDEE
(203,237,238)
#D7F0F0
(215,240,240)
#E3F3F2
(227,243,242)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D8E0 color. Also use rgb(119,216,224) instead hex code.

Text Font Color

.myTextColor { color: #77D8E0; }

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

This text font color is #77D8E0.


Background Color

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

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

This div background color is #77D8E0.


Border color

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

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

This div border color is #77D8E0.


Opacity

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

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

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

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

This text has shadow with #77D8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D8E0 on black background.


Color preview on white background

This text has color #77D8E0 on white background.



Black color preview on #77D8E0 background

This text has black color on #77D8E0 background.


White color preview on #77D8E0 background

This text has white color on #77D8E0 background.