COLOR #78C7DB

HEX: #78C7DB RGB: (120,199,219)

Color info

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

RGB color model

#78C7DB color RGB value is (120,199,219).

RGB: (120,199,219) (47%, 78%, 86%)

RGB channels and saturation

R 120 of 255 = 47%
G 199 of 255 = 78%
B 219 of 255 = 86%

120
199
219

R + G + B ~ 70%. #78C7DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 199 + 219 = 538 (100%)
R 120 of 538 ~ 22.3%
G 199 of 538 ~ 36.99%
B 219 of 538 ~ 40.71'%

%22.3
%36.99
%40.71

CMYK color model

#78C7DB color CMYK value is (45,9,0,14).

  • cyan value is 45.21%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (45,9,0,14)
C45M9Y0K14 (45%, 9%, 0%, 14%)
(0.45 / 0.09 / 0.00 / 0.14)

CMYK percentages

%45.21
%9.13
%0
%14.12

Codes

Color #78C7DB in popluar color models

78 C7 DB
RGB 120 199 219
HSL 192° 57.89% 66.47%
HSB/HSV 192° 45.21% 85.88%
CMYK 45.21% 9.13% 0.00%
14.12%

Color #78C7DB in popluar number systems.

HEX 78 C7 DB
Decimal 120 199 219
Binary 1111000 11000111 11011011
Octal 170 307 333

Shades and tints

Shades of #78C7DB

#78C7DB
(120,199,219)
#6EB5C8
(110,181,200)
#64A3B5
(100,163,181)
#5A91A2
(90,145,162)
#507F8F
(80,127,143)
#466D7C
(70,109,124)
#3C5B69
(60,91,105)
#324956
(50,73,86)
#283743
(40,55,67)
#1E2530
(30,37,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #78C7DB

#78C7DB
(120,199,219)
#84CCDE
(132,204,222)
#90D1E1
(144,209,225)
#9CD6E4
(156,214,228)
#A8DBE7
(168,219,231)
#B4E0EA
(180,224,234)
#C0E5ED
(192,229,237)
#CCEAF0
(204,234,240)
#D8EFF3
(216,239,243)
#E4F4F6
(228,244,246)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C7DB color. Also use rgb(120,199,219) instead hex code.

Text Font Color

.myTextColor { color: #78C7DB; }

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

This text font color is #78C7DB.

Background Color

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

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

This div background color is #78C7DB.

Border color

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

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

This div border color is #78C7DB.

Opacity

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

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

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

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

This text has shadow with #78C7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C7DB.

Preview

Color preview on black background

This text has color #78C7DB on black background.


Color preview on white background

This text has color #78C7DB on white background.


Black color preview on #78C7DB background

This text has black color on #78C7DB background.


White color preview on #78C7DB background

This text has white color on #78C7DB background.


Related colors

Complementary color

Complementary color for #hex is #873824.


I love getcolorcode.com

Triadic colors

1 #DB78C7 and #C7DB78 with #78C7DB are triadic colors.

2 #DBC778 and #C778DB with #78C7DB are triadic colors.