COLOR #78B6C3

HEX: #78B6C3
RGB: (120,182,195)

Color info

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

RGB color model

#78B6C3 color RGB value is (120,182,195).

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

RGB channels and saturation

R 120 of 255 = 47%
G 182 of 255 = 71%
B 195 of 255 = 76%

120
182
195

R + G + B ~ 65%. #78B6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 182 + 195 = 497 (100%)
R 120 of 497 ~ 24.14%
G 182 of 497 ~ 36.62%
B 195 of 497 ~ 39.24%

%24.14
%36.62
%39.24

CMYK color model

#78B6C3 color CMYK value is (38,7,0,24).

  • cyan value is 38.46%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(38,7,0,24)
C38M7Y0K24 
(38%,7%,0%,24%)
(0.38/0.07/0.00/0.24)	

CMYK percentages

%38.46
%6.67
%0
%23.53

Codes

Color #78B6C3 in popluar color models

78B6C3
RGB120182195
HSL190°38.46%61.76%
HSB/HSV190°38.46%76.47%
CMYK38.46%6.67%0.00%
23.53%

Color #78B6C3 in popluar number systems.

HEX78B6C3
Decimal120182195
Binary11110001011011011000011
Octal170266303

Shades and tints

Shades of #78B6C3

#78B6C3
(120,182,195)
#6EA6B2
(110,166,178)
#6496A1
(100,150,161)
#5A8690
(90,134,144)
#50767F
(80,118,127)
#46666E
(70,102,110)
#3C565D
(60,86,93)
#32464C
(50,70,76)
#28363B
(40,54,59)
#1E262A
(30,38,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #78B6C3

#78B6C3
(120,182,195)
#84BCC8
(132,188,200)
#90C2CD
(144,194,205)
#9CC8D2
(156,200,210)
#A8CED7
(168,206,215)
#B4D4DC
(180,212,220)
#C0DAE1
(192,218,225)
#CCE0E6
(204,224,230)
#D8E6EB
(216,230,235)
#E4ECF0
(228,236,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B6C3; }

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

This text font color is #78B6C3.


Background Color

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

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

This div background color is #78B6C3.


Border color

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

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

This div border color is #78B6C3.


Opacity

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

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

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

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

This text has shadow with #78B6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B6C3 on black background.


Color preview on white background

This text has color #78B6C3 on white background.



Black color preview on #78B6C3 background

This text has black color on #78B6C3 background.


White color preview on #78B6C3 background

This text has white color on #78B6C3 background.