COLOR #47ACDC

HEX: #47ACDC
RGB: (71,172,220)

Color info

#47ACDC contains mainly green and blue colors. Web safe color of #47ACDC is #3399CC (or #39C).

RGB color model

#47ACDC color RGB value is (71,172,220).

  • red value is 71;
  • green value is 172;
  • blue value is 220.
RGB:
(71,172,220)
(28%,67%,86%)

RGB channels and saturation

R 71 of 255 = 28%
G 172 of 255 = 67%
B 220 of 255 = 86%

71
172
220

R + G + B ~ 60%. #47ACDC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 172 + 220 = 463 (100%)
R 71 of 463 ~ 15.33%
G 172 of 463 ~ 37.15%
B 220 of 463 ~ 47.52%

%15.33
%37.15
%47.52

CMYK color model

#47ACDC color CMYK value is (68,22,0,14).

  • cyan value is 67.73%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(68,22,0,14)
C68M22Y0K14 
(68%,22%,0%,14%)
(0.68/0.22/0.00/0.14)	

CMYK percentages

%67.73
%21.82
%0
%13.73

Codes

Color #47ACDC in popluar color models

47ACDC
RGB71172220
HSL199°68.04%57.06%
HSB/HSV199°67.73%86.27%
CMYK67.73%21.82%0.00%
13.73%

Color #47ACDC in popluar number systems.

HEX47ACDC
Decimal71172220
Binary10001111010110011011100
Octal107254334

Shades and tints

Shades of #47ACDC

#47ACDC
(71,172,220)
#419DC8
(65,157,200)
#3B8EB4
(59,142,180)
#357FA0
(53,127,160)
#2F708C
(47,112,140)
#296178
(41,97,120)
#235264
(35,82,100)
#1D4350
(29,67,80)
#17343C
(23,52,60)
#112528
(17,37,40)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #47ACDC

#47ACDC
(71,172,220)
#57B3DF
(87,179,223)
#67BAE2
(103,186,226)
#77C1E5
(119,193,229)
#87C8E8
(135,200,232)
#97CFEB
(151,207,235)
#A7D6EE
(167,214,238)
#B7DDF1
(183,221,241)
#C7E4F4
(199,228,244)
#D7EBF7
(215,235,247)
#E7F2FA
(231,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47ACDC color. Also use rgb(71,172,220) instead hex code.

Text Font Color

.myTextColor { color: #47ACDC; }

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

This text font color is #47ACDC.


Background Color

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

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

This div background color is #47ACDC.


Border color

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

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

This div border color is #47ACDC.


Opacity

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

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

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

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

This text has shadow with #47ACDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47ACDC on black background.


Color preview on white background

This text has color #47ACDC on white background.



Black color preview on #47ACDC background

This text has black color on #47ACDC background.


White color preview on #47ACDC background

This text has white color on #47ACDC background.