COLOR #78BFDC

HEX: #78BFDC
RGB: (120,191,220)

Color info

#78BFDC contains mainly green and blue colors. Web safe color of #78BFDC is #66CCCC (or #6CC).

RGB color model

#78BFDC color RGB value is (120,191,220).

  • red value is 120;
  • green value is 191;
  • blue value is 220.
RGB:
(120,191,220)
(47%,75%,86%)

RGB channels and saturation

R 120 of 255 = 47%
G 191 of 255 = 75%
B 220 of 255 = 86%

120
191
220

R + G + B ~ 69%. #78BFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 191 + 220 = 531 (100%)
R 120 of 531 ~ 22.6%
G 191 of 531 ~ 35.97%
B 220 of 531 ~ 41.43%

%22.6
%35.97
%41.43

CMYK color model

#78BFDC color CMYK value is (45,13,0,14).

  • cyan value is 45.45%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(45,13,0,14)
C45M13Y0K14 
(45%,13%,0%,14%)
(0.45/0.13/0.00/0.14)	

CMYK percentages

%45.45
%13.18
%0
%13.73

Codes

Color #78BFDC in popluar color models

78BFDC
RGB120191220
HSL197°58.82%66.67%
HSB/HSV197°45.45%86.27%
CMYK45.45%13.18%0.00%
13.73%

Color #78BFDC in popluar number systems.

HEX78BFDC
Decimal120191220
Binary11110001011111111011100
Octal170277334

Shades and tints

Shades of #78BFDC

#78BFDC
(120,191,220)
#6EAEC8
(110,174,200)
#649DB4
(100,157,180)
#5A8CA0
(90,140,160)
#507B8C
(80,123,140)
#466A78
(70,106,120)
#3C5964
(60,89,100)
#324850
(50,72,80)
#28373C
(40,55,60)
#1E2628
(30,38,40)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #78BFDC

#78BFDC
(120,191,220)
#84C4DF
(132,196,223)
#90C9E2
(144,201,226)
#9CCEE5
(156,206,229)
#A8D3E8
(168,211,232)
#B4D8EB
(180,216,235)
#C0DDEE
(192,221,238)
#CCE2F1
(204,226,241)
#D8E7F4
(216,231,244)
#E4ECF7
(228,236,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BFDC color. Also use rgb(120,191,220) instead hex code.

Text Font Color

.myTextColor { color: #78BFDC; }

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

This text font color is #78BFDC.


Background Color

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

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

This div background color is #78BFDC.


Border color

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

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

This div border color is #78BFDC.


Opacity

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

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

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

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

This text has shadow with #78BFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BFDC on black background.


Color preview on white background

This text has color #78BFDC on white background.



Black color preview on #78BFDC background

This text has black color on #78BFDC background.


White color preview on #78BFDC background

This text has white color on #78BFDC background.