COLOR #47BFB6

HEX: #47BFB6
RGB: (71,191,182)

Color info

#47BFB6 contains mainly green and blue colors. Web safe color of #47BFB6 is #33CCCC (or #3CC).

RGB color model

#47BFB6 color RGB value is (71,191,182).

  • red value is 71;
  • green value is 191;
  • blue value is 182.
RGB:
(71,191,182)
(28%,75%,71%)

RGB channels and saturation

R 71 of 255 = 28%
G 191 of 255 = 75%
B 182 of 255 = 71%

71
191
182

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

Portions of RGB colors in percentages

R + G + B =
71 + 191 + 182 = 444 (100%)
R 71 of 444 ~ 15.99%
G 191 of 444 ~ 43.02%
B 182 of 444 ~ 40.99%

%15.99
%43.02
%40.99

CMYK color model

#47BFB6 color CMYK value is (63,0,5,25).

  • cyan value is 62.83%
  • magenta value is 0.00%
  • yellow value is 4.71%
  • key color value is 25.10%
CMYK:
(63,0,5,25)
C63M0Y5K25 
(63%,0%,5%,25%)
(0.63/0.00/0.05/0.25)	

CMYK percentages

%62.83
%0
%4.71
%25.1

Codes

Color #47BFB6 in popluar color models

47BFB6
RGB71191182
HSL176°48.39%51.37%
HSB/HSV176°62.83%74.90%
CMYK62.83%0.00%4.71%
25.10%

Color #47BFB6 in popluar number systems.

HEX47BFB6
Decimal71191182
Binary10001111011111110110110
Octal107277266

Shades and tints

Shades of #47BFB6

#47BFB6
(71,191,182)
#41AEA6
(65,174,166)
#3B9D96
(59,157,150)
#358C86
(53,140,134)
#2F7B76
(47,123,118)
#296A66
(41,106,102)
#235956
(35,89,86)
#1D4846
(29,72,70)
#173736
(23,55,54)
#112626
(17,38,38)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #47BFB6

#47BFB6
(71,191,182)
#57C4BC
(87,196,188)
#67C9C2
(103,201,194)
#77CEC8
(119,206,200)
#87D3CE
(135,211,206)
#97D8D4
(151,216,212)
#A7DDDA
(167,221,218)
#B7E2E0
(183,226,224)
#C7E7E6
(199,231,230)
#D7ECEC
(215,236,236)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47BFB6 color. Also use rgb(71,191,182) instead hex code.

Text Font Color

.myTextColor { color: #47BFB6; }

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

This text font color is #47BFB6.


Background Color

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

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

This div background color is #47BFB6.


Border color

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

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

This div border color is #47BFB6.


Opacity

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

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

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

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

This text has shadow with #47BFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47BFB6 on black background.


Color preview on white background

This text has color #47BFB6 on white background.



Black color preview on #47BFB6 background

This text has black color on #47BFB6 background.


White color preview on #47BFB6 background

This text has white color on #47BFB6 background.