COLOR #4CD7E2

HEX: #4CD7E2
RGB: (76,215,226)

Color info

#4CD7E2 contains mainly green and blue colors. Web safe color of #4CD7E2 is #33CCCC (or #3CC).

RGB color model

#4CD7E2 color RGB value is (76,215,226).

  • red value is 76;
  • green value is 215;
  • blue value is 226.
RGB:
(76,215,226)
(30%,84%,89%)

RGB channels and saturation

R 76 of 255 = 30%
G 215 of 255 = 84%
B 226 of 255 = 89%

76
215
226

R + G + B ~ 68%. #4CD7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 215 + 226 = 517 (100%)
R 76 of 517 ~ 14.7%
G 215 of 517 ~ 41.59%
B 226 of 517 ~ 43.71%

%14.7
%41.59
%43.71

CMYK color model

#4CD7E2 color CMYK value is (66,5,0,11).

  • cyan value is 66.37%
  • magenta value is 4.87%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(66,5,0,11)
C66M5Y0K11 
(66%,5%,0%,11%)
(0.66/0.05/0.00/0.11)	

CMYK percentages

%66.37
%4.87
%0
%11.37

Codes

Color #4CD7E2 in popluar color models

4CD7E2
RGB76215226
HSL184°72.12%59.22%
HSB/HSV184°66.37%88.63%
CMYK66.37%4.87%0.00%
11.37%

Color #4CD7E2 in popluar number systems.

HEX4CD7E2
Decimal76215226
Binary10011001101011111100010
Octal114327342

Shades and tints

Shades of #4CD7E2

#4CD7E2
(76,215,226)
#46C4CE
(70,196,206)
#40B1BA
(64,177,186)
#3A9EA6
(58,158,166)
#348B92
(52,139,146)
#2E787E
(46,120,126)
#28656A
(40,101,106)
#225256
(34,82,86)
#1C3F42
(28,63,66)
#162C2E
(22,44,46)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #4CD7E2

#4CD7E2
(76,215,226)
#5CDAE4
(92,218,228)
#6CDDE6
(108,221,230)
#7CE0E8
(124,224,232)
#8CE3EA
(140,227,234)
#9CE6EC
(156,230,236)
#ACE9EE
(172,233,238)
#BCECF0
(188,236,240)
#CCEFF2
(204,239,242)
#DCF2F4
(220,242,244)
#ECF5F6
(236,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD7E2 color. Also use rgb(76,215,226) instead hex code.

Text Font Color

.myTextColor { color: #4CD7E2; }

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

This text font color is #4CD7E2.


Background Color

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

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

This div background color is #4CD7E2.


Border color

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

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

This div border color is #4CD7E2.


Opacity

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

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

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

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

This text has shadow with #4CD7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD7E2 on black background.


Color preview on white background

This text has color #4CD7E2 on white background.



Black color preview on #4CD7E2 background

This text has black color on #4CD7E2 background.


White color preview on #4CD7E2 background

This text has white color on #4CD7E2 background.