COLOR #47ACAB

HEX: #47ACAB
RGB: (71,172,171)

Color info

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

RGB color model

#47ACAB color RGB value is (71,172,171).

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

RGB channels and saturation

R 71 of 255 = 28%
G 172 of 255 = 67%
B 171 of 255 = 67%

71
172
171

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

Portions of RGB colors in percentages

R + G + B =
71 + 172 + 171 = 414 (100%)
R 71 of 414 ~ 17.15%
G 172 of 414 ~ 41.55%
B 171 of 414 ~ 41.3%

%17.15
%41.55
%41.3

CMYK color model

#47ACAB color CMYK value is (59,0,1,33).

  • cyan value is 58.72%
  • magenta value is 0.00%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK:
(59,0,1,33)
C59M0Y1K33 
(59%,0%,1%,33%)
(0.59/0.00/0.01/0.33)	

CMYK percentages

%58.72
%0
%0.58
%32.55

Codes

Color #47ACAB in popluar color models

47ACAB
RGB71172171
HSL179°41.56%47.65%
HSB/HSV179°58.72%67.45%
CMYK58.72%0.00%0.58%
32.55%

Color #47ACAB in popluar number systems.

HEX47ACAB
Decimal71172171
Binary10001111010110010101011
Octal107254253

Shades and tints

Shades of #47ACAB

#47ACAB
(71,172,171)
#419D9C
(65,157,156)
#3B8E8D
(59,142,141)
#357F7E
(53,127,126)
#2F706F
(47,112,111)
#296160
(41,97,96)
#235251
(35,82,81)
#1D4342
(29,67,66)
#173433
(23,52,51)
#112524
(17,37,36)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #47ACAB

#47ACAB
(71,172,171)
#57B3B2
(87,179,178)
#67BAB9
(103,186,185)
#77C1C0
(119,193,192)
#87C8C7
(135,200,199)
#97CFCE
(151,207,206)
#A7D6D5
(167,214,213)
#B7DDDC
(183,221,220)
#C7E4E3
(199,228,227)
#D7EBEA
(215,235,234)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47ACAB; }

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

This text font color is #47ACAB.


Background Color

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

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

This div background color is #47ACAB.


Border color

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

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

This div border color is #47ACAB.


Opacity

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

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

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

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

This text has shadow with #47ACAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47ACAB on black background.


Color preview on white background

This text has color #47ACAB on white background.



Black color preview on #47ACAB background

This text has black color on #47ACAB background.


White color preview on #47ACAB background

This text has white color on #47ACAB background.