COLOR #77DCCF

HEX: #77DCCF
RGB: (119,220,207)

Color info

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

RGB color model

#77DCCF color RGB value is (119,220,207).

  • red value is 119;
  • green value is 220;
  • blue value is 207.
RGB:
(119,220,207)
(47%,86%,81%)

RGB channels and saturation

R 119 of 255 = 47%
G 220 of 255 = 86%
B 207 of 255 = 81%

119
220
207

R + G + B ~ 71%. #77DCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 220 + 207 = 546 (100%)
R 119 of 546 ~ 21.79%
G 220 of 546 ~ 40.29%
B 207 of 546 ~ 37.91%

%21.79
%40.29
%37.91

CMYK color model

#77DCCF color CMYK value is (46,0,6,14).

  • cyan value is 45.91%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 13.73%
CMYK:
(46,0,6,14)
C46M0Y6K14 
(46%,0%,6%,14%)
(0.46/0.00/0.06/0.14)	

CMYK percentages

%45.91
%0
%5.91
%13.73

Codes

Color #77DCCF in popluar color models

77DCCF
RGB119220207
HSL172°59.06%66.47%
HSB/HSV172°45.91%86.27%
CMYK45.91%0.00%5.91%
13.73%

Color #77DCCF in popluar number systems.

HEX77DCCF
Decimal119220207
Binary11101111101110011001111
Octal167334317

Shades and tints

Shades of #77DCCF

#77DCCF
(119,220,207)
#6DC8BD
(109,200,189)
#63B4AB
(99,180,171)
#59A099
(89,160,153)
#4F8C87
(79,140,135)
#457875
(69,120,117)
#3B6463
(59,100,99)
#315051
(49,80,81)
#273C3F
(39,60,63)
#1D282D
(29,40,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #77DCCF

#77DCCF
(119,220,207)
#83DFD3
(131,223,211)
#8FE2D7
(143,226,215)
#9BE5DB
(155,229,219)
#A7E8DF
(167,232,223)
#B3EBE3
(179,235,227)
#BFEEE7
(191,238,231)
#CBF1EB
(203,241,235)
#D7F4EF
(215,244,239)
#E3F7F3
(227,247,243)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DCCF color. Also use rgb(119,220,207) instead hex code.

Text Font Color

.myTextColor { color: #77DCCF; }

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

This text font color is #77DCCF.


Background Color

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

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

This div background color is #77DCCF.


Border color

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

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

This div border color is #77DCCF.


Opacity

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

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

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

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

This text has shadow with #77DCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DCCF on black background.


Color preview on white background

This text has color #77DCCF on white background.



Black color preview on #77DCCF background

This text has black color on #77DCCF background.


White color preview on #77DCCF background

This text has white color on #77DCCF background.