COLOR #77ACDC

HEX: #77ACDC
RGB: (119,172,220)

Color info

#77ACDC contains mainly green and blue colors. Web safe color of #77ACDC is #6699CC (or #69C).

RGB color model

#77ACDC color RGB value is (119,172,220).

  • red value is 119;
  • green value is 172;
  • blue value is 220.
RGB:
(119,172,220)
(47%,67%,86%)

RGB channels and saturation

R 119 of 255 = 47%
G 172 of 255 = 67%
B 220 of 255 = 86%

119
172
220

R + G + B ~ 67%. #77ACDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 172 + 220 = 511 (100%)
R 119 of 511 ~ 23.29%
G 172 of 511 ~ 33.66%
B 220 of 511 ~ 43.05%

%23.29
%33.66
%43.05

CMYK color model

#77ACDC color CMYK value is (46,22,0,14).

  • cyan value is 45.91%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(46,22,0,14)
C46M22Y0K14 
(46%,22%,0%,14%)
(0.46/0.22/0.00/0.14)	

CMYK percentages

%45.91
%21.82
%0
%13.73

Codes

Color #77ACDC in popluar color models

77ACDC
RGB119172220
HSL209°59.06%66.47%
HSB/HSV209°45.91%86.27%
CMYK45.91%21.82%0.00%
13.73%

Color #77ACDC in popluar number systems.

HEX77ACDC
Decimal119172220
Binary11101111010110011011100
Octal167254334

Shades and tints

Shades of #77ACDC

#77ACDC
(119,172,220)
#6D9DC8
(109,157,200)
#638EB4
(99,142,180)
#597FA0
(89,127,160)
#4F708C
(79,112,140)
#456178
(69,97,120)
#3B5264
(59,82,100)
#314350
(49,67,80)
#27343C
(39,52,60)
#1D2528
(29,37,40)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #77ACDC

#77ACDC
(119,172,220)
#83B3DF
(131,179,223)
#8FBAE2
(143,186,226)
#9BC1E5
(155,193,229)
#A7C8E8
(167,200,232)
#B3CFEB
(179,207,235)
#BFD6EE
(191,214,238)
#CBDDF1
(203,221,241)
#D7E4F4
(215,228,244)
#E3EBF7
(227,235,247)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ACDC color. Also use rgb(119,172,220) instead hex code.

Text Font Color

.myTextColor { color: #77ACDC; }

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

This text font color is #77ACDC.


Background Color

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

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

This div background color is #77ACDC.


Border color

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

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

This div border color is #77ACDC.


Opacity

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

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

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

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

This text has shadow with #77ACDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ACDC on black background.


Color preview on white background

This text has color #77ACDC on white background.



Black color preview on #77ACDC background

This text has black color on #77ACDC background.


White color preview on #77ACDC background

This text has white color on #77ACDC background.