COLOR #78B6BE

HEX: #78B6BE
RGB: (120,182,190)

Color info

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

RGB color model

#78B6BE color RGB value is (120,182,190).

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

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 190 of 255 = 75%

120
182
190

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

Portions of RGB colors in percentages

R + G + B =
120 + 182 + 190 = 492 (100%)
R 120 of 492 ~ 24.39%
G 182 of 492 ~ 36.99%
B 190 of 492 ~ 38.62%

%24.39
%36.99
%38.62

CMYK color model

#78B6BE color CMYK value is (37,4,0,25).

  • cyan value is 36.84%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,4,0,25)
C37M4Y0K25 
(37%,4%,0%,25%)
(0.37/0.04/0.00/0.25)	

CMYK percentages

%36.84
%4.21
%0
%25.49

Codes

Color #78B6BE in popluar color models

78B6BE
RGB120182190
HSL187°35.00%60.78%
HSB/HSV187°36.84%74.51%
CMYK36.84%4.21%0.00%
25.49%

Color #78B6BE in popluar number systems.

HEX78B6BE
Decimal120182190
Binary11110001011011010111110
Octal170266276

Shades and tints

Shades of #78B6BE

#78B6BE
(120,182,190)
#6EA6AD
(110,166,173)
#64969C
(100,150,156)
#5A868B
(90,134,139)
#50767A
(80,118,122)
#466669
(70,102,105)
#3C5658
(60,86,88)
#324647
(50,70,71)
#283636
(40,54,54)
#1E2625
(30,38,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78B6BE

#78B6BE
(120,182,190)
#84BCC3
(132,188,195)
#90C2C8
(144,194,200)
#9CC8CD
(156,200,205)
#A8CED2
(168,206,210)
#B4D4D7
(180,212,215)
#C0DADC
(192,218,220)
#CCE0E1
(204,224,225)
#D8E6E6
(216,230,230)
#E4ECEB
(228,236,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B6BE; }

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

This text font color is #78B6BE.


Background Color

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

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

This div background color is #78B6BE.


Border color

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

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

This div border color is #78B6BE.


Opacity

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

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

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

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

This text has shadow with #78B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B6BE on black background.


Color preview on white background

This text has color #78B6BE on white background.



Black color preview on #78B6BE background

This text has black color on #78B6BE background.


White color preview on #78B6BE background

This text has white color on #78B6BE background.