COLOR #78D3E6

HEX: #78D3E6 RGB: (120,211,230)

Color info

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

RGB color model

#78D3E6 color RGB value is (120,211,230).

RGB: (120,211,230) (47%, 83%, 90%)

RGB channels and saturation

R 120 of 255 = 47%
G 211 of 255 = 83%
B 230 of 255 = 90%

120
211
230

R + G + B ~ 73%. #78D3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 211 + 230 = 561 (100%)
R 120 of 561 ~ 21.39%
G 211 of 561 ~ 37.61%
B 230 of 561 ~ 41'%

%21.39
%37.61
%41

CMYK color model

#78D3E6 color CMYK value is (48,8,0,10).

  • cyan value is 47.83%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (48,8,0,10)
C48M8Y0K10 (48%, 8%, 0%, 10%)
(0.48 / 0.08 / 0.00 / 0.10)

CMYK percentages

%47.83
%8.26
%0
%9.8

Codes

Color #78D3E6 in popluar color models

78 D3 E6
RGB 120 211 230
HSL 190° 68.75% 68.63%
HSB/HSV 190° 47.83% 90.20%
CMYK 47.83% 8.26% 0.00%
9.80%

Color #78D3E6 in popluar number systems.

HEX 78 D3 E6
Decimal 120 211 230
Binary 1111000 11010011 11100110
Octal 170 323 346

Shades and tints

Shades of #78D3E6

#78D3E6
(120,211,230)
#6EC0D2
(110,192,210)
#64ADBE
(100,173,190)
#5A9AAA
(90,154,170)
#508796
(80,135,150)
#467482
(70,116,130)
#3C616E
(60,97,110)
#324E5A
(50,78,90)
#283B46
(40,59,70)
#1E2832
(30,40,50)
#14151E
(20,21,30)
#000000
(0,0,0)

Tints of #78D3E6

#78D3E6
(120,211,230)
#84D7E8
(132,215,232)
#90DBEA
(144,219,234)
#9CDFEC
(156,223,236)
#A8E3EE
(168,227,238)
#B4E7F0
(180,231,240)
#C0EBF2
(192,235,242)
#CCEFF4
(204,239,244)
#D8F3F6
(216,243,246)
#E4F7F8
(228,247,248)
#F0FBFA
(240,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D3E6; }

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

This text font color is #78D3E6.

Background Color

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

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

This div background color is #78D3E6.

Border color

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

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

This div border color is #78D3E6.

Opacity

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

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

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

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

This text has shadow with #78D3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78D3E6.

Preview

Color preview on black background

This text has color #78D3E6 on black background.


Color preview on white background

This text has color #78D3E6 on white background.


Black color preview on #78D3E6 background

This text has black color on #78D3E6 background.


White color preview on #78D3E6 background

This text has white color on #78D3E6 background.


Related colors

Complementary color

Complementary color for #hex is #872C19.


I love getcolorcode.com

Triadic colors

1 #E678D3 and #D3E678 with #78D3E6 are triadic colors.

2 #E6D378 and #D378E6 with #78D3E6 are triadic colors.