COLOR #47DDB1

HEX: #47DDB1 RGB: (71,221,177)

Color info

#47DDB1 contains mainly green and blue colors. Web safe color of #47DDB1 is #33CC99 (or #3C9).

RGB color model

#47DDB1 color RGB value is (71,221,177).

RGB: (71,221,177) (28%, 87%, 69%)

RGB channels and saturation

R 71 of 255 = 28%
G 221 of 255 = 87%
B 177 of 255 = 69%

71
221
177

R + G + B ~ 61%. #47DDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 71 + 221 + 177 = 469 (100%)
R 71 of 469 ~ 15.14%
G 221 of 469 ~ 47.12%
B 177 of 469 ~ 37.74'%

%15.14
%47.12
%37.74

CMYK color model

#47DDB1 color CMYK value is (68,0,20,13).

  • cyan value is 67.87%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 13.33%

CMYK: (68,0,20,13)
C68M0Y20K13 (68%, 0%, 20%, 13%)
(0.68 / 0.00 / 0.20 / 0.13)

CMYK percentages

%67.87
%0
%19.91
%13.33

Codes

Color #47DDB1 in popluar color models

47 DD B1
RGB 71 221 177
HSL 162° 68.81% 57.25%
HSB/HSV 162° 67.87% 86.67%
CMYK 67.87% 0.00% 19.91%
13.33%

Color #47DDB1 in popluar number systems.

HEX 47 DD B1
Decimal 71 221 177
Binary 1000111 11011101 10110001
Octal 107 335 261

Shades and tints

Shades of #47DDB1

#47DDB1
(71,221,177)
#41C9A1
(65,201,161)
#3BB591
(59,181,145)
#35A181
(53,161,129)
#2F8D71
(47,141,113)
#297961
(41,121,97)
#236551
(35,101,81)
#1D5141
(29,81,65)
#173D31
(23,61,49)
#112921
(17,41,33)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #47DDB1

#47DDB1
(71,221,177)
#57E0B8
(87,224,184)
#67E3BF
(103,227,191)
#77E6C6
(119,230,198)
#87E9CD
(135,233,205)
#97ECD4
(151,236,212)
#A7EFDB
(167,239,219)
#B7F2E2
(183,242,226)
#C7F5E9
(199,245,233)
#D7F8F0
(215,248,240)
#E7FBF7
(231,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47DDB1 color. Also use rgb(71,221,177) instead hex code.

Text Font Color

.myTextColor { color: #47DDB1; }

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

This text font color is #47DDB1.

Background Color

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

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

This div background color is #47DDB1.

Border color

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

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

This div border color is #47DDB1.

Opacity

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

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

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

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

This text has shadow with #47DDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47DDB1.

Preview

Color preview on black background

This text has color #47DDB1 on black background.


Color preview on white background

This text has color #47DDB1 on white background.


Black color preview on #47DDB1 background

This text has black color on #47DDB1 background.


White color preview on #47DDB1 background

This text has white color on #47DDB1 background.


Related colors

Complementary color

Complementary color for #hex is #B8224E.


I love getcolorcode.com

Triadic colors

1 #B147DD and #DDB147 with #47DDB1 are triadic colors.

2 #B1DD47 and #DD47B1 with #47DDB1 are triadic colors.