COLOR #78B3B3

HEX: #78B3B3
RGB: (120,179,179)

Color info

#78B3B3 contains red, green and blue colors in about the same proportion. Web safe color of #78B3B3 is #669999 (or #699).

RGB color model

#78B3B3 color RGB value is (120,179,179).

  • red value is 120;
  • green value is 179;
  • blue value is 179.
RGB: (120,179,179) (47%,70%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 179 of 255 = 70%
B 179 of 255 = 70%

120
179
179

R + G + B ~ 62%. #78B3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 179 + 179 = 478 (100%)
R 120 of 478 ~ 25.1%
G 179 of 478 ~ 37.45%
B 179 of 478 ~ 37.45%

%25.1
%37.45
%37.45

CMYK color model

#78B3B3 color CMYK value is (33,0,0,30).

  • cyan value is 32.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (33,0,0,30) C33M0Y0K30 (33%,0%,0%,30%) (0.33/0.00/0.00/0.30)

CMYK percentages

%32.96
%0
%0
%29.8

Codes

Color #78B3B3 in popluar color models

78B3B3
RGB120179179
HSL180°27.96%58.63%
HSB/HSV180°32.96%70.20%
CMYK32.96%0.00%0.00%
29.80%

Color #78B3B3 in popluar number systems.

HEX78B3B3
Decimal120179179
Binary11110001011001110110011
Octal170263263

Shades and tints

Shades of #78B3B3

#78B3B3
(120,179,179)
#6EA3A3
(110,163,163)
#649393
(100,147,147)
#5A8383
(90,131,131)
#507373
(80,115,115)
#466363
(70,99,99)
#3C5353
(60,83,83)
#324343
(50,67,67)
#283333
(40,51,51)
#1E2323
(30,35,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #78B3B3

#78B3B3
(120,179,179)
#84B9B9
(132,185,185)
#90BFBF
(144,191,191)
#9CC5C5
(156,197,197)
#A8CBCB
(168,203,203)
#B4D1D1
(180,209,209)
#C0D7D7
(192,215,215)
#CCDDDD
(204,221,221)
#D8E3E3
(216,227,227)
#E4E9E9
(228,233,233)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B3B3; }

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

This text font color is #78B3B3.


Background Color

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

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

This div background color is #78B3B3.


Border color

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

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

This div border color is #78B3B3.


Opacity

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

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

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

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

This text has shadow with #78B3B3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #78B3B3 on black background.


Color preview on white background

This text has color #78B3B3 on white background.



Black color preview on #78B3B3 background

This text has black color on #78B3B3 background.


White color preview on #78B3B3 background

This text has white color on #78B3B3 background.