COLOR #78B3C0

HEX: #78B3C0 RGB: (120,179,192)

Color info

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

RGB color model

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

RGB: (120,179,192) (47%, 70%, 75%)

RGB channels and saturation

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

120
179
192

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

Portions of RGB colors in percentages

R + G + B = 120 + 179 + 192 = 491 (100%)
R 120 of 491 ~ 24.44%
G 179 of 491 ~ 36.46%
B 192 of 491 ~ 39.1'%

%24.44
%36.46
%39.1

CMYK color model

#78B3C0 color CMYK value is (38,7,0,25).

  • cyan value is 37.50%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (38,7,0,25)
C38M7Y0K25 (38%, 7%, 0%, 25%)
(0.38 / 0.07 / 0.00 / 0.25)

CMYK percentages

%37.5
%6.77
%0
%24.71

Codes

Color #78B3C0 in popluar color models

78 B3 C0
RGB 120 179 192
HSL 191° 36.36% 61.18%
HSB/HSV 191° 37.50% 75.29%
CMYK 37.50% 6.77% 0.00%
24.71%

Color #78B3C0 in popluar number systems.

HEX 78 B3 C0
Decimal 120 179 192
Binary 1111000 10110011 11000000
Octal 170 263 300

Shades and tints

Shades of #78B3C0

#78B3C0
(120,179,192)
#6EA3AF
(110,163,175)
#64939E
(100,147,158)
#5A838D
(90,131,141)
#50737C
(80,115,124)
#46636B
(70,99,107)
#3C535A
(60,83,90)
#324349
(50,67,73)
#283338
(40,51,56)
#1E2327
(30,35,39)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #78B3C0

#78B3C0
(120,179,192)
#84B9C5
(132,185,197)
#90BFCA
(144,191,202)
#9CC5CF
(156,197,207)
#A8CBD4
(168,203,212)
#B4D1D9
(180,209,217)
#C0D7DE
(192,215,222)
#CCDDE3
(204,221,227)
#D8E3E8
(216,227,232)
#E4E9ED
(228,233,237)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B3C0; }

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

This text font color is #78B3C0.

Background Color

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

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

This div background color is #78B3C0.

Border color

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

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

This div border color is #78B3C0.

Opacity

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

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

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

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

This text has shadow with #78B3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B3C0.

Preview

Color preview on black background

This text has color #78B3C0 on black background.


Color preview on white background

This text has color #78B3C0 on white background.


Black color preview on #78B3C0 background

This text has black color on #78B3C0 background.


White color preview on #78B3C0 background

This text has white color on #78B3C0 background.


Related colors

Complementary color

Complementary color for #hex is #874C3F.


I love getcolorcode.com

Triadic colors

1 #C078B3 and #B3C078 with #78B3C0 are triadic colors.

2 #C0B378 and #B378C0 with #78B3C0 are triadic colors.