COLOR #78AAAB

HEX: #78AAAB RGB: (120,170,171)

Color info

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

RGB color model

#78AAAB color RGB value is (120,170,171).

RGB: (120,170,171) (47%, 67%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 171 of 255 = 67%

120
170
171

R + G + B ~ 60%. #78AAAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 170 + 171 = 461 (100%)
R 120 of 461 ~ 26.03%
G 170 of 461 ~ 36.88%
B 171 of 461 ~ 37.09'%

%26.03
%36.88
%37.09

CMYK color model

#78AAAB color CMYK value is (30,1,0,33).

  • cyan value is 29.82%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (30,1,0,33)
C30M1Y0K33 (30%, 1%, 0%, 33%)
(0.30 / 0.01 / 0.00 / 0.33)

CMYK percentages

%29.82
%0.58
%0
%32.94

Codes

Color #78AAAB in popluar color models

78 AA AB
RGB 120 170 171
HSL 181° 23.29% 57.06%
HSB/HSV 181° 29.82% 67.06%
CMYK 29.82% 0.58% 0.00%
32.94%

Color #78AAAB in popluar number systems.

HEX 78 AA AB
Decimal 120 170 171
Binary 1111000 10101010 10101011
Octal 170 252 253

Shades and tints

Shades of #78AAAB

#78AAAB
(120,170,171)
#6E9B9C
(110,155,156)
#648C8D
(100,140,141)
#5A7D7E
(90,125,126)
#506E6F
(80,110,111)
#465F60
(70,95,96)
#3C5051
(60,80,81)
#324142
(50,65,66)
#283233
(40,50,51)
#1E2324
(30,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #78AAAB

#78AAAB
(120,170,171)
#84B1B2
(132,177,178)
#90B8B9
(144,184,185)
#9CBFC0
(156,191,192)
#A8C6C7
(168,198,199)
#B4CDCE
(180,205,206)
#C0D4D5
(192,212,213)
#CCDBDC
(204,219,220)
#D8E2E3
(216,226,227)
#E4E9EA
(228,233,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78AAAB color. Also use rgb(120,170,171) instead hex code.

Text Font Color

.myTextColor { color: #78AAAB; }

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

This text font color is #78AAAB.

Background Color

.myBgColor { background-color: #78AAAB; }

<div style="background-color:#78AAAB">Inner text</div>

This div background color is #78AAAB.

Border color

.myBorderColor { border: 1px solid #78AAAB; }

<div style="border:3px solid #78AAAB">Div</div>

This div border color is #78AAAB.

Opacity

.myOpacity80 { color: #78AAAB; opacity: 0.8; }

<p style="color:#78AAAB;opacity:0.8;">80%</p>

Text with #78AAAB 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 #78AAAB;}

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

This text has shadow with #78AAAB color.


.textShadow {text-shadow: 3px 3px 1px #78AAAB', 3px 3px 1px red;}

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

This text has shadow with #78AAAB primary color and red secondary color.


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

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

This text has shadow with #78AAAB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #78AAAB; -webkit-box-shadow: 1px 1px 3px 2px #78AAAB; box-shadow:1px 1px 3px 2px #78AAAB;">
Div content here
</div>

This div box has shadow with color #78AAAB.

Preview

Color preview on black background

This text has color #78AAAB on black background.


Color preview on white background

This text has color #78AAAB on white background.


Black color preview on #78AAAB background

This text has black color on #78AAAB background.


White color preview on #78AAAB background

This text has white color on #78AAAB background.


Related colors

Complementary color

Complementary color for #hex is #875554.


I love getcolorcode.com

Triadic colors

1 #AB78AA and #AAAB78 with #78AAAB are triadic colors.

2 #ABAA78 and #AA78AB with #78AAAB are triadic colors.