COLOR #47D4CC

HEX: #47D4CC RGB: (71,212,204)

Color info

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

RGB color model

#47D4CC color RGB value is (71,212,204).

RGB: (71,212,204) (28%, 83%, 80%)

RGB channels and saturation

R 71 of 255 = 28%
G 212 of 255 = 83%
B 204 of 255 = 80%

71
212
204

R + G + B ~ 64%. #47D4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 71 + 212 + 204 = 487 (100%)
R 71 of 487 ~ 14.58%
G 212 of 487 ~ 43.53%
B 204 of 487 ~ 41.89'%

%14.58
%43.53
%41.89

CMYK color model

#47D4CC color CMYK value is (67,0,4,17).

  • cyan value is 66.51%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%

CMYK: (67,0,4,17)
C67M0Y4K17 (67%, 0%, 4%, 17%)
(0.67 / 0.00 / 0.04 / 0.17)

CMYK percentages

%66.51
%0
%3.77
%16.86

Codes

Color #47D4CC in popluar color models

47 D4 CC
RGB 71 212 204
HSL 177° 62.11% 55.49%
HSB/HSV 177° 66.51% 83.14%
CMYK 66.51% 0.00% 3.77%
16.86%

Color #47D4CC in popluar number systems.

HEX 47 D4 CC
Decimal 71 212 204
Binary 1000111 11010100 11001100
Octal 107 324 314

Shades and tints

Shades of #47D4CC

#47D4CC
(71,212,204)
#41C1BA
(65,193,186)
#3BAEA8
(59,174,168)
#359B96
(53,155,150)
#2F8884
(47,136,132)
#297572
(41,117,114)
#236260
(35,98,96)
#1D4F4E
(29,79,78)
#173C3C
(23,60,60)
#11292A
(17,41,42)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #47D4CC

#47D4CC
(71,212,204)
#57D7D0
(87,215,208)
#67DAD4
(103,218,212)
#77DDD8
(119,221,216)
#87E0DC
(135,224,220)
#97E3E0
(151,227,224)
#A7E6E4
(167,230,228)
#B7E9E8
(183,233,232)
#C7ECEC
(199,236,236)
#D7EFF0
(215,239,240)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47D4CC color. Also use rgb(71,212,204) instead hex code.

Text Font Color

.myTextColor { color: #47D4CC; }

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

This text font color is #47D4CC.

Background Color

.myBgColor { background-color: #47D4CC; }

<div style="background-color:#47D4CC">Inner text</div>

This div background color is #47D4CC.

Border color

.myBorderColor { border: 1px solid #47D4CC; }

<div style="border:3px solid #47D4CC">Div</div>

This div border color is #47D4CC.

Opacity

.myOpacity80 { color: #47D4CC; opacity: 0.8; }

<p style="color:#47D4CC;opacity:0.8;">80%</p>

Text with #47D4CC 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 #47D4CC;}

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

This text has shadow with #47D4CC color.


.textShadow {text-shadow: 3px 3px 1px #47D4CC', 3px 3px 1px red;}

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

This text has shadow with #47D4CC primary color and red secondary color.


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

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

This text has shadow with #47D4CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47D4CC; -webkit-box-shadow: 1px 1px 3px 2px #47D4CC; box-shadow:1px 1px 3px 2px #47D4CC;">
Div content here
</div>

This div box has shadow with color #47D4CC.

Preview

Color preview on black background

This text has color #47D4CC on black background.


Color preview on white background

This text has color #47D4CC on white background.


Black color preview on #47D4CC background

This text has black color on #47D4CC background.


White color preview on #47D4CC background

This text has white color on #47D4CC background.


Related colors

Complementary color

Complementary color for #hex is #B82B33.


I love getcolorcode.com

Triadic colors

1 #CC47D4 and #D4CC47 with #47D4CC are triadic colors.

2 #CCD447 and #D447CC with #47D4CC are triadic colors.