COLOR #77C3EC

HEX: #77C3EC RGB: (119,195,236)

Color info

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

RGB color model

#77C3EC color RGB value is (119,195,236).

RGB: (119,195,236) (47%, 76%, 93%)

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 236 of 255 = 93%

119
195
236

R + G + B ~ 72%. #77C3EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 195 + 236 = 550 (100%)
R 119 of 550 ~ 21.64%
G 195 of 550 ~ 35.45%
B 236 of 550 ~ 42.91'%

%21.64
%35.45
%42.91

CMYK color model

#77C3EC color CMYK value is (50,17,0,7).

  • cyan value is 49.58%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (50,17,0,7) C50M17Y0K7 (50%,17%,0%,7%) (0.50/0.17/0.00/0.07) 

CMYK percentages

%49.58
%17.37
%0
%7.45

Codes

Color #77C3EC in popluar color models

77 C3 EC
RGB 119 195 236
HSL 201° 75.48% 69.61%
HSB/HSV 201° 49.58% 92.55%
CMYK 49.58% 17.37% 0.00%
7.45%

Color #77C3EC in popluar number systems.

HEX 77 C3 EC
Decimal 119 195 236
Binary 1110111 11000011 11101100
Octal 167 303 354

Shades and tints

Shades of #77C3EC

#77C3EC
(119,195,236)
#6DB2D7
(109,178,215)
#63A1C2
(99,161,194)
#5990AD
(89,144,173)
#4F7F98
(79,127,152)
#456E83
(69,110,131)
#3B5D6E
(59,93,110)
#314C59
(49,76,89)
#273B44
(39,59,68)
#1D2A2F
(29,42,47)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #77C3EC

#77C3EC
(119,195,236)
#83C8ED
(131,200,237)
#8FCDEE
(143,205,238)
#9BD2EF
(155,210,239)
#A7D7F0
(167,215,240)
#B3DCF1
(179,220,241)
#BFE1F2
(191,225,242)
#CBE6F3
(203,230,243)
#D7EBF4
(215,235,244)
#E3F0F5
(227,240,245)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C3EC color. Also use rgb(119,195,236) instead hex code.

Text Font Color

.myTextColor { color: #77C3EC; }

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

This text font color is #77C3EC.

Background Color

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

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

This div background color is #77C3EC.

Border color

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

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

This div border color is #77C3EC.

Opacity

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

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

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

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

This text has shadow with #77C3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C3EC.

Preview

Color preview on black background

This text has color #77C3EC on black background.


Color preview on white background

This text has color #77C3EC on white background.


Black color preview on #77C3EC background

This text has black color on #77C3EC background.


White color preview on #77C3EC background

This text has white color on #77C3EC background.


Related colors

Complementary color

Complementary color for #hex is #883C13.


I love getcolorcode.com

Triadic colors

1 #EC77C3 and #C3EC77 with #77C3EC are triadic colors.

2 #ECC377 and #C377EC with #77C3EC are triadic colors.