COLOR #47CED1

HEX: #47CED1
RGB: (71,206,209)

Color info

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

RGB color model

#47CED1 color RGB value is (71,206,209).

  • red value is 71;
  • green value is 206;
  • blue value is 209.
RGB:
(71,206,209)
(28%,81%,82%)

RGB channels and saturation

R 71 of 255 = 28%
G 206 of 255 = 81%
B 209 of 255 = 82%

71
206
209

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

Portions of RGB colors in percentages

R + G + B =
71 + 206 + 209 = 486 (100%)
R 71 of 486 ~ 14.61%
G 206 of 486 ~ 42.39%
B 209 of 486 ~ 43%

%14.61
%42.39
%43

CMYK color model

#47CED1 color CMYK value is (66,1,0,18).

  • cyan value is 66.03%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(66,1,0,18)
C66M1Y0K18 
(66%,1%,0%,18%)
(0.66/0.01/0.00/0.18)	

CMYK percentages

%66.03
%1.44
%0
%18.04

Codes

Color #47CED1 in popluar color models

47CED1
RGB71206209
HSL181°60.00%54.90%
HSB/HSV181°66.03%81.96%
CMYK66.03%1.44%0.00%
18.04%

Color #47CED1 in popluar number systems.

HEX47CED1
Decimal71206209
Binary10001111100111011010001
Octal107316321

Shades and tints

Shades of #47CED1

#47CED1
(71,206,209)
#41BCBE
(65,188,190)
#3BAAAB
(59,170,171)
#359898
(53,152,152)
#2F8685
(47,134,133)
#297472
(41,116,114)
#23625F
(35,98,95)
#1D504C
(29,80,76)
#173E39
(23,62,57)
#112C26
(17,44,38)
#0B1A13
(11,26,19)
#000000
(0,0,0)

Tints of #47CED1

#47CED1
(71,206,209)
#57D2D5
(87,210,213)
#67D6D9
(103,214,217)
#77DADD
(119,218,221)
#87DEE1
(135,222,225)
#97E2E5
(151,226,229)
#A7E6E9
(167,230,233)
#B7EAED
(183,234,237)
#C7EEF1
(199,238,241)
#D7F2F5
(215,242,245)
#E7F6F9
(231,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47CED1 color. Also use rgb(71,206,209) instead hex code.

Text Font Color

.myTextColor { color: #47CED1; }

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

This text font color is #47CED1.


Background Color

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

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

This div background color is #47CED1.


Border color

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

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

This div border color is #47CED1.


Opacity

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

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

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

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

This text has shadow with #47CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47CED1 on black background.


Color preview on white background

This text has color #47CED1 on white background.



Black color preview on #47CED1 background

This text has black color on #47CED1 background.


White color preview on #47CED1 background

This text has white color on #47CED1 background.