COLOR #78B3BD

HEX: #78B3BD RGB: (120,179,189)

Color info

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

RGB color model

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

RGB: (120,179,189) (47%, 70%, 74%)

RGB channels and saturation

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

120
179
189

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

Portions of RGB colors in percentages

R + G + B = 120 + 179 + 189 = 488 (100%)
R 120 of 488 ~ 24.59%
G 179 of 488 ~ 36.68%
B 189 of 488 ~ 38.73'%

%24.59
%36.68
%38.73

CMYK color model

#78B3BD color CMYK value is (37,5,0,26).

  • cyan value is 36.51%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (37,5,0,26)
C37M5Y0K26 (37%, 5%, 0%, 26%)
(0.37 / 0.05 / 0.00 / 0.26)

CMYK percentages

%36.51
%5.29
%0
%25.88

Codes

Color #78B3BD in popluar color models

78 B3 BD
RGB 120 179 189
HSL 189° 34.33% 60.59%
HSB/HSV 189° 36.51% 74.12%
CMYK 36.51% 5.29% 0.00%
25.88%

Color #78B3BD in popluar number systems.

HEX 78 B3 BD
Decimal 120 179 189
Binary 1111000 10110011 10111101
Octal 170 263 275

Shades and tints

Shades of #78B3BD

#78B3BD
(120,179,189)
#6EA3AC
(110,163,172)
#64939B
(100,147,155)
#5A838A
(90,131,138)
#507379
(80,115,121)
#466368
(70,99,104)
#3C5357
(60,83,87)
#324346
(50,67,70)
#283335
(40,51,53)
#1E2324
(30,35,36)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #78B3BD

#78B3BD
(120,179,189)
#84B9C3
(132,185,195)
#90BFC9
(144,191,201)
#9CC5CF
(156,197,207)
#A8CBD5
(168,203,213)
#B4D1DB
(180,209,219)
#C0D7E1
(192,215,225)
#CCDDE7
(204,221,231)
#D8E3ED
(216,227,237)
#E4E9F3
(228,233,243)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B3BD; }

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

This text font color is #78B3BD.

Background Color

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

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

This div background color is #78B3BD.

Border color

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

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

This div border color is #78B3BD.

Opacity

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

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

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

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

This text has shadow with #78B3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B3BD.

Preview

Color preview on black background

This text has color #78B3BD on black background.


Color preview on white background

This text has color #78B3BD on white background.


Black color preview on #78B3BD background

This text has black color on #78B3BD background.


White color preview on #78B3BD background

This text has white color on #78B3BD background.


Related colors

Complementary color

Complementary color for #hex is #874C42.


I love getcolorcode.com

Triadic colors

1 #BD78B3 and #B3BD78 with #78B3BD are triadic colors.

2 #BDB378 and #B378BD with #78B3BD are triadic colors.