COLOR #4CC3D4

HEX: #4CC3D4
RGB: (76,195,212)

Color info

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

RGB color model

#4CC3D4 color RGB value is (76,195,212).

  • red value is 76;
  • green value is 195;
  • blue value is 212.
RGB:
(76,195,212)
(30%,76%,83%)

RGB channels and saturation

R 76 of 255 = 30%
G 195 of 255 = 76%
B 212 of 255 = 83%

76
195
212

R + G + B ~ 63%. #4CC3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 195 + 212 = 483 (100%)
R 76 of 483 ~ 15.73%
G 195 of 483 ~ 40.37%
B 212 of 483 ~ 43.89%

%15.73
%40.37
%43.89

CMYK color model

#4CC3D4 color CMYK value is (64,8,0,17).

  • cyan value is 64.15%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(64,8,0,17)
C64M8Y0K17 
(64%,8%,0%,17%)
(0.64/0.08/0.00/0.17)	

CMYK percentages

%64.15
%8.02
%0
%16.86

Codes

Color #4CC3D4 in popluar color models

4CC3D4
RGB76195212
HSL188°61.26%56.47%
HSB/HSV188°64.15%83.14%
CMYK64.15%8.02%0.00%
16.86%

Color #4CC3D4 in popluar number systems.

HEX4CC3D4
Decimal76195212
Binary10011001100001111010100
Octal114303324

Shades and tints

Shades of #4CC3D4

#4CC3D4
(76,195,212)
#46B2C1
(70,178,193)
#40A1AE
(64,161,174)
#3A909B
(58,144,155)
#347F88
(52,127,136)
#2E6E75
(46,110,117)
#285D62
(40,93,98)
#224C4F
(34,76,79)
#1C3B3C
(28,59,60)
#162A29
(22,42,41)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #4CC3D4

#4CC3D4
(76,195,212)
#5CC8D7
(92,200,215)
#6CCDDA
(108,205,218)
#7CD2DD
(124,210,221)
#8CD7E0
(140,215,224)
#9CDCE3
(156,220,227)
#ACE1E6
(172,225,230)
#BCE6E9
(188,230,233)
#CCEBEC
(204,235,236)
#DCF0EF
(220,240,239)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC3D4 color. Also use rgb(76,195,212) instead hex code.

Text Font Color

.myTextColor { color: #4CC3D4; }

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

This text font color is #4CC3D4.


Background Color

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

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

This div background color is #4CC3D4.


Border color

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

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

This div border color is #4CC3D4.


Opacity

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

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

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

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

This text has shadow with #4CC3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC3D4 on black background.


Color preview on white background

This text has color #4CC3D4 on white background.



Black color preview on #4CC3D4 background

This text has black color on #4CC3D4 background.


White color preview on #4CC3D4 background

This text has white color on #4CC3D4 background.