COLOR #78AAAE

HEX: #78AAAE
RGB: (120,170,174)

Color info

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

RGB color model

#78AAAE color RGB value is (120,170,174).

  • red value is 120;
  • green value is 170;
  • blue value is 174.
RGB:
(120,170,174)
(47%,67%,68%)

RGB channels and saturation

R 120 of 255 = 47%
G 170 of 255 = 67%
B 174 of 255 = 68%

120
170
174

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

Portions of RGB colors in percentages

R + G + B =
120 + 170 + 174 = 464 (100%)
R 120 of 464 ~ 25.86%
G 170 of 464 ~ 36.64%
B 174 of 464 ~ 37.5%

%25.86
%36.64
%37.5

CMYK color model

#78AAAE color CMYK value is (31,2,0,32).

  • cyan value is 31.03%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(31,2,0,32)
C31M2Y0K32 
(31%,2%,0%,32%)
(0.31/0.02/0.00/0.32)	

CMYK percentages

%31.03
%2.3
%0
%31.76

Codes

Color #78AAAE in popluar color models

78AAAE
RGB120170174
HSL184°25.00%57.65%
HSB/HSV184°31.03%68.24%
CMYK31.03%2.30%0.00%
31.76%

Color #78AAAE in popluar number systems.

HEX78AAAE
Decimal120170174
Binary11110001010101010101110
Octal170252256

Shades and tints

Shades of #78AAAE

#78AAAE
(120,170,174)
#6E9B9F
(110,155,159)
#648C90
(100,140,144)
#5A7D81
(90,125,129)
#506E72
(80,110,114)
#465F63
(70,95,99)
#3C5054
(60,80,84)
#324145
(50,65,69)
#283236
(40,50,54)
#1E2327
(30,35,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #78AAAE

#78AAAE
(120,170,174)
#84B1B5
(132,177,181)
#90B8BC
(144,184,188)
#9CBFC3
(156,191,195)
#A8C6CA
(168,198,202)
#B4CDD1
(180,205,209)
#C0D4D8
(192,212,216)
#CCDBDF
(204,219,223)
#D8E2E6
(216,226,230)
#E4E9ED
(228,233,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78AAAE; }

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

This text font color is #78AAAE.


Background Color

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

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

This div background color is #78AAAE.


Border color

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

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

This div border color is #78AAAE.


Opacity

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

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

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

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

This text has shadow with #78AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78AAAE on black background.


Color preview on white background

This text has color #78AAAE on white background.



Black color preview on #78AAAE background

This text has black color on #78AAAE background.


White color preview on #78AAAE background

This text has white color on #78AAAE background.