COLOR #77CCEA

HEX: #77CCEA
RGB: (119,204,234)

Color info

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

RGB color model

#77CCEA color RGB value is (119,204,234).

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

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 234 of 255 = 92%

119
204
234

R + G + B ~ 73%. #77CCEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 204 + 234 = 557 (100%)
R 119 of 557 ~ 21.36%
G 204 of 557 ~ 36.62%
B 234 of 557 ~ 42.01%

%21.36
%36.62
%42.01

CMYK color model

#77CCEA color CMYK value is (49,13,0,8).

  • cyan value is 49.15%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(49,13,0,8)
C49M13Y0K8 
(49%,13%,0%,8%)
(0.49/0.13/0.00/0.08)	

CMYK percentages

%49.15
%12.82
%0
%8.24

Codes

Color #77CCEA in popluar color models

77CCEA
RGB119204234
HSL196°73.25%69.22%
HSB/HSV196°49.15%91.76%
CMYK49.15%12.82%0.00%
8.24%

Color #77CCEA in popluar number systems.

HEX77CCEA
Decimal119204234
Binary11101111100110011101010
Octal167314352

Shades and tints

Shades of #77CCEA

#77CCEA
(119,204,234)
#6DBAD5
(109,186,213)
#63A8C0
(99,168,192)
#5996AB
(89,150,171)
#4F8496
(79,132,150)
#457281
(69,114,129)
#3B606C
(59,96,108)
#314E57
(49,78,87)
#273C42
(39,60,66)
#1D2A2D
(29,42,45)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #77CCEA

#77CCEA
(119,204,234)
#83D0EB
(131,208,235)
#8FD4EC
(143,212,236)
#9BD8ED
(155,216,237)
#A7DCEE
(167,220,238)
#B3E0EF
(179,224,239)
#BFE4F0
(191,228,240)
#CBE8F1
(203,232,241)
#D7ECF2
(215,236,242)
#E3F0F3
(227,240,243)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CCEA; }

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

This text font color is #77CCEA.


Background Color

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

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

This div background color is #77CCEA.


Border color

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

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

This div border color is #77CCEA.


Opacity

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

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

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

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

This text has shadow with #77CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CCEA on black background.


Color preview on white background

This text has color #77CCEA on white background.



Black color preview on #77CCEA background

This text has black color on #77CCEA background.


White color preview on #77CCEA background

This text has white color on #77CCEA background.