COLOR #77AEBD

HEX: #77AEBD
RGB: (119,174,189)

Color info

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

RGB color model

#77AEBD color RGB value is (119,174,189).

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

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 189 of 255 = 74%

119
174
189

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

Portions of RGB colors in percentages

R + G + B =
119 + 174 + 189 = 482 (100%)
R 119 of 482 ~ 24.69%
G 174 of 482 ~ 36.1%
B 189 of 482 ~ 39.21%

%24.69
%36.1
%39.21

CMYK color model

#77AEBD color CMYK value is (37,8,0,26).

  • cyan value is 37.04%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(37,8,0,26)
C37M8Y0K26 
(37%,8%,0%,26%)
(0.37/0.08/0.00/0.26)	

CMYK percentages

%37.04
%7.94
%0
%25.88

Codes

Color #77AEBD in popluar color models

77AEBD
RGB119174189
HSL193°34.65%60.39%
HSB/HSV193°37.04%74.12%
CMYK37.04%7.94%0.00%
25.88%

Color #77AEBD in popluar number systems.

HEX77AEBD
Decimal119174189
Binary11101111010111010111101
Octal167256275

Shades and tints

Shades of #77AEBD

#77AEBD
(119,174,189)
#6D9FAC
(109,159,172)
#63909B
(99,144,155)
#59818A
(89,129,138)
#4F7279
(79,114,121)
#456368
(69,99,104)
#3B5457
(59,84,87)
#314546
(49,69,70)
#273635
(39,54,53)
#1D2724
(29,39,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #77AEBD

#77AEBD
(119,174,189)
#83B5C3
(131,181,195)
#8FBCC9
(143,188,201)
#9BC3CF
(155,195,207)
#A7CAD5
(167,202,213)
#B3D1DB
(179,209,219)
#BFD8E1
(191,216,225)
#CBDFE7
(203,223,231)
#D7E6ED
(215,230,237)
#E3EDF3
(227,237,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AEBD; }

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

This text font color is #77AEBD.


Background Color

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

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

This div background color is #77AEBD.


Border color

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

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

This div border color is #77AEBD.


Opacity

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

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

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

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

This text has shadow with #77AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AEBD on black background.


Color preview on white background

This text has color #77AEBD on white background.



Black color preview on #77AEBD background

This text has black color on #77AEBD background.


White color preview on #77AEBD background

This text has white color on #77AEBD background.