COLOR #77AEAD

HEX: #77AEAD
RGB: (119,174,173)

Color info

#77AEAD contains red, green and blue colors in about the same proportion. Web safe color of #77AEAD is #669999 (or #699).

RGB color model

#77AEAD color RGB value is (119,174,173).

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

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 173 of 255 = 68%

119
174
173

R + G + B ~ 61%. #77AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 174 + 173 = 466 (100%)
R 119 of 466 ~ 25.54%
G 174 of 466 ~ 37.34%
B 173 of 466 ~ 37.12%

%25.54
%37.34
%37.12

CMYK color model

#77AEAD color CMYK value is (32,0,1,32).

  • cyan value is 31.61%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK:
(32,0,1,32)
C32M0Y1K32 
(32%,0%,1%,32%)
(0.32/0.00/0.01/0.32)	

CMYK percentages

%31.61
%0
%0.57
%31.76

Codes

Color #77AEAD in popluar color models

77AEAD
RGB119174173
HSL179°25.35%57.45%
HSB/HSV179°31.61%68.24%
CMYK31.61%0.00%0.57%
31.76%

Color #77AEAD in popluar number systems.

HEX77AEAD
Decimal119174173
Binary11101111010111010101101
Octal167256255

Shades and tints

Shades of #77AEAD

#77AEAD
(119,174,173)
#6D9F9E
(109,159,158)
#63908F
(99,144,143)
#598180
(89,129,128)
#4F7271
(79,114,113)
#456362
(69,99,98)
#3B5453
(59,84,83)
#314544
(49,69,68)
#273635
(39,54,53)
#1D2726
(29,39,38)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #77AEAD

#77AEAD
(119,174,173)
#83B5B4
(131,181,180)
#8FBCBB
(143,188,187)
#9BC3C2
(155,195,194)
#A7CAC9
(167,202,201)
#B3D1D0
(179,209,208)
#BFD8D7
(191,216,215)
#CBDFDE
(203,223,222)
#D7E6E5
(215,230,229)
#E3EDEC
(227,237,236)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AEAD; }

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

This text font color is #77AEAD.


Background Color

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

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

This div background color is #77AEAD.


Border color

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

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

This div border color is #77AEAD.


Opacity

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

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

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

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

This text has shadow with #77AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AEAD on black background.


Color preview on white background

This text has color #77AEAD on white background.



Black color preview on #77AEAD background

This text has black color on #77AEAD background.


White color preview on #77AEAD background

This text has white color on #77AEAD background.