COLOR #47BAAB

HEX: #47BAAB RGB: (71,186,171)

Color info

#47BAAB contains mainly green and blue colors. Web safe color of #47BAAB is #33CC99 (or #3C9).

RGB color model

#47BAAB color RGB value is (71,186,171).

RGB: (71,186,171) (28%, 73%, 67%)

RGB channels and saturation

R 71 of 255 = 28%
G 186 of 255 = 73%
B 171 of 255 = 67%

71
186
171

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

Portions of RGB colors in percentages

R + G + B = 71 + 186 + 171 = 428 (100%)
R 71 of 428 ~ 16.59%
G 186 of 428 ~ 43.46%
B 171 of 428 ~ 39.95'%

%16.59
%43.46
%39.95

CMYK color model

#47BAAB color CMYK value is (62,0,8,27).

  • cyan value is 61.83%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 27.06%

CMYK: (62,0,8,27)
C62M0Y8K27 (62%, 0%, 8%, 27%)
(0.62 / 0.00 / 0.08 / 0.27)

CMYK percentages

%61.83
%0
%8.06
%27.06

Codes

Color #47BAAB in popluar color models

47 BA AB
RGB 71 186 171
HSL 172° 45.45% 50.39%
HSB/HSV 172° 61.83% 72.94%
CMYK 61.83% 0.00% 8.06%
27.06%

Color #47BAAB in popluar number systems.

HEX 47 BA AB
Decimal 71 186 171
Binary 1000111 10111010 10101011
Octal 107 272 253

Shades and tints

Shades of #47BAAB

#47BAAB
(71,186,171)
#41AA9C
(65,170,156)
#3B9A8D
(59,154,141)
#358A7E
(53,138,126)
#2F7A6F
(47,122,111)
#296A60
(41,106,96)
#235A51
(35,90,81)
#1D4A42
(29,74,66)
#173A33
(23,58,51)
#112A24
(17,42,36)
#0B1A15
(11,26,21)
#000000
(0,0,0)

Tints of #47BAAB

#47BAAB
(71,186,171)
#57C0B2
(87,192,178)
#67C6B9
(103,198,185)
#77CCC0
(119,204,192)
#87D2C7
(135,210,199)
#97D8CE
(151,216,206)
#A7DED5
(167,222,213)
#B7E4DC
(183,228,220)
#C7EAE3
(199,234,227)
#D7F0EA
(215,240,234)
#E7F6F1
(231,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47BAAB; }

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

This text font color is #47BAAB.

Background Color

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

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

This div background color is #47BAAB.

Border color

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

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

This div border color is #47BAAB.

Opacity

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

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

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

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

This text has shadow with #47BAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47BAAB.

Preview

Color preview on black background

This text has color #47BAAB on black background.


Color preview on white background

This text has color #47BAAB on white background.


Black color preview on #47BAAB background

This text has black color on #47BAAB background.


White color preview on #47BAAB background

This text has white color on #47BAAB background.


Related colors

Complementary color

Complementary color for #hex is #B84554.


I love getcolorcode.com

Triadic colors

1 #AB47BA and #BAAB47 with #47BAAB are triadic colors.

2 #ABBA47 and #BA47AB with #47BAAB are triadic colors.