COLOR #77CCDB

HEX: #77CCDB
RGB: (119,204,219)

Color info

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

RGB color model

#77CCDB color RGB value is (119,204,219).

  • red value is 119;
  • green value is 204;
  • blue value is 219.
RGB:
(119,204,219)
(47%,80%,86%)

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 219 of 255 = 86%

119
204
219

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

Portions of RGB colors in percentages

R + G + B =
119 + 204 + 219 = 542 (100%)
R 119 of 542 ~ 21.96%
G 204 of 542 ~ 37.64%
B 219 of 542 ~ 40.41%

%21.96
%37.64
%40.41

CMYK color model

#77CCDB color CMYK value is (46,7,0,14).

  • cyan value is 45.66%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(46,7,0,14)
C46M7Y0K14 
(46%,7%,0%,14%)
(0.46/0.07/0.00/0.14)	

CMYK percentages

%45.66
%6.85
%0
%14.12

Codes

Color #77CCDB in popluar color models

77CCDB
RGB119204219
HSL189°58.14%66.27%
HSB/HSV189°45.66%85.88%
CMYK45.66%6.85%0.00%
14.12%

Color #77CCDB in popluar number systems.

HEX77CCDB
Decimal119204219
Binary11101111100110011011011
Octal167314333

Shades and tints

Shades of #77CCDB

#77CCDB
(119,204,219)
#6DBAC8
(109,186,200)
#63A8B5
(99,168,181)
#5996A2
(89,150,162)
#4F848F
(79,132,143)
#45727C
(69,114,124)
#3B6069
(59,96,105)
#314E56
(49,78,86)
#273C43
(39,60,67)
#1D2A30
(29,42,48)
#13181D
(19,24,29)
#000000
(0,0,0)

Tints of #77CCDB

#77CCDB
(119,204,219)
#83D0DE
(131,208,222)
#8FD4E1
(143,212,225)
#9BD8E4
(155,216,228)
#A7DCE7
(167,220,231)
#B3E0EA
(179,224,234)
#BFE4ED
(191,228,237)
#CBE8F0
(203,232,240)
#D7ECF3
(215,236,243)
#E3F0F6
(227,240,246)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CCDB color. Also use rgb(119,204,219) instead hex code.

Text Font Color

.myTextColor { color: #77CCDB; }

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

This text font color is #77CCDB.


Background Color

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

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

This div background color is #77CCDB.


Border color

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

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

This div border color is #77CCDB.


Opacity

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

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

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

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

This text has shadow with #77CCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CCDB on black background.


Color preview on white background

This text has color #77CCDB on white background.



Black color preview on #77CCDB background

This text has black color on #77CCDB background.


White color preview on #77CCDB background

This text has white color on #77CCDB background.