COLOR #47B4D1

HEX: #47B4D1
RGB: (71,180,209)

Color info

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

RGB color model

#47B4D1 color RGB value is (71,180,209).

  • red value is 71;
  • green value is 180;
  • blue value is 209.
RGB:
(71,180,209)
(28%,71%,82%)

RGB channels and saturation

R 71 of 255 = 28%
G 180 of 255 = 71%
B 209 of 255 = 82%

71
180
209

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

Portions of RGB colors in percentages

R + G + B =
71 + 180 + 209 = 460 (100%)
R 71 of 460 ~ 15.43%
G 180 of 460 ~ 39.13%
B 209 of 460 ~ 45.43%

%15.43
%39.13
%45.43

CMYK color model

#47B4D1 color CMYK value is (66,14,0,18).

  • cyan value is 66.03%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(66,14,0,18)
C66M14Y0K18 
(66%,14%,0%,18%)
(0.66/0.14/0.00/0.18)	

CMYK percentages

%66.03
%13.88
%0
%18.04

Codes

Color #47B4D1 in popluar color models

47B4D1
RGB71180209
HSL193°60.00%54.90%
HSB/HSV193°66.03%81.96%
CMYK66.03%13.88%0.00%
18.04%

Color #47B4D1 in popluar number systems.

HEX47B4D1
Decimal71180209
Binary10001111011010011010001
Octal107264321

Shades and tints

Shades of #47B4D1

#47B4D1
(71,180,209)
#41A4BE
(65,164,190)
#3B94AB
(59,148,171)
#358498
(53,132,152)
#2F7485
(47,116,133)
#296472
(41,100,114)
#23545F
(35,84,95)
#1D444C
(29,68,76)
#173439
(23,52,57)
#112426
(17,36,38)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #47B4D1

#47B4D1
(71,180,209)
#57BAD5
(87,186,213)
#67C0D9
(103,192,217)
#77C6DD
(119,198,221)
#87CCE1
(135,204,225)
#97D2E5
(151,210,229)
#A7D8E9
(167,216,233)
#B7DEED
(183,222,237)
#C7E4F1
(199,228,241)
#D7EAF5
(215,234,245)
#E7F0F9
(231,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B4D1 color. Also use rgb(71,180,209) instead hex code.

Text Font Color

.myTextColor { color: #47B4D1; }

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

This text font color is #47B4D1.


Background Color

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

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

This div background color is #47B4D1.


Border color

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

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

This div border color is #47B4D1.


Opacity

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

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

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

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

This text has shadow with #47B4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B4D1 on black background.


Color preview on white background

This text has color #47B4D1 on white background.



Black color preview on #47B4D1 background

This text has black color on #47B4D1 background.


White color preview on #47B4D1 background

This text has white color on #47B4D1 background.