COLOR #4ECBD1

HEX: #4ECBD1
RGB: (78,203,209)

Color info

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

RGB color model

#4ECBD1 color RGB value is (78,203,209).

  • red value is 78;
  • green value is 203;
  • blue value is 209.
RGB:
(78,203,209)
(31%,80%,82%)

RGB channels and saturation

R 78 of 255 = 31%
G 203 of 255 = 80%
B 209 of 255 = 82%

78
203
209

R + G + B ~ 64%. #4ECBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 203 + 209 = 490 (100%)
R 78 of 490 ~ 15.92%
G 203 of 490 ~ 41.43%
B 209 of 490 ~ 42.65%

%15.92
%41.43
%42.65

CMYK color model

#4ECBD1 color CMYK value is (63,3,0,18).

  • cyan value is 62.68%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(63,3,0,18)
C63M3Y0K18 
(63%,3%,0%,18%)
(0.63/0.03/0.00/0.18)	

CMYK percentages

%62.68
%2.87
%0
%18.04

Codes

Color #4ECBD1 in popluar color models

4ECBD1
RGB78203209
HSL183°58.74%56.27%
HSB/HSV183°62.68%81.96%
CMYK62.68%2.87%0.00%
18.04%

Color #4ECBD1 in popluar number systems.

HEX4ECBD1
Decimal78203209
Binary10011101100101111010001
Octal116313321

Shades and tints

Shades of #4ECBD1

#4ECBD1
(78,203,209)
#47B9BE
(71,185,190)
#40A7AB
(64,167,171)
#399598
(57,149,152)
#328385
(50,131,133)
#2B7172
(43,113,114)
#245F5F
(36,95,95)
#1D4D4C
(29,77,76)
#163B39
(22,59,57)
#0F2926
(15,41,38)
#081713
(8,23,19)
#000000
(0,0,0)

Tints of #4ECBD1

#4ECBD1
(78,203,209)
#5ECFD5
(94,207,213)
#6ED3D9
(110,211,217)
#7ED7DD
(126,215,221)
#8EDBE1
(142,219,225)
#9EDFE5
(158,223,229)
#AEE3E9
(174,227,233)
#BEE7ED
(190,231,237)
#CEEBF1
(206,235,241)
#DEEFF5
(222,239,245)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4ECBD1; }

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

This text font color is #4ECBD1.


Background Color

.myBgColor { background-color: #4ECBD1; }

<div style="background-color:#4ECBD1">Inner text</div>

This div background color is #4ECBD1.


Border color

.myBorderColor { border: 1px solid #4ECBD1; }

<div style="border:3px solid #4ECBD1">Div</div>

This div border color is #4ECBD1.


Opacity

.myOpacity80 { color: #4ECBD1; opacity: 0.8; }

<p style="color:#4ECBD1;opacity:0.8;">80%</p>

Text with #4ECBD1 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 #4ECBD1;}

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

This text has shadow with #4ECBD1 color.

.textShadow {text-shadow: 3px 3px 1px #4ECBD1, 3px 3px 1px red;}

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

This text has shadow with #4ECBD1 primary color and red secondary color.


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

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

This text has shadow with #4ECBD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ECBD1 on black background.


Color preview on white background

This text has color #4ECBD1 on white background.



Black color preview on #4ECBD1 background

This text has black color on #4ECBD1 background.


White color preview on #4ECBD1 background

This text has white color on #4ECBD1 background.