COLOR #77C4DB

HEX: #77C4DB
RGB: (119,196,219)

Color info

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

RGB color model

#77C4DB color RGB value is (119,196,219).

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

RGB channels and saturation

R 119 of 255 = 47%
G 196 of 255 = 77%
B 219 of 255 = 86%

119
196
219

R + G + B ~ 70%. #77C4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 196 + 219 = 534 (100%)
R 119 of 534 ~ 22.28%
G 196 of 534 ~ 36.7%
B 219 of 534 ~ 41.01%

%22.28
%36.7
%41.01

CMYK color model

#77C4DB color CMYK value is (46,11,0,14).

  • cyan value is 45.66%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(46,11,0,14)
C46M11Y0K14 
(46%,11%,0%,14%)
(0.46/0.11/0.00/0.14)	

CMYK percentages

%45.66
%10.5
%0
%14.12

Codes

Color #77C4DB in popluar color models

77C4DB
RGB119196219
HSL194°58.14%66.27%
HSB/HSV194°45.66%85.88%
CMYK45.66%10.50%0.00%
14.12%

Color #77C4DB in popluar number systems.

HEX77C4DB
Decimal119196219
Binary11101111100010011011011
Octal167304333

Shades and tints

Shades of #77C4DB

#77C4DB
(119,196,219)
#6DB3C8
(109,179,200)
#63A2B5
(99,162,181)
#5991A2
(89,145,162)
#4F808F
(79,128,143)
#456F7C
(69,111,124)
#3B5E69
(59,94,105)
#314D56
(49,77,86)
#273C43
(39,60,67)
#1D2B30
(29,43,48)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #77C4DB

#77C4DB
(119,196,219)
#83C9DE
(131,201,222)
#8FCEE1
(143,206,225)
#9BD3E4
(155,211,228)
#A7D8E7
(167,216,231)
#B3DDEA
(179,221,234)
#BFE2ED
(191,226,237)
#CBE7F0
(203,231,240)
#D7ECF3
(215,236,243)
#E3F1F6
(227,241,246)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C4DB; }

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

This text font color is #77C4DB.


Background Color

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

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

This div background color is #77C4DB.


Border color

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

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

This div border color is #77C4DB.


Opacity

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

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

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

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

This text has shadow with #77C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C4DB on black background.


Color preview on white background

This text has color #77C4DB on white background.



Black color preview on #77C4DB background

This text has black color on #77C4DB background.


White color preview on #77C4DB background

This text has white color on #77C4DB background.