COLOR #78C6D3

HEX: #78C6D3
RGB: (120,198,211)

Color info

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

RGB color model

#78C6D3 color RGB value is (120,198,211).

  • red value is 120;
  • green value is 198;
  • blue value is 211.
RGB: (120,198,211) (47%,78%,83%)

RGB channels and saturation

R 120 of 255 = 47%
G 198 of 255 = 78%
B 211 of 255 = 83%

120
198
211

R + G + B ~ 69%. #78C6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 198 + 211 = 529 (100%)
R 120 of 529 ~ 22.68%
G 198 of 529 ~ 37.43%
B 211 of 529 ~ 39.89%

%22.68
%37.43
%39.89

CMYK color model

#78C6D3 color CMYK value is (43,6,0,17).

  • cyan value is 43.13%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (43,6,0,17) C43M6Y0K17 (43%,6%,0%,17%) (0.43/0.06/0.00/0.17)

CMYK percentages

%43.13
%6.16
%0
%17.25

Codes

Color #78C6D3 in popluar color models

78C6D3
RGB120198211
HSL189°50.84%64.90%
HSB/HSV189°43.13%82.75%
CMYK43.13%6.16%0.00%
17.25%

Color #78C6D3 in popluar number systems.

HEX78C6D3
Decimal120198211
Binary11110001100011011010011
Octal170306323

Shades and tints

Shades of #78C6D3

#78C6D3
(120,198,211)
#6EB4C0
(110,180,192)
#64A2AD
(100,162,173)
#5A909A
(90,144,154)
#507E87
(80,126,135)
#466C74
(70,108,116)
#3C5A61
(60,90,97)
#32484E
(50,72,78)
#28363B
(40,54,59)
#1E2428
(30,36,40)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #78C6D3

#78C6D3
(120,198,211)
#84CBD7
(132,203,215)
#90D0DB
(144,208,219)
#9CD5DF
(156,213,223)
#A8DAE3
(168,218,227)
#B4DFE7
(180,223,231)
#C0E4EB
(192,228,235)
#CCE9EF
(204,233,239)
#D8EEF3
(216,238,243)
#E4F3F7
(228,243,247)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C6D3; }

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

This text font color is #78C6D3.


Background Color

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

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

This div background color is #78C6D3.


Border color

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

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

This div border color is #78C6D3.


Opacity

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

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

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

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

This text has shadow with #78C6D3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #78C6D3 on black background.


Color preview on white background

This text has color #78C6D3 on white background.



Black color preview on #78C6D3 background

This text has black color on #78C6D3 background.


White color preview on #78C6D3 background

This text has white color on #78C6D3 background.