COLOR #78D2DD

HEX: #78D2DD
RGB: (120,210,221)

Color info

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

RGB color model

#78D2DD color RGB value is (120,210,221).

  • red value is 120;
  • green value is 210;
  • blue value is 221.
RGB:
(120,210,221)
(47%,82%,87%)

RGB channels and saturation

R 120 of 255 = 47%
G 210 of 255 = 82%
B 221 of 255 = 87%

120
210
221

R + G + B ~ 72%. #78D2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 210 + 221 = 551 (100%)
R 120 of 551 ~ 21.78%
G 210 of 551 ~ 38.11%
B 221 of 551 ~ 40.11%

%21.78
%38.11
%40.11

CMYK color model

#78D2DD color CMYK value is (46,5,0,13).

  • cyan value is 45.70%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(46,5,0,13)
C46M5Y0K13 
(46%,5%,0%,13%)
(0.46/0.05/0.00/0.13)	

CMYK percentages

%45.7
%4.98
%0
%13.33

Codes

Color #78D2DD in popluar color models

78D2DD
RGB120210221
HSL187°59.76%66.86%
HSB/HSV187°45.70%86.67%
CMYK45.70%4.98%0.00%
13.33%

Color #78D2DD in popluar number systems.

HEX78D2DD
Decimal120210221
Binary11110001101001011011101
Octal170322335

Shades and tints

Shades of #78D2DD

#78D2DD
(120,210,221)
#6EBFC9
(110,191,201)
#64ACB5
(100,172,181)
#5A99A1
(90,153,161)
#50868D
(80,134,141)
#467379
(70,115,121)
#3C6065
(60,96,101)
#324D51
(50,77,81)
#283A3D
(40,58,61)
#1E2729
(30,39,41)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #78D2DD

#78D2DD
(120,210,221)
#84D6E0
(132,214,224)
#90DAE3
(144,218,227)
#9CDEE6
(156,222,230)
#A8E2E9
(168,226,233)
#B4E6EC
(180,230,236)
#C0EAEF
(192,234,239)
#CCEEF2
(204,238,242)
#D8F2F5
(216,242,245)
#E4F6F8
(228,246,248)
#F0FAFB
(240,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78D2DD color. Also use rgb(120,210,221) instead hex code.

Text Font Color

.myTextColor { color: #78D2DD; }

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

This text font color is #78D2DD.


Background Color

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

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

This div background color is #78D2DD.


Border color

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

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

This div border color is #78D2DD.


Opacity

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

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

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

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

This text has shadow with #78D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D2DD on black background.


Color preview on white background

This text has color #78D2DD on white background.



Black color preview on #78D2DD background

This text has black color on #78D2DD background.


White color preview on #78D2DD background

This text has white color on #78D2DD background.