COLOR #77D5BC

HEX: #77D5BC
RGB: (119,213,188)

Color info

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

RGB color model

#77D5BC color RGB value is (119,213,188).

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

RGB channels and saturation

R 119 of 255 = 47%
G 213 of 255 = 84%
B 188 of 255 = 74%

119
213
188

R + G + B ~ 68%. #77D5BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 213 + 188 = 520 (100%)
R 119 of 520 ~ 22.88%
G 213 of 520 ~ 40.96%
B 188 of 520 ~ 36.15%

%22.88
%40.96
%36.15

CMYK color model

#77D5BC color CMYK value is (44,0,12,16).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK:
(44,0,12,16)
C44M0Y12K16 
(44%,0%,12%,16%)
(0.44/0.00/0.12/0.16)	

CMYK percentages

%44.13
%0
%11.74
%16.47

Codes

Color #77D5BC in popluar color models

77D5BC
RGB119213188
HSL164°52.81%65.10%
HSB/HSV164°44.13%83.53%
CMYK44.13%0.00%11.74%
16.47%

Color #77D5BC in popluar number systems.

HEX77D5BC
Decimal119213188
Binary11101111101010110111100
Octal167325274

Shades and tints

Shades of #77D5BC

#77D5BC
(119,213,188)
#6DC2AB
(109,194,171)
#63AF9A
(99,175,154)
#599C89
(89,156,137)
#4F8978
(79,137,120)
#457667
(69,118,103)
#3B6356
(59,99,86)
#315045
(49,80,69)
#273D34
(39,61,52)
#1D2A23
(29,42,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #77D5BC

#77D5BC
(119,213,188)
#83D8C2
(131,216,194)
#8FDBC8
(143,219,200)
#9BDECE
(155,222,206)
#A7E1D4
(167,225,212)
#B3E4DA
(179,228,218)
#BFE7E0
(191,231,224)
#CBEAE6
(203,234,230)
#D7EDEC
(215,237,236)
#E3F0F2
(227,240,242)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D5BC; }

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

This text font color is #77D5BC.


Background Color

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

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

This div background color is #77D5BC.


Border color

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

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

This div border color is #77D5BC.


Opacity

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

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

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

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

This text has shadow with #77D5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D5BC on black background.


Color preview on white background

This text has color #77D5BC on white background.



Black color preview on #77D5BC background

This text has black color on #77D5BC background.


White color preview on #77D5BC background

This text has white color on #77D5BC background.