COLOR #78A896

HEX: #78A896
RGB: (120,168,150)

Color info

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

RGB color model

#78A896 color RGB value is (120,168,150).

  • red value is 120;
  • green value is 168;
  • blue value is 150.
RGB:
(120,168,150)
(47%,66%,59%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 150 of 255 = 59%

120
168
150

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

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 150 = 438 (100%)
R 120 of 438 ~ 27.4%
G 168 of 438 ~ 38.36%
B 150 of 438 ~ 34.25%

%27.4
%38.36
%34.25

CMYK color model

#78A896 color CMYK value is (29,0,11,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(29,0,11,34)
C29M0Y11K34 
(29%,0%,11%,34%)
(0.29/0.00/0.11/0.34)	

CMYK percentages

%28.57
%0
%10.71
%34.12

Codes

Color #78A896 in popluar color models

78A896
RGB120168150
HSL158°21.62%56.47%
HSB/HSV158°28.57%65.88%
CMYK28.57%0.00%10.71%
34.12%

Color #78A896 in popluar number systems.

HEX78A896
Decimal120168150
Binary11110001010100010010110
Octal170250226

Shades and tints

Shades of #78A896

#78A896
(120,168,150)
#6E9989
(110,153,137)
#648A7C
(100,138,124)
#5A7B6F
(90,123,111)
#506C62
(80,108,98)
#465D55
(70,93,85)
#3C4E48
(60,78,72)
#323F3B
(50,63,59)
#28302E
(40,48,46)
#1E2121
(30,33,33)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #78A896

#78A896
(120,168,150)
#84AF9F
(132,175,159)
#90B6A8
(144,182,168)
#9CBDB1
(156,189,177)
#A8C4BA
(168,196,186)
#B4CBC3
(180,203,195)
#C0D2CC
(192,210,204)
#CCD9D5
(204,217,213)
#D8E0DE
(216,224,222)
#E4E7E7
(228,231,231)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A896 color. Also use rgb(120,168,150) instead hex code.

Text Font Color

.myTextColor { color: #78A896; }

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

This text font color is #78A896.


Background Color

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

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

This div background color is #78A896.


Border color

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

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

This div border color is #78A896.


Opacity

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

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

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

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

This text has shadow with #78A896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A896 on black background.


Color preview on white background

This text has color #78A896 on white background.



Black color preview on #78A896 background

This text has black color on #78A896 background.


White color preview on #78A896 background

This text has white color on #78A896 background.