COLOR #78BBCC

HEX: #78BBCC RGB: (120,187,204)

Color info

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

RGB color model

#78BBCC color RGB value is (120,187,204).

RGB: (120,187,204) (47%, 73%, 80%)

RGB channels and saturation

R 120 of 255 = 47%
G 187 of 255 = 73%
B 204 of 255 = 80%

120
187
204

R + G + B ~ 67%. #78BBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 187 + 204 = 511 (100%)
R 120 of 511 ~ 23.48%
G 187 of 511 ~ 36.59%
B 204 of 511 ~ 39.92'%

%23.48
%36.59
%39.92

CMYK color model

#78BBCC color CMYK value is (41,8,0,20).

  • cyan value is 41.18%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (41,8,0,20)
C41M8Y0K20 (41%, 8%, 0%, 20%)
(0.41 / 0.08 / 0.00 / 0.20)

CMYK percentages

%41.18
%8.33
%0
%20

Codes

Color #78BBCC in popluar color models

78 BB CC
RGB 120 187 204
HSL 192° 45.16% 63.53%
HSB/HSV 192° 41.18% 80.00%
CMYK 41.18% 8.33% 0.00%
20.00%

Color #78BBCC in popluar number systems.

HEX 78 BB CC
Decimal 120 187 204
Binary 1111000 10111011 11001100
Octal 170 273 314

Shades and tints

Shades of #78BBCC

#78BBCC
(120,187,204)
#6EAABA
(110,170,186)
#6499A8
(100,153,168)
#5A8896
(90,136,150)
#507784
(80,119,132)
#466672
(70,102,114)
#3C5560
(60,85,96)
#32444E
(50,68,78)
#28333C
(40,51,60)
#1E222A
(30,34,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #78BBCC

#78BBCC
(120,187,204)
#84C1D0
(132,193,208)
#90C7D4
(144,199,212)
#9CCDD8
(156,205,216)
#A8D3DC
(168,211,220)
#B4D9E0
(180,217,224)
#C0DFE4
(192,223,228)
#CCE5E8
(204,229,232)
#D8EBEC
(216,235,236)
#E4F1F0
(228,241,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BBCC; }

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

This text font color is #78BBCC.

Background Color

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

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

This div background color is #78BBCC.

Border color

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

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

This div border color is #78BBCC.

Opacity

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

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

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

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

This text has shadow with #78BBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BBCC.

Preview

Color preview on black background

This text has color #78BBCC on black background.


Color preview on white background

This text has color #78BBCC on white background.


Black color preview on #78BBCC background

This text has black color on #78BBCC background.


White color preview on #78BBCC background

This text has white color on #78BBCC background.


Related colors

Complementary color

Complementary color for #hex is #874433.


I love getcolorcode.com

Triadic colors

1 #CC78BB and #BBCC78 with #78BBCC are triadic colors.

2 #CCBB78 and #BB78CC with #78BBCC are triadic colors.