COLOR #47B8B1

HEX: #47B8B1
RGB: (71,184,177)

Color info

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

RGB color model

#47B8B1 color RGB value is (71,184,177).

  • red value is 71;
  • green value is 184;
  • blue value is 177.
RGB:
(71,184,177)
(28%,72%,69%)

RGB channels and saturation

R 71 of 255 = 28%
G 184 of 255 = 72%
B 177 of 255 = 69%

71
184
177

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

Portions of RGB colors in percentages

R + G + B =
71 + 184 + 177 = 432 (100%)
R 71 of 432 ~ 16.44%
G 184 of 432 ~ 42.59%
B 177 of 432 ~ 40.97%

%16.44
%42.59
%40.97

CMYK color model

#47B8B1 color CMYK value is (61,0,4,28).

  • cyan value is 61.41%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(61,0,4,28)
C61M0Y4K28 
(61%,0%,4%,28%)
(0.61/0.00/0.04/0.28)	

CMYK percentages

%61.41
%0
%3.8
%27.84

Codes

Color #47B8B1 in popluar color models

47B8B1
RGB71184177
HSL176°44.31%50.00%
HSB/HSV176°61.41%72.16%
CMYK61.41%0.00%3.80%
27.84%

Color #47B8B1 in popluar number systems.

HEX47B8B1
Decimal71184177
Binary10001111011100010110001
Octal107270261

Shades and tints

Shades of #47B8B1

#47B8B1
(71,184,177)
#41A8A1
(65,168,161)
#3B9891
(59,152,145)
#358881
(53,136,129)
#2F7871
(47,120,113)
#296861
(41,104,97)
#235851
(35,88,81)
#1D4841
(29,72,65)
#173831
(23,56,49)
#112821
(17,40,33)
#0B1811
(11,24,17)
#000000
(0,0,0)

Tints of #47B8B1

#47B8B1
(71,184,177)
#57BEB8
(87,190,184)
#67C4BF
(103,196,191)
#77CAC6
(119,202,198)
#87D0CD
(135,208,205)
#97D6D4
(151,214,212)
#A7DCDB
(167,220,219)
#B7E2E2
(183,226,226)
#C7E8E9
(199,232,233)
#D7EEF0
(215,238,240)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B8B1 color. Also use rgb(71,184,177) instead hex code.

Text Font Color

.myTextColor { color: #47B8B1; }

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

This text font color is #47B8B1.


Background Color

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

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

This div background color is #47B8B1.


Border color

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

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

This div border color is #47B8B1.


Opacity

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

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

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

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

This text has shadow with #47B8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B8B1 on black background.


Color preview on white background

This text has color #47B8B1 on white background.



Black color preview on #47B8B1 background

This text has black color on #47B8B1 background.


White color preview on #47B8B1 background

This text has white color on #47B8B1 background.