COLOR #78B1BB

HEX: #78B1BB
RGB: (120,177,187)

Color info

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

RGB color model

#78B1BB color RGB value is (120,177,187).

  • red value is 120;
  • green value is 177;
  • blue value is 187.
RGB:
(120,177,187)
(47%,69%,73%)

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 187 of 255 = 73%

120
177
187

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

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 187 = 484 (100%)
R 120 of 484 ~ 24.79%
G 177 of 484 ~ 36.57%
B 187 of 484 ~ 38.64%

%24.79
%36.57
%38.64

CMYK color model

#78B1BB color CMYK value is (36,5,0,27).

  • cyan value is 35.83%
  • magenta value is 5.35%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(36,5,0,27)
C36M5Y0K27 
(36%,5%,0%,27%)
(0.36/0.05/0.00/0.27)	

CMYK percentages

%35.83
%5.35
%0
%26.67

Codes

Color #78B1BB in popluar color models

78B1BB
RGB120177187
HSL189°33.00%60.20%
HSB/HSV189°35.83%73.33%
CMYK35.83%5.35%0.00%
26.67%

Color #78B1BB in popluar number systems.

HEX78B1BB
Decimal120177187
Binary11110001011000110111011
Octal170261273

Shades and tints

Shades of #78B1BB

#78B1BB
(120,177,187)
#6EA1AA
(110,161,170)
#649199
(100,145,153)
#5A8188
(90,129,136)
#507177
(80,113,119)
#466166
(70,97,102)
#3C5155
(60,81,85)
#324144
(50,65,68)
#283133
(40,49,51)
#1E2122
(30,33,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #78B1BB

#78B1BB
(120,177,187)
#84B8C1
(132,184,193)
#90BFC7
(144,191,199)
#9CC6CD
(156,198,205)
#A8CDD3
(168,205,211)
#B4D4D9
(180,212,217)
#C0DBDF
(192,219,223)
#CCE2E5
(204,226,229)
#D8E9EB
(216,233,235)
#E4F0F1
(228,240,241)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B1BB color. Also use rgb(120,177,187) instead hex code.

Text Font Color

.myTextColor { color: #78B1BB; }

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

This text font color is #78B1BB.


Background Color

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

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

This div background color is #78B1BB.


Border color

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

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

This div border color is #78B1BB.


Opacity

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

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

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

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

This text has shadow with #78B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B1BB on black background.


Color preview on white background

This text has color #78B1BB on white background.



Black color preview on #78B1BB background

This text has black color on #78B1BB background.


White color preview on #78B1BB background

This text has white color on #78B1BB background.