COLOR #78CDDB

HEX: #78CDDB RGB: (120,205,219)

Color info

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

RGB color model

#78CDDB color RGB value is (120,205,219).

RGB: (120,205,219) (47%, 80%, 86%)

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 219 of 255 = 86%

120
205
219

R + G + B ~ 71%. #78CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 205 + 219 = 544 (100%)
R 120 of 544 ~ 22.06%
G 205 of 544 ~ 37.68%
B 219 of 544 ~ 40.26'%

%22.06
%37.68
%40.26

CMYK color model

#78CDDB color CMYK value is (45,6,0,14).

  • cyan value is 45.21%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (45,6,0,14) C45M6Y0K14 (45%,6%,0%,14%) (0.45/0.06/0.00/0.14) 

CMYK percentages

%45.21
%6.39
%0
%14.12

Codes

Color #78CDDB in popluar color models

78 CD DB
RGB 120 205 219
HSL 188° 57.89% 66.47%
HSB/HSV 188° 45.21% 85.88%
CMYK 45.21% 6.39% 0.00%
14.12%

Color #78CDDB in popluar number systems.

HEX 78 CD DB
Decimal 120 205 219
Binary 1111000 11001101 11011011
Octal 170 315 333

Shades and tints

Shades of #78CDDB

#78CDDB
(120,205,219)
#6EBBC8
(110,187,200)
#64A9B5
(100,169,181)
#5A97A2
(90,151,162)
#50858F
(80,133,143)
#46737C
(70,115,124)
#3C6169
(60,97,105)
#324F56
(50,79,86)
#283D43
(40,61,67)
#1E2B30
(30,43,48)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #78CDDB

#78CDDB
(120,205,219)
#84D1DE
(132,209,222)
#90D5E1
(144,213,225)
#9CD9E4
(156,217,228)
#A8DDE7
(168,221,231)
#B4E1EA
(180,225,234)
#C0E5ED
(192,229,237)
#CCE9F0
(204,233,240)
#D8EDF3
(216,237,243)
#E4F1F6
(228,241,246)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CDDB; }

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

This text font color is #78CDDB.

Background Color

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

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

This div background color is #78CDDB.

Border color

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

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

This div border color is #78CDDB.

Opacity

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

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

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

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

This text has shadow with #78CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CDDB.

Preview

Color preview on black background

This text has color #78CDDB on black background.


Color preview on white background

This text has color #78CDDB on white background.


Black color preview on #78CDDB background

This text has black color on #78CDDB background.


White color preview on #78CDDB background

This text has white color on #78CDDB background.


Related colors

Complementary color

Complementary color for #hex is #873224.


I love getcolorcode.com

Triadic colors

1 #DB78CD and #CDDB78 with #78CDDB are triadic colors.

2 #DBCD78 and #CD78DB with #78CDDB are triadic colors.