COLOR #47E2FD

HEX: #47E2FD
RGB: (71,226,253)

Color info

#47E2FD contains mainly green and blue colors. Web safe color of #47E2FD is #33CCFF (or #3CF).

RGB color model

#47E2FD color RGB value is (71,226,253).

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

RGB channels and saturation

R 71 of 255 = 28%
G 226 of 255 = 89%
B 253 of 255 = 99%

71
226
253

R + G + B ~ 72%. #47E2FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 226 + 253 = 550 (100%)
R 71 of 550 ~ 12.91%
G 226 of 550 ~ 41.09%
B 253 of 550 ~ 46%

%12.91
%41.09
%46

CMYK color model

#47E2FD color CMYK value is (72,11,0,1).

  • cyan value is 71.94%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(72,11,0,1)
C72M11Y0K1 
(72%,11%,0%,1%)
(0.72/0.11/0.00/0.01)	

CMYK percentages

%71.94
%10.67
%0
%0.78

Codes

Color #47E2FD in popluar color models

47E2FD
RGB71226253
HSL189°97.85%63.53%
HSB/HSV189°71.94%99.22%
CMYK71.94%10.67%0.00%
0.78%

Color #47E2FD in popluar number systems.

HEX47E2FD
Decimal71226253
Binary10001111110001011111101
Octal107342375

Shades and tints

Shades of #47E2FD

#47E2FD
(71,226,253)
#41CEE6
(65,206,230)
#3BBACF
(59,186,207)
#35A6B8
(53,166,184)
#2F92A1
(47,146,161)
#297E8A
(41,126,138)
#236A73
(35,106,115)
#1D565C
(29,86,92)
#174245
(23,66,69)
#112E2E
(17,46,46)
#0B1A17
(11,26,23)
#000000
(0,0,0)

Tints of #47E2FD

#47E2FD
(71,226,253)
#57E4FD
(87,228,253)
#67E6FD
(103,230,253)
#77E8FD
(119,232,253)
#87EAFD
(135,234,253)
#97ECFD
(151,236,253)
#A7EEFD
(167,238,253)
#B7F0FD
(183,240,253)
#C7F2FD
(199,242,253)
#D7F4FD
(215,244,253)
#E7F6FD
(231,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47E2FD; }

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

This text font color is #47E2FD.


Background Color

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

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

This div background color is #47E2FD.


Border color

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

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

This div border color is #47E2FD.


Opacity

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

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

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

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

This text has shadow with #47E2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47E2FD on black background.


Color preview on white background

This text has color #47E2FD on white background.



Black color preview on #47E2FD background

This text has black color on #47E2FD background.


White color preview on #47E2FD background

This text has white color on #47E2FD background.