COLOR #78ABCE

HEX: #78ABCE
RGB: (120,171,206)

Color info

#78ABCE contains mainly green and blue colors. Web safe color of #78ABCE is #6699CC (or #69C).

RGB color model

#78ABCE color RGB value is (120,171,206).

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

RGB channels and saturation

R 120 of 255 = 47%
G 171 of 255 = 67%
B 206 of 255 = 81%

120
171
206

R + G + B ~ 65%. #78ABCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 171 + 206 = 497 (100%)
R 120 of 497 ~ 24.14%
G 171 of 497 ~ 34.41%
B 206 of 497 ~ 41.45%

%24.14
%34.41
%41.45

CMYK color model

#78ABCE color CMYK value is (42,17,0,19).

  • cyan value is 41.75%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(42,17,0,19)
C42M17Y0K19 
(42%,17%,0%,19%)
(0.42/0.17/0.00/0.19)	

CMYK percentages

%41.75
%16.99
%0
%19.22

Codes

Color #78ABCE in popluar color models

78ABCE
RGB120171206
HSL204°46.74%63.92%
HSB/HSV204°41.75%80.78%
CMYK41.75%16.99%0.00%
19.22%

Color #78ABCE in popluar number systems.

HEX78ABCE
Decimal120171206
Binary11110001010101111001110
Octal170253316

Shades and tints

Shades of #78ABCE

#78ABCE
(120,171,206)
#6E9CBC
(110,156,188)
#648DAA
(100,141,170)
#5A7E98
(90,126,152)
#506F86
(80,111,134)
#466074
(70,96,116)
#3C5162
(60,81,98)
#324250
(50,66,80)
#28333E
(40,51,62)
#1E242C
(30,36,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #78ABCE

#78ABCE
(120,171,206)
#84B2D2
(132,178,210)
#90B9D6
(144,185,214)
#9CC0DA
(156,192,218)
#A8C7DE
(168,199,222)
#B4CEE2
(180,206,226)
#C0D5E6
(192,213,230)
#CCDCEA
(204,220,234)
#D8E3EE
(216,227,238)
#E4EAF2
(228,234,242)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78ABCE; }

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

This text font color is #78ABCE.


Background Color

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

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

This div background color is #78ABCE.


Border color

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

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

This div border color is #78ABCE.


Opacity

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

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

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

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

This text has shadow with #78ABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78ABCE on black background.


Color preview on white background

This text has color #78ABCE on white background.



Black color preview on #78ABCE background

This text has black color on #78ABCE background.


White color preview on #78ABCE background

This text has white color on #78ABCE background.