COLOR #47A6AC

HEX: #47A6AC RGB: (71,166,172)

Color info

#47A6AC contains mainly green and blue colors. Web safe color of #47A6AC is #339999 (or #399).

RGB color model

#47A6AC color RGB value is (71,166,172).

RGB: (71,166,172) (28%, 65%, 67%)

RGB channels and saturation

R 71 of 255 = 28%
G 166 of 255 = 65%
B 172 of 255 = 67%

71
166
172

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

Portions of RGB colors in percentages

R + G + B = 71 + 166 + 172 = 409 (100%)
R 71 of 409 ~ 17.36%
G 166 of 409 ~ 40.59%
B 172 of 409 ~ 42.05'%

%17.36
%40.59
%42.05

CMYK color model

#47A6AC color CMYK value is (59,3,0,33).

  • cyan value is 58.72%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (59,3,0,33)
C59M3Y0K33 (59%, 3%, 0%, 33%)
(0.59 / 0.03 / 0.00 / 0.33)

CMYK percentages

%58.72
%3.49
%0
%32.55

Codes

Color #47A6AC in popluar color models

47 A6 AC
RGB 71 166 172
HSL 184° 41.56% 47.65%
HSB/HSV 184° 58.72% 67.45%
CMYK 58.72% 3.49% 0.00%
32.55%

Color #47A6AC in popluar number systems.

HEX 47 A6 AC
Decimal 71 166 172
Binary 1000111 10100110 10101100
Octal 107 246 254

Shades and tints

Shades of #47A6AC

#47A6AC
(71,166,172)
#41979D
(65,151,157)
#3B888E
(59,136,142)
#35797F
(53,121,127)
#2F6A70
(47,106,112)
#295B61
(41,91,97)
#234C52
(35,76,82)
#1D3D43
(29,61,67)
#172E34
(23,46,52)
#111F25
(17,31,37)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #47A6AC

#47A6AC
(71,166,172)
#57AEB3
(87,174,179)
#67B6BA
(103,182,186)
#77BEC1
(119,190,193)
#87C6C8
(135,198,200)
#97CECF
(151,206,207)
#A7D6D6
(167,214,214)
#B7DEDD
(183,222,221)
#C7E6E4
(199,230,228)
#D7EEEB
(215,238,235)
#E7F6F2
(231,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47A6AC; }

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

This text font color is #47A6AC.

Background Color

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

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

This div background color is #47A6AC.

Border color

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

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

This div border color is #47A6AC.

Opacity

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

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

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

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

This text has shadow with #47A6AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A6AC.

Preview

Color preview on black background

This text has color #47A6AC on black background.


Color preview on white background

This text has color #47A6AC on white background.


Black color preview on #47A6AC background

This text has black color on #47A6AC background.


White color preview on #47A6AC background

This text has white color on #47A6AC background.


Related colors

Complementary color

Complementary color for #hex is #B85953.


I love getcolorcode.com

Triadic colors

1 #AC47A6 and #A6AC47 with #47A6AC are triadic colors.

2 #ACA647 and #A647AC with #47A6AC are triadic colors.