COLOR #47A0BD

HEX: #47A0BD RGB: (71,160,189)

Color info

#47A0BD contains mainly green and blue colors. Web safe color of #47A0BD is #3399CC (or #39C).

RGB color model

#47A0BD color RGB value is (71,160,189).

RGB: (71,160,189) (28%, 63%, 74%)

RGB channels and saturation

R 71 of 255 = 28%
G 160 of 255 = 63%
B 189 of 255 = 74%

71
160
189

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

Portions of RGB colors in percentages

R + G + B = 71 + 160 + 189 = 420 (100%)
R 71 of 420 ~ 16.9%
G 160 of 420 ~ 38.1%
B 189 of 420 ~ 45'%

%16.9
%38.1
%45

CMYK color model

#47A0BD color CMYK value is (62,15,0,26).

  • cyan value is 62.43%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (62,15,0,26)
C62M15Y0K26 (62%, 15%, 0%, 26%)
(0.62 / 0.15 / 0.00 / 0.26)

CMYK percentages

%62.43
%15.34
%0
%25.88

Codes

Color #47A0BD in popluar color models

47 A0 BD
RGB 71 160 189
HSL 195° 47.20% 50.98%
HSB/HSV 195° 62.43% 74.12%
CMYK 62.43% 15.34% 0.00%
25.88%

Color #47A0BD in popluar number systems.

HEX 47 A0 BD
Decimal 71 160 189
Binary 1000111 10100000 10111101
Octal 107 240 275

Shades and tints

Shades of #47A0BD

#47A0BD
(71,160,189)
#4192AC
(65,146,172)
#3B849B
(59,132,155)
#35768A
(53,118,138)
#2F6879
(47,104,121)
#295A68
(41,90,104)
#234C57
(35,76,87)
#1D3E46
(29,62,70)
#173035
(23,48,53)
#112224
(17,34,36)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #47A0BD

#47A0BD
(71,160,189)
#57A8C3
(87,168,195)
#67B0C9
(103,176,201)
#77B8CF
(119,184,207)
#87C0D5
(135,192,213)
#97C8DB
(151,200,219)
#A7D0E1
(167,208,225)
#B7D8E7
(183,216,231)
#C7E0ED
(199,224,237)
#D7E8F3
(215,232,243)
#E7F0F9
(231,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A0BD color. Also use rgb(71,160,189) instead hex code.

Text Font Color

.myTextColor { color: #47A0BD; }

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

This text font color is #47A0BD.

Background Color

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

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

This div background color is #47A0BD.

Border color

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

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

This div border color is #47A0BD.

Opacity

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

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

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

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

This text has shadow with #47A0BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A0BD.

Preview

Color preview on black background

This text has color #47A0BD on black background.


Color preview on white background

This text has color #47A0BD on white background.


Black color preview on #47A0BD background

This text has black color on #47A0BD background.


White color preview on #47A0BD background

This text has white color on #47A0BD background.


Related colors

Complementary color

Complementary color for #hex is #B85F42.


I love getcolorcode.com

Triadic colors

1 #BD47A0 and #A0BD47 with #47A0BD are triadic colors.

2 #BDA047 and #A047BD with #47A0BD are triadic colors.