COLOR #78BED0

HEX: #78BED0
RGB: (120,190,208)

Color info

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

RGB color model

#78BED0 color RGB value is (120,190,208).

  • red value is 120;
  • green value is 190;
  • blue value is 208.
RGB:
(120,190,208)
(47%,75%,82%)

RGB channels and saturation

R 120 of 255 = 47%
G 190 of 255 = 75%
B 208 of 255 = 82%

120
190
208

R + G + B ~ 68%. #78BED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 190 + 208 = 518 (100%)
R 120 of 518 ~ 23.17%
G 190 of 518 ~ 36.68%
B 208 of 518 ~ 40.15%

%23.17
%36.68
%40.15

CMYK color model

#78BED0 color CMYK value is (42,9,0,18).

  • cyan value is 42.31%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(42,9,0,18)
C42M9Y0K18 
(42%,9%,0%,18%)
(0.42/0.09/0.00/0.18)	

CMYK percentages

%42.31
%8.65
%0
%18.43

Codes

Color #78BED0 in popluar color models

78BED0
RGB120190208
HSL192°48.35%64.31%
HSB/HSV192°42.31%81.57%
CMYK42.31%8.65%0.00%
18.43%

Color #78BED0 in popluar number systems.

HEX78BED0
Decimal120190208
Binary11110001011111011010000
Octal170276320

Shades and tints

Shades of #78BED0

#78BED0
(120,190,208)
#6EADBE
(110,173,190)
#649CAC
(100,156,172)
#5A8B9A
(90,139,154)
#507A88
(80,122,136)
#466976
(70,105,118)
#3C5864
(60,88,100)
#324752
(50,71,82)
#283640
(40,54,64)
#1E252E
(30,37,46)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #78BED0

#78BED0
(120,190,208)
#84C3D4
(132,195,212)
#90C8D8
(144,200,216)
#9CCDDC
(156,205,220)
#A8D2E0
(168,210,224)
#B4D7E4
(180,215,228)
#C0DCE8
(192,220,232)
#CCE1EC
(204,225,236)
#D8E6F0
(216,230,240)
#E4EBF4
(228,235,244)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BED0 color. Also use rgb(120,190,208) instead hex code.

Text Font Color

.myTextColor { color: #78BED0; }

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

This text font color is #78BED0.


Background Color

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

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

This div background color is #78BED0.


Border color

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

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

This div border color is #78BED0.


Opacity

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

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

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

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

This text has shadow with #78BED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BED0 on black background.


Color preview on white background

This text has color #78BED0 on white background.



Black color preview on #78BED0 background

This text has black color on #78BED0 background.


White color preview on #78BED0 background

This text has white color on #78BED0 background.