COLOR #78AAB3

HEX: #78AAB3 RGB: (120,170,179)

Color info

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

RGB color model

#78AAB3 color RGB value is (120,170,179).

RGB: (120,170,179) (47%, 67%, 70%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 179 of 255 = 70%

120
170
179

R + G + B ~ 61%. #78AAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 170 + 179 = 469 (100%)
R 120 of 469 ~ 25.59%
G 170 of 469 ~ 36.25%
B 179 of 469 ~ 38.17'%

%25.59
%36.25
%38.17

CMYK color model

#78AAB3 color CMYK value is (33,5,0,30).

  • cyan value is 32.96%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (33,5,0,30) C33M5Y0K30 (33%,5%,0%,30%) (0.33/0.05/0.00/0.30) 

CMYK percentages

%32.96
%5.03
%0
%29.8

Codes

Color #78AAB3 in popluar color models

78 AA B3
RGB 120 170 179
HSL 189° 27.96% 58.63%
HSB/HSV 189° 32.96% 70.20%
CMYK 32.96% 5.03% 0.00%
29.80%

Color #78AAB3 in popluar number systems.

HEX 78 AA B3
Decimal 120 170 179
Binary 1111000 10101010 10110011
Octal 170 252 263

Shades and tints

Shades of #78AAB3

#78AAB3
(120,170,179)
#6E9BA3
(110,155,163)
#648C93
(100,140,147)
#5A7D83
(90,125,131)
#506E73
(80,110,115)
#465F63
(70,95,99)
#3C5053
(60,80,83)
#324143
(50,65,67)
#283233
(40,50,51)
#1E2323
(30,35,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #78AAB3

#78AAB3
(120,170,179)
#84B1B9
(132,177,185)
#90B8BF
(144,184,191)
#9CBFC5
(156,191,197)
#A8C6CB
(168,198,203)
#B4CDD1
(180,205,209)
#C0D4D7
(192,212,215)
#CCDBDD
(204,219,221)
#D8E2E3
(216,226,227)
#E4E9E9
(228,233,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AAB3; }

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

This text font color is #78AAB3.

Background Color

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

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

This div background color is #78AAB3.

Border color

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

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

This div border color is #78AAB3.

Opacity

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

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

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

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

This text has shadow with #78AAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78AAB3.

Preview

Color preview on black background

This text has color #78AAB3 on black background.


Color preview on white background

This text has color #78AAB3 on white background.


Black color preview on #78AAB3 background

This text has black color on #78AAB3 background.


White color preview on #78AAB3 background

This text has white color on #78AAB3 background.


Related colors

Complementary color

Complementary color for #hex is #87554C.


I love getcolorcode.com

Triadic colors

1 #B378AA and #AAB378 with #78AAB3 are triadic colors.

2 #B3AA78 and #AA78B3 with #78AAB3 are triadic colors.