COLOR #78B2C9

HEX: #78B2C9
RGB: (120,178,201)

Color info

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

RGB color model

#78B2C9 color RGB value is (120,178,201).

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

RGB channels and saturation

R 120 of 255 = 47%
G 178 of 255 = 70%
B 201 of 255 = 79%

120
178
201

R + G + B ~ 65%. #78B2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 178 + 201 = 499 (100%)
R 120 of 499 ~ 24.05%
G 178 of 499 ~ 35.67%
B 201 of 499 ~ 40.28%

%24.05
%35.67
%40.28

CMYK color model

#78B2C9 color CMYK value is (40,11,0,21).

  • cyan value is 40.30%
  • magenta value is 11.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(40,11,0,21)
C40M11Y0K21 
(40%,11%,0%,21%)
(0.40/0.11/0.00/0.21)	

CMYK percentages

%40.3
%11.44
%0
%21.18

Codes

Color #78B2C9 in popluar color models

78B2C9
RGB120178201
HSL197°42.86%62.94%
HSB/HSV197°40.30%78.82%
CMYK40.30%11.44%0.00%
21.18%

Color #78B2C9 in popluar number systems.

HEX78B2C9
Decimal120178201
Binary11110001011001011001001
Octal170262311

Shades and tints

Shades of #78B2C9

#78B2C9
(120,178,201)
#6EA2B7
(110,162,183)
#6492A5
(100,146,165)
#5A8293
(90,130,147)
#507281
(80,114,129)
#46626F
(70,98,111)
#3C525D
(60,82,93)
#32424B
(50,66,75)
#283239
(40,50,57)
#1E2227
(30,34,39)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #78B2C9

#78B2C9
(120,178,201)
#84B9CD
(132,185,205)
#90C0D1
(144,192,209)
#9CC7D5
(156,199,213)
#A8CED9
(168,206,217)
#B4D5DD
(180,213,221)
#C0DCE1
(192,220,225)
#CCE3E5
(204,227,229)
#D8EAE9
(216,234,233)
#E4F1ED
(228,241,237)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B2C9; }

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

This text font color is #78B2C9.


Background Color

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

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

This div background color is #78B2C9.


Border color

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

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

This div border color is #78B2C9.


Opacity

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

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

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

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

This text has shadow with #78B2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B2C9 on black background.


Color preview on white background

This text has color #78B2C9 on white background.



Black color preview on #78B2C9 background

This text has black color on #78B2C9 background.


White color preview on #78B2C9 background

This text has white color on #78B2C9 background.