COLOR #78AB8D

HEX: #78AB8D
RGB: (120,171,141)

Color info

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

RGB color model

#78AB8D color RGB value is (120,171,141).

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

RGB channels and saturation

R 120 of 255 = 47%
G 171 of 255 = 67%
B 141 of 255 = 55%

120
171
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 171 + 141 = 432 (100%)
R 120 of 432 ~ 27.78%
G 171 of 432 ~ 39.58%
B 141 of 432 ~ 32.64%

%27.78
%39.58
%32.64

CMYK color model

#78AB8D color CMYK value is (30,0,18,33).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 32.94%
CMYK:
(30,0,18,33)
C30M0Y18K33 
(30%,0%,18%,33%)
(0.30/0.00/0.18/0.33)	

CMYK percentages

%29.82
%0
%17.54
%32.94

Codes

Color #78AB8D in popluar color models

78AB8D
RGB120171141
HSL145°23.29%57.06%
HSB/HSV145°29.82%67.06%
CMYK29.82%0.00%17.54%
32.94%

Color #78AB8D in popluar number systems.

HEX78AB8D
Decimal120171141
Binary11110001010101110001101
Octal170253215

Shades and tints

Shades of #78AB8D

#78AB8D
(120,171,141)
#6E9C81
(110,156,129)
#648D75
(100,141,117)
#5A7E69
(90,126,105)
#506F5D
(80,111,93)
#466051
(70,96,81)
#3C5145
(60,81,69)
#324239
(50,66,57)
#28332D
(40,51,45)
#1E2421
(30,36,33)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #78AB8D

#78AB8D
(120,171,141)
#84B297
(132,178,151)
#90B9A1
(144,185,161)
#9CC0AB
(156,192,171)
#A8C7B5
(168,199,181)
#B4CEBF
(180,206,191)
#C0D5C9
(192,213,201)
#CCDCD3
(204,220,211)
#D8E3DD
(216,227,221)
#E4EAE7
(228,234,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AB8D; }

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

This text font color is #78AB8D.


Background Color

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

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

This div background color is #78AB8D.


Border color

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

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

This div border color is #78AB8D.


Opacity

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

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

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

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

This text has shadow with #78AB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AB8D on black background.


Color preview on white background

This text has color #78AB8D on white background.



Black color preview on #78AB8D background

This text has black color on #78AB8D background.


White color preview on #78AB8D background

This text has white color on #78AB8D background.