COLOR #47F9DD

HEX: #47F9DD
RGB: (71,249,221)

Color info

#47F9DD contains mainly green and blue colors. Web safe color of #47F9DD is #33FFCC (or #3FC).

RGB color model

#47F9DD color RGB value is (71,249,221).

  • red value is 71;
  • green value is 249;
  • blue value is 221.
RGB:
(71,249,221)
(28%,98%,87%)

RGB channels and saturation

R 71 of 255 = 28%
G 249 of 255 = 98%
B 221 of 255 = 87%

71
249
221

R + G + B ~ 71%. #47F9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 249 + 221 = 541 (100%)
R 71 of 541 ~ 13.12%
G 249 of 541 ~ 46.03%
B 221 of 541 ~ 40.85%

%13.12
%46.03
%40.85

CMYK color model

#47F9DD color CMYK value is (71,0,11,2).

  • cyan value is 71.49%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(71,0,11,2)
C71M0Y11K2 
(71%,0%,11%,2%)
(0.71/0.00/0.11/0.02)	

CMYK percentages

%71.49
%0
%11.24
%2.35

Codes

Color #47F9DD in popluar color models

47F9DD
RGB71249221
HSL171°93.68%62.75%
HSB/HSV171°71.49%97.65%
CMYK71.49%0.00%11.24%
2.35%

Color #47F9DD in popluar number systems.

HEX47F9DD
Decimal71249221
Binary10001111111100111011101
Octal107371335

Shades and tints

Shades of #47F9DD

#47F9DD
(71,249,221)
#41E3C9
(65,227,201)
#3BCDB5
(59,205,181)
#35B7A1
(53,183,161)
#2FA18D
(47,161,141)
#298B79
(41,139,121)
#237565
(35,117,101)
#1D5F51
(29,95,81)
#17493D
(23,73,61)
#113329
(17,51,41)
#0B1D15
(11,29,21)
#000000
(0,0,0)

Tints of #47F9DD

#47F9DD
(71,249,221)
#57F9E0
(87,249,224)
#67F9E3
(103,249,227)
#77F9E6
(119,249,230)
#87F9E9
(135,249,233)
#97F9EC
(151,249,236)
#A7F9EF
(167,249,239)
#B7F9F2
(183,249,242)
#C7F9F5
(199,249,245)
#D7F9F8
(215,249,248)
#E7F9FB
(231,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47F9DD; }

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

This text font color is #47F9DD.


Background Color

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

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

This div background color is #47F9DD.


Border color

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

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

This div border color is #47F9DD.


Opacity

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

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

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

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

This text has shadow with #47F9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47F9DD on black background.


Color preview on white background

This text has color #47F9DD on white background.



Black color preview on #47F9DD background

This text has black color on #47F9DD background.


White color preview on #47F9DD background

This text has white color on #47F9DD background.