COLOR #47EDB2

HEX: #47EDB2
RGB: (71,237,178)

Color info

#47EDB2 contains mainly green and blue colors. Web safe color of #47EDB2 is #33FF99 (or #3F9).

RGB color model

#47EDB2 color RGB value is (71,237,178).

  • red value is 71;
  • green value is 237;
  • blue value is 178.
RGB:
(71,237,178)
(28%,93%,70%)

RGB channels and saturation

R 71 of 255 = 28%
G 237 of 255 = 93%
B 178 of 255 = 70%

71
237
178

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

Portions of RGB colors in percentages

R + G + B =
71 + 237 + 178 = 486 (100%)
R 71 of 486 ~ 14.61%
G 237 of 486 ~ 48.77%
B 178 of 486 ~ 36.63%

%14.61
%48.77
%36.63

CMYK color model

#47EDB2 color CMYK value is (70,0,25,7).

  • cyan value is 70.04%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(70,0,25,7)
C70M0Y25K7 
(70%,0%,25%,7%)
(0.70/0.00/0.25/0.07)	

CMYK percentages

%70.04
%0
%24.89
%7.06

Codes

Color #47EDB2 in popluar color models

47EDB2
RGB71237178
HSL159°82.18%60.39%
HSB/HSV159°70.04%92.94%
CMYK70.04%0.00%24.89%
7.06%

Color #47EDB2 in popluar number systems.

HEX47EDB2
Decimal71237178
Binary10001111110110110110010
Octal107355262

Shades and tints

Shades of #47EDB2

#47EDB2
(71,237,178)
#41D8A2
(65,216,162)
#3BC392
(59,195,146)
#35AE82
(53,174,130)
#2F9972
(47,153,114)
#298462
(41,132,98)
#236F52
(35,111,82)
#1D5A42
(29,90,66)
#174532
(23,69,50)
#113022
(17,48,34)
#0B1B12
(11,27,18)
#000000
(0,0,0)

Tints of #47EDB2

#47EDB2
(71,237,178)
#57EEB9
(87,238,185)
#67EFC0
(103,239,192)
#77F0C7
(119,240,199)
#87F1CE
(135,241,206)
#97F2D5
(151,242,213)
#A7F3DC
(167,243,220)
#B7F4E3
(183,244,227)
#C7F5EA
(199,245,234)
#D7F6F1
(215,246,241)
#E7F7F8
(231,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47EDB2 color. Also use rgb(71,237,178) instead hex code.

Text Font Color

.myTextColor { color: #47EDB2; }

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

This text font color is #47EDB2.


Background Color

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

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

This div background color is #47EDB2.


Border color

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

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

This div border color is #47EDB2.


Opacity

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

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

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

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

This text has shadow with #47EDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47EDB2 on black background.


Color preview on white background

This text has color #47EDB2 on white background.



Black color preview on #47EDB2 background

This text has black color on #47EDB2 background.


White color preview on #47EDB2 background

This text has white color on #47EDB2 background.