COLOR #78DFB3

HEX: #78DFB3
RGB: (120,223,179)

Color info

#78DFB3 contains mainly green and blue colors. Web safe color of #78DFB3 is #66CC99 (or #6C9).

RGB color model

#78DFB3 color RGB value is (120,223,179).

  • red value is 120;
  • green value is 223;
  • blue value is 179.
RGB:
(120,223,179)
(47%,87%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 223 of 255 = 87%
B 179 of 255 = 70%

120
223
179

R + G + B ~ 68%. #78DFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 223 + 179 = 522 (100%)
R 120 of 522 ~ 22.99%
G 223 of 522 ~ 42.72%
B 179 of 522 ~ 34.29%

%22.99
%42.72
%34.29

CMYK color model

#78DFB3 color CMYK value is (46,0,20,13).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(46,0,20,13)
C46M0Y20K13 
(46%,0%,20%,13%)
(0.46/0.00/0.20/0.13)	

CMYK percentages

%46.19
%0
%19.73
%12.55

Codes

Color #78DFB3 in popluar color models

78DFB3
RGB120223179
HSL154°61.68%67.25%
HSB/HSV154°46.19%87.45%
CMYK46.19%0.00%19.73%
12.55%

Color #78DFB3 in popluar number systems.

HEX78DFB3
Decimal120223179
Binary11110001101111110110011
Octal170337263

Shades and tints

Shades of #78DFB3

#78DFB3
(120,223,179)
#6ECBA3
(110,203,163)
#64B793
(100,183,147)
#5AA383
(90,163,131)
#508F73
(80,143,115)
#467B63
(70,123,99)
#3C6753
(60,103,83)
#325343
(50,83,67)
#283F33
(40,63,51)
#1E2B23
(30,43,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #78DFB3

#78DFB3
(120,223,179)
#84E1B9
(132,225,185)
#90E3BF
(144,227,191)
#9CE5C5
(156,229,197)
#A8E7CB
(168,231,203)
#B4E9D1
(180,233,209)
#C0EBD7
(192,235,215)
#CCEDDD
(204,237,221)
#D8EFE3
(216,239,227)
#E4F1E9
(228,241,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DFB3 color. Also use rgb(120,223,179) instead hex code.

Text Font Color

.myTextColor { color: #78DFB3; }

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

This text font color is #78DFB3.


Background Color

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

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

This div background color is #78DFB3.


Border color

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

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

This div border color is #78DFB3.


Opacity

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

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

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

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

This text has shadow with #78DFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DFB3 on black background.


Color preview on white background

This text has color #78DFB3 on white background.



Black color preview on #78DFB3 background

This text has black color on #78DFB3 background.


White color preview on #78DFB3 background

This text has white color on #78DFB3 background.