COLOR #77CAAD

HEX: #77CAAD
RGB: (119,202,173)

Color info

#77CAAD contains mainly green and blue colors. Web safe color of #77CAAD is #66CC99 (or #6C9).

RGB color model

#77CAAD color RGB value is (119,202,173).

  • red value is 119;
  • green value is 202;
  • blue value is 173.
RGB:
(119,202,173)
(47%,79%,68%)

RGB channels and saturation

R 119 of 255 = 47%
G 202 of 255 = 79%
B 173 of 255 = 68%

119
202
173

R + G + B ~ 65%. #77CAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 202 + 173 = 494 (100%)
R 119 of 494 ~ 24.09%
G 202 of 494 ~ 40.89%
B 173 of 494 ~ 35.02%

%24.09
%40.89
%35.02

CMYK color model

#77CAAD color CMYK value is (41,0,14,21).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(41,0,14,21)
C41M0Y14K21 
(41%,0%,14%,21%)
(0.41/0.00/0.14/0.21)	

CMYK percentages

%41.09
%0
%14.36
%20.78

Codes

Color #77CAAD in popluar color models

77CAAD
RGB119202173
HSL159°43.92%62.94%
HSB/HSV159°41.09%79.22%
CMYK41.09%0.00%14.36%
20.78%

Color #77CAAD in popluar number systems.

HEX77CAAD
Decimal119202173
Binary11101111100101010101101
Octal167312255

Shades and tints

Shades of #77CAAD

#77CAAD
(119,202,173)
#6DB89E
(109,184,158)
#63A68F
(99,166,143)
#599480
(89,148,128)
#4F8271
(79,130,113)
#457062
(69,112,98)
#3B5E53
(59,94,83)
#314C44
(49,76,68)
#273A35
(39,58,53)
#1D2826
(29,40,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #77CAAD

#77CAAD
(119,202,173)
#83CEB4
(131,206,180)
#8FD2BB
(143,210,187)
#9BD6C2
(155,214,194)
#A7DAC9
(167,218,201)
#B3DED0
(179,222,208)
#BFE2D7
(191,226,215)
#CBE6DE
(203,230,222)
#D7EAE5
(215,234,229)
#E3EEEC
(227,238,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CAAD color. Also use rgb(119,202,173) instead hex code.

Text Font Color

.myTextColor { color: #77CAAD; }

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

This text font color is #77CAAD.


Background Color

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

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

This div background color is #77CAAD.


Border color

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

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

This div border color is #77CAAD.


Opacity

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

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

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

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

This text has shadow with #77CAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CAAD on black background.


Color preview on white background

This text has color #77CAAD on white background.



Black color preview on #77CAAD background

This text has black color on #77CAAD background.


White color preview on #77CAAD background

This text has white color on #77CAAD background.