COLOR #78A8CD

HEX: #78A8CD
RGB: (120,168,205)

Color info

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

RGB color model

#78A8CD color RGB value is (120,168,205).

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

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 205 of 255 = 80%

120
168
205

R + G + B ~ 64%. #78A8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 205 = 493 (100%)
R 120 of 493 ~ 24.34%
G 168 of 493 ~ 34.08%
B 205 of 493 ~ 41.58%

%24.34
%34.08
%41.58

CMYK color model

#78A8CD color CMYK value is (41,18,0,20).

  • cyan value is 41.46%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,18,0,20)
C41M18Y0K20 
(41%,18%,0%,20%)
(0.41/0.18/0.00/0.20)	

CMYK percentages

%41.46
%18.05
%0
%19.61

Codes

Color #78A8CD in popluar color models

78A8CD
RGB120168205
HSL206°45.95%63.73%
HSB/HSV206°41.46%80.39%
CMYK41.46%18.05%0.00%
19.61%

Color #78A8CD in popluar number systems.

HEX78A8CD
Decimal120168205
Binary11110001010100011001101
Octal170250315

Shades and tints

Shades of #78A8CD

#78A8CD
(120,168,205)
#6E99BB
(110,153,187)
#648AA9
(100,138,169)
#5A7B97
(90,123,151)
#506C85
(80,108,133)
#465D73
(70,93,115)
#3C4E61
(60,78,97)
#323F4F
(50,63,79)
#28303D
(40,48,61)
#1E212B
(30,33,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #78A8CD

#78A8CD
(120,168,205)
#84AFD1
(132,175,209)
#90B6D5
(144,182,213)
#9CBDD9
(156,189,217)
#A8C4DD
(168,196,221)
#B4CBE1
(180,203,225)
#C0D2E5
(192,210,229)
#CCD9E9
(204,217,233)
#D8E0ED
(216,224,237)
#E4E7F1
(228,231,241)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78A8CD; }

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

This text font color is #78A8CD.


Background Color

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

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

This div background color is #78A8CD.


Border color

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

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

This div border color is #78A8CD.


Opacity

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

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

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

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

This text has shadow with #78A8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A8CD on black background.


Color preview on white background

This text has color #78A8CD on white background.



Black color preview on #78A8CD background

This text has black color on #78A8CD background.


White color preview on #78A8CD background

This text has white color on #78A8CD background.