COLOR #47ACC5

HEX: #47ACC5
RGB: (71,172,197)

Renk bilgisi

#47ACC5 contains mainly green and blue colors. #47ACC5 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#47ACC5 color RGB value is (71,172,197).

  • kırmız ton 71;
  • yeşil ton 172;
  • mavi ton 197.
RGB:
(71,172,197)
(28%,67%,77%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 172 of 255 = 67%
B 197 of 255 = 77%

71
172
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 172 + 197 = 440 (100%)
R 71 of 440 ~ 16.14%
G 172 of 440 ~ 39.09%
B 197 of 440 ~ 44.77%

%16.14
%39.09
%44.77

CMYK RENK MODELİ

#47ACC5 rengi CMYK tonu (64,13,0,23).

  • camgöbeği tonu 63.96%
  • eflatun tonu 12.69%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(64,13,0,23)
C64M13Y0K23 
(64%,13%,0%,23%)
(0.64/0.13/0.00/0.23)	

CMYK yüzdeleri

%63.96
%12.69
%0
%22.75

Codes

Color #47ACC5 in popluar color models

47ACC5
RGB71172197
HSL192°52.07%52.55%
HSB/HSV192°63.96%77.25%
CMYK63.96%12.69%0.00%
22.75%

Color #47ACC5 in popluar number systems.

HEX47ACC5
Decimal71172197
Binary10001111010110011000101
Octal107254305

Shades and tints

Shades of #47ACC5

#47ACC5
(71,172,197)
#419DB4
(65,157,180)
#3B8EA3
(59,142,163)
#357F92
(53,127,146)
#2F7081
(47,112,129)
#296170
(41,97,112)
#23525F
(35,82,95)
#1D434E
(29,67,78)
#17343D
(23,52,61)
#11252C
(17,37,44)
#0B161B
(11,22,27)
#000000
(0,0,0)

Tints of #47ACC5

#47ACC5
(71,172,197)
#57B3CA
(87,179,202)
#67BACF
(103,186,207)
#77C1D4
(119,193,212)
#87C8D9
(135,200,217)
#97CFDE
(151,207,222)
#A7D6E3
(167,214,227)
#B7DDE8
(183,221,232)
#C7E4ED
(199,228,237)
#D7EBF2
(215,235,242)
#E7F2F7
(231,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47ACC5 color. Also use rgb(71,172,197) instead hex code.

Text Font Color

.myTextColor { color: #47ACC5; }

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

This text font color is #47ACC5.


Background Color

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

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

This div background color is #47ACC5.


Border color

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

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

This div border color is #47ACC5.


Opacity

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

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

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

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

This text has shadow with #47ACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47ACC5 on black background.


Color preview on white background

This text has color #47ACC5 on white background.



Black color preview on #47ACC5 background

This text has black color on #47ACC5 background.


White color preview on #47ACC5 background

This text has white color on #47ACC5 background.