COLOR #78ABAC

HEX: #78ABAC
RGB: (120,171,172)

Color info

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

RGB color model

#78ABAC color RGB value is (120,171,172).

  • red value is 120;
  • green value is 171;
  • blue value is 172.
RGB:
(120,171,172)
(47%,67%,67%)

RGB channels and saturation

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

120
171
172

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

Portions of RGB colors in percentages

R + G + B =
120 + 171 + 172 = 463 (100%)
R 120 of 463 ~ 25.92%
G 171 of 463 ~ 36.93%
B 172 of 463 ~ 37.15%

%25.92
%36.93
%37.15

CMYK color model

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

  • cyan value is 30.23%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(30,1,0,33)
C30M1Y0K33 
(30%,1%,0%,33%)
(0.30/0.01/0.00/0.33)	

CMYK percentages

%30.23
%0.58
%0
%32.55

Codes

Color #78ABAC in popluar color models

78ABAC
RGB120171172
HSL181°23.85%57.25%
HSB/HSV181°30.23%67.45%
CMYK30.23%0.58%0.00%
32.55%

Color #78ABAC in popluar number systems.

HEX78ABAC
Decimal120171172
Binary11110001010101110101100
Octal170253254

Shades and tints

Shades of #78ABAC

#78ABAC
(120,171,172)
#6E9C9D
(110,156,157)
#648D8E
(100,141,142)
#5A7E7F
(90,126,127)
#506F70
(80,111,112)
#466061
(70,96,97)
#3C5152
(60,81,82)
#324243
(50,66,67)
#283334
(40,51,52)
#1E2425
(30,36,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #78ABAC

#78ABAC
(120,171,172)
#84B2B3
(132,178,179)
#90B9BA
(144,185,186)
#9CC0C1
(156,192,193)
#A8C7C8
(168,199,200)
#B4CECF
(180,206,207)
#C0D5D6
(192,213,214)
#CCDCDD
(204,220,221)
#D8E3E4
(216,227,228)
#E4EAEB
(228,234,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78ABAC; }

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

This text font color is #78ABAC.


Background Color

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

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

This div background color is #78ABAC.


Border color

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

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

This div border color is #78ABAC.


Opacity

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

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

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

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

This text has shadow with #78ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ABAC on black background.


Color preview on white background

This text has color #78ABAC on white background.



Black color preview on #78ABAC background

This text has black color on #78ABAC background.


White color preview on #78ABAC background

This text has white color on #78ABAC background.