COLOR #78A1CB

HEX: #78A1CB
RGB: (120,161,203)

Color info

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

RGB color model

#78A1CB color RGB value is (120,161,203).

  • red value is 120;
  • green value is 161;
  • blue value is 203.
RGB:
(120,161,203)
(47%,63%,80%)

RGB channels and saturation

R 120 of 255 = 47%
G 161 of 255 = 63%
B 203 of 255 = 80%

120
161
203

R + G + B ~ 63%. #78A1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 161 + 203 = 484 (100%)
R 120 of 484 ~ 24.79%
G 161 of 484 ~ 33.26%
B 203 of 484 ~ 41.94%

%24.79
%33.26
%41.94

CMYK color model

#78A1CB color CMYK value is (41,21,0,20).

  • cyan value is 40.89%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,21,0,20)
C41M21Y0K20 
(41%,21%,0%,20%)
(0.41/0.21/0.00/0.20)	

CMYK percentages

%40.89
%20.69
%0
%20.39

Codes

Color #78A1CB in popluar color models

78A1CB
RGB120161203
HSL210°44.39%63.33%
HSB/HSV210°40.89%79.61%
CMYK40.89%20.69%0.00%
20.39%

Color #78A1CB in popluar number systems.

HEX78A1CB
Decimal120161203
Binary11110001010000111001011
Octal170241313

Shades and tints

Shades of #78A1CB

#78A1CB
(120,161,203)
#6E93B9
(110,147,185)
#6485A7
(100,133,167)
#5A7795
(90,119,149)
#506983
(80,105,131)
#465B71
(70,91,113)
#3C4D5F
(60,77,95)
#323F4D
(50,63,77)
#28313B
(40,49,59)
#1E2329
(30,35,41)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #78A1CB

#78A1CB
(120,161,203)
#84A9CF
(132,169,207)
#90B1D3
(144,177,211)
#9CB9D7
(156,185,215)
#A8C1DB
(168,193,219)
#B4C9DF
(180,201,223)
#C0D1E3
(192,209,227)
#CCD9E7
(204,217,231)
#D8E1EB
(216,225,235)
#E4E9EF
(228,233,239)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A1CB color. Also use rgb(120,161,203) instead hex code.

Text Font Color

.myTextColor { color: #78A1CB; }

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

This text font color is #78A1CB.


Background Color

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

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

This div background color is #78A1CB.


Border color

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

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

This div border color is #78A1CB.


Opacity

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

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

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

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

This text has shadow with #78A1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A1CB on black background.


Color preview on white background

This text has color #78A1CB on white background.



Black color preview on #78A1CB background

This text has black color on #78A1CB background.


White color preview on #78A1CB background

This text has white color on #78A1CB background.