COLOR #77C0E7

HEX: #77C0E7
RGB: (119,192,231)

Color info

#77C0E7 contains mainly green and blue colors. Web safe color of #77C0E7 is #66CCFF (or #6CF).

RGB color model

#77C0E7 color RGB value is (119,192,231).

  • red value is 119;
  • green value is 192;
  • blue value is 231.
RGB:
(119,192,231)
(47%,75%,91%)

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 231 of 255 = 91%

119
192
231

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

Portions of RGB colors in percentages

R + G + B =
119 + 192 + 231 = 542 (100%)
R 119 of 542 ~ 21.96%
G 192 of 542 ~ 35.42%
B 231 of 542 ~ 42.62%

%21.96
%35.42
%42.62

CMYK color model

#77C0E7 color CMYK value is (48,17,0,9).

  • cyan value is 48.48%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(48,17,0,9)
C48M17Y0K9 
(48%,17%,0%,9%)
(0.48/0.17/0.00/0.09)	

CMYK percentages

%48.48
%16.88
%0
%9.41

Codes

Color #77C0E7 in popluar color models

77C0E7
RGB119192231
HSL201°70.00%68.63%
HSB/HSV201°48.48%90.59%
CMYK48.48%16.88%0.00%
9.41%

Color #77C0E7 in popluar number systems.

HEX77C0E7
Decimal119192231
Binary11101111100000011100111
Octal167300347

Shades and tints

Shades of #77C0E7

#77C0E7
(119,192,231)
#6DAFD2
(109,175,210)
#639EBD
(99,158,189)
#598DA8
(89,141,168)
#4F7C93
(79,124,147)
#456B7E
(69,107,126)
#3B5A69
(59,90,105)
#314954
(49,73,84)
#27383F
(39,56,63)
#1D272A
(29,39,42)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #77C0E7

#77C0E7
(119,192,231)
#83C5E9
(131,197,233)
#8FCAEB
(143,202,235)
#9BCFED
(155,207,237)
#A7D4EF
(167,212,239)
#B3D9F1
(179,217,241)
#BFDEF3
(191,222,243)
#CBE3F5
(203,227,245)
#D7E8F7
(215,232,247)
#E3EDF9
(227,237,249)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C0E7 color. Also use rgb(119,192,231) instead hex code.

Text Font Color

.myTextColor { color: #77C0E7; }

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

This text font color is #77C0E7.


Background Color

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

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

This div background color is #77C0E7.


Border color

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

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

This div border color is #77C0E7.


Opacity

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

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

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

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

This text has shadow with #77C0E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C0E7 on black background.


Color preview on white background

This text has color #77C0E7 on white background.



Black color preview on #77C0E7 background

This text has black color on #77C0E7 background.


White color preview on #77C0E7 background

This text has white color on #77C0E7 background.