COLOR #78CBD1

HEX: #78CBD1 RGB: (120,203,209)

Color info

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

RGB color model

#78CBD1 color RGB value is (120,203,209).

RGB: (120,203,209) (47%, 80%, 82%)

RGB channels and saturation

R 120 of 255 = 47%
G 203 of 255 = 80%
B 209 of 255 = 82%

120
203
209

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

Portions of RGB colors in percentages

R + G + B = 120 + 203 + 209 = 532 (100%)
R 120 of 532 ~ 22.56%
G 203 of 532 ~ 38.16%
B 209 of 532 ~ 39.29'%

%22.56
%38.16
%39.29

CMYK color model

#78CBD1 color CMYK value is (43,3,0,18).

  • cyan value is 42.58%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (43,3,0,18) C43M3Y0K18 (43%,3%,0%,18%) (0.43/0.03/0.00/0.18) 

CMYK percentages

%42.58
%2.87
%0
%18.04

Codes

Color #78CBD1 in popluar color models

78 CB D1
RGB 120 203 209
HSL 184° 49.17% 64.51%
HSB/HSV 184° 42.58% 81.96%
CMYK 42.58% 2.87% 0.00%
18.04%

Color #78CBD1 in popluar number systems.

HEX 78 CB D1
Decimal 120 203 209
Binary 1111000 11001011 11010001
Octal 170 313 321

Shades and tints

Shades of #78CBD1

#78CBD1
(120,203,209)
#6EB9BE
(110,185,190)
#64A7AB
(100,167,171)
#5A9598
(90,149,152)
#508385
(80,131,133)
#467172
(70,113,114)
#3C5F5F
(60,95,95)
#324D4C
(50,77,76)
#283B39
(40,59,57)
#1E2926
(30,41,38)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #78CBD1

#78CBD1
(120,203,209)
#84CFD5
(132,207,213)
#90D3D9
(144,211,217)
#9CD7DD
(156,215,221)
#A8DBE1
(168,219,225)
#B4DFE5
(180,223,229)
#C0E3E9
(192,227,233)
#CCE7ED
(204,231,237)
#D8EBF1
(216,235,241)
#E4EFF5
(228,239,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CBD1 color. Also use rgb(120,203,209) instead hex code.

Text Font Color

.myTextColor { color: #78CBD1; }

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

This text font color is #78CBD1.

Background Color

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

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

This div background color is #78CBD1.

Border color

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

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

This div border color is #78CBD1.

Opacity

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

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

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

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

This text has shadow with #78CBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CBD1.

Preview

Color preview on black background

This text has color #78CBD1 on black background.


Color preview on white background

This text has color #78CBD1 on white background.


Black color preview on #78CBD1 background

This text has black color on #78CBD1 background.


White color preview on #78CBD1 background

This text has white color on #78CBD1 background.


Related colors

Complementary color

Complementary color for #hex is #87342E.


I love getcolorcode.com

Triadic colors

1 #D178CB and #CBD178 with #78CBD1 are triadic colors.

2 #D1CB78 and #CB78D1 with #78CBD1 are triadic colors.