COLOR #77AFB9

HEX: #77AFB9
RGB: (119,175,185)

Color info

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

RGB color model

#77AFB9 color RGB value is (119,175,185).

  • red value is 119;
  • green value is 175;
  • blue value is 185.
RGB:
(119,175,185)
(47%,69%,73%)

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 185 of 255 = 73%

119
175
185

R + G + B ~ 63%. #77AFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 185 = 479 (100%)
R 119 of 479 ~ 24.84%
G 175 of 479 ~ 36.53%
B 185 of 479 ~ 38.62%

%24.84
%36.53
%38.62

CMYK color model

#77AFB9 color CMYK value is (36,5,0,27).

  • cyan value is 35.68%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(36,5,0,27)
C36M5Y0K27 
(36%,5%,0%,27%)
(0.36/0.05/0.00/0.27)	

CMYK percentages

%35.68
%5.41
%0
%27.45

Codes

Color #77AFB9 in popluar color models

77AFB9
RGB119175185
HSL189°32.04%59.61%
HSB/HSV189°35.68%72.55%
CMYK35.68%5.41%0.00%
27.45%

Color #77AFB9 in popluar number systems.

HEX77AFB9
Decimal119175185
Binary11101111010111110111001
Octal167257271

Shades and tints

Shades of #77AFB9

#77AFB9
(119,175,185)
#6DA0A9
(109,160,169)
#639199
(99,145,153)
#598289
(89,130,137)
#4F7379
(79,115,121)
#456469
(69,100,105)
#3B5559
(59,85,89)
#314649
(49,70,73)
#273739
(39,55,57)
#1D2829
(29,40,41)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #77AFB9

#77AFB9
(119,175,185)
#83B6BF
(131,182,191)
#8FBDC5
(143,189,197)
#9BC4CB
(155,196,203)
#A7CBD1
(167,203,209)
#B3D2D7
(179,210,215)
#BFD9DD
(191,217,221)
#CBE0E3
(203,224,227)
#D7E7E9
(215,231,233)
#E3EEEF
(227,238,239)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AFB9 color. Also use rgb(119,175,185) instead hex code.

Text Font Color

.myTextColor { color: #77AFB9; }

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

This text font color is #77AFB9.


Background Color

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

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

This div background color is #77AFB9.


Border color

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

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

This div border color is #77AFB9.


Opacity

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

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

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

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

This text has shadow with #77AFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AFB9 on black background.


Color preview on white background

This text has color #77AFB9 on white background.



Black color preview on #77AFB9 background

This text has black color on #77AFB9 background.


White color preview on #77AFB9 background

This text has white color on #77AFB9 background.