COLOR #47E1CB

HEX: #47E1CB
RGB: (71,225,203)

Color info

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

RGB color model

#47E1CB color RGB value is (71,225,203).

  • red value is 71;
  • green value is 225;
  • blue value is 203.
RGB:
(71,225,203)
(28%,88%,80%)

RGB channels and saturation

R 71 of 255 = 28%
G 225 of 255 = 88%
B 203 of 255 = 80%

71
225
203

R + G + B ~ 65%. #47E1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 225 + 203 = 499 (100%)
R 71 of 499 ~ 14.23%
G 225 of 499 ~ 45.09%
B 203 of 499 ~ 40.68%

%14.23
%45.09
%40.68

CMYK color model

#47E1CB color CMYK value is (68,0,10,12).

  • cyan value is 68.44%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 11.76%
CMYK:
(68,0,10,12)
C68M0Y10K12 
(68%,0%,10%,12%)
(0.68/0.00/0.10/0.12)	

CMYK percentages

%68.44
%0
%9.78
%11.76

Codes

Color #47E1CB in popluar color models

47E1CB
RGB71225203
HSL171°71.96%58.04%
HSB/HSV171°68.44%88.24%
CMYK68.44%0.00%9.78%
11.76%

Color #47E1CB in popluar number systems.

HEX47E1CB
Decimal71225203
Binary10001111110000111001011
Octal107341313

Shades and tints

Shades of #47E1CB

#47E1CB
(71,225,203)
#41CDB9
(65,205,185)
#3BB9A7
(59,185,167)
#35A595
(53,165,149)
#2F9183
(47,145,131)
#297D71
(41,125,113)
#23695F
(35,105,95)
#1D554D
(29,85,77)
#17413B
(23,65,59)
#112D29
(17,45,41)
#0B1917
(11,25,23)
#000000
(0,0,0)

Tints of #47E1CB

#47E1CB
(71,225,203)
#57E3CF
(87,227,207)
#67E5D3
(103,229,211)
#77E7D7
(119,231,215)
#87E9DB
(135,233,219)
#97EBDF
(151,235,223)
#A7EDE3
(167,237,227)
#B7EFE7
(183,239,231)
#C7F1EB
(199,241,235)
#D7F3EF
(215,243,239)
#E7F5F3
(231,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47E1CB color. Also use rgb(71,225,203) instead hex code.

Text Font Color

.myTextColor { color: #47E1CB; }

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

This text font color is #47E1CB.


Background Color

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

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

This div background color is #47E1CB.


Border color

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

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

This div border color is #47E1CB.


Opacity

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

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

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

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

This text has shadow with #47E1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47E1CB on black background.


Color preview on white background

This text has color #47E1CB on white background.



Black color preview on #47E1CB background

This text has black color on #47E1CB background.


White color preview on #47E1CB background

This text has white color on #47E1CB background.