COLOR #47E0E2

HEX: #47E0E2
RGB: (71,224,226)

Color info

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

RGB color model

#47E0E2 color RGB value is (71,224,226).

  • red value is 71;
  • green value is 224;
  • blue value is 226.
RGB:
(71,224,226)
(28%,88%,89%)

RGB channels and saturation

R 71 of 255 = 28%
G 224 of 255 = 88%
B 226 of 255 = 89%

71
224
226

R + G + B ~ 68%. #47E0E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 224 + 226 = 521 (100%)
R 71 of 521 ~ 13.63%
G 224 of 521 ~ 42.99%
B 226 of 521 ~ 43.38%

%13.63
%42.99
%43.38

CMYK color model

#47E0E2 color CMYK value is (69,1,0,11).

  • cyan value is 68.58%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(69,1,0,11)
C69M1Y0K11 
(69%,1%,0%,11%)
(0.69/0.01/0.00/0.11)	

CMYK percentages

%68.58
%0.88
%0
%11.37

Codes

Color #47E0E2 in popluar color models

47E0E2
RGB71224226
HSL181°72.77%58.24%
HSB/HSV181°68.58%88.63%
CMYK68.58%0.88%0.00%
11.37%

Color #47E0E2 in popluar number systems.

HEX47E0E2
Decimal71224226
Binary10001111110000011100010
Octal107340342

Shades and tints

Shades of #47E0E2

#47E0E2
(71,224,226)
#41CCCE
(65,204,206)
#3BB8BA
(59,184,186)
#35A4A6
(53,164,166)
#2F9092
(47,144,146)
#297C7E
(41,124,126)
#23686A
(35,104,106)
#1D5456
(29,84,86)
#174042
(23,64,66)
#112C2E
(17,44,46)
#0B181A
(11,24,26)
#000000
(0,0,0)

Tints of #47E0E2

#47E0E2
(71,224,226)
#57E2E4
(87,226,228)
#67E4E6
(103,228,230)
#77E6E8
(119,230,232)
#87E8EA
(135,232,234)
#97EAEC
(151,234,236)
#A7ECEE
(167,236,238)
#B7EEF0
(183,238,240)
#C7F0F2
(199,240,242)
#D7F2F4
(215,242,244)
#E7F4F6
(231,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47E0E2 color. Also use rgb(71,224,226) instead hex code.

Text Font Color

.myTextColor { color: #47E0E2; }

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

This text font color is #47E0E2.


Background Color

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

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

This div background color is #47E0E2.


Border color

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

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

This div border color is #47E0E2.


Opacity

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

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

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

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

This text has shadow with #47E0E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47E0E2 on black background.


Color preview on white background

This text has color #47E0E2 on white background.



Black color preview on #47E0E2 background

This text has black color on #47E0E2 background.


White color preview on #47E0E2 background

This text has white color on #47E0E2 background.