COLOR #47B3D8

HEX: #47B3D8
RGB: (71,179,216)

Renk bilgisi

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

RGB renk modeli

#47B3D8 color RGB value is (71,179,216).

  • kırmız ton 71;
  • yeşil ton 179;
  • mavi ton 216.
RGB:
(71,179,216)
(28%,70%,85%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 179 of 255 = 70%
B 216 of 255 = 85%

71
179
216

R + G + B ~ 61%. #47B3D8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 179 + 216 = 466 (100%)
R 71 of 466 ~ 15.24%
G 179 of 466 ~ 38.41%
B 216 of 466 ~ 46.35%

%15.24
%38.41
%46.35

CMYK RENK MODELİ

#47B3D8 rengi CMYK tonu (67,17,0,15).

  • camgöbeği tonu 67.13%
  • eflatun tonu 17.13%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(67,17,0,15)
C67M17Y0K15 
(67%,17%,0%,15%)
(0.67/0.17/0.00/0.15)	

CMYK yüzdeleri

%67.13
%17.13
%0
%15.29

Codes

Color #47B3D8 in popluar color models

47B3D8
RGB71179216
HSL195°65.02%56.27%
HSB/HSV195°67.13%84.71%
CMYK67.13%17.13%0.00%
15.29%

Color #47B3D8 in popluar number systems.

HEX47B3D8
Decimal71179216
Binary10001111011001111011000
Octal107263330

Shades and tints

Shades of #47B3D8

#47B3D8
(71,179,216)
#41A3C5
(65,163,197)
#3B93B2
(59,147,178)
#35839F
(53,131,159)
#2F738C
(47,115,140)
#296379
(41,99,121)
#235366
(35,83,102)
#1D4353
(29,67,83)
#173340
(23,51,64)
#11232D
(17,35,45)
#0B131A
(11,19,26)
#000000
(0,0,0)

Tints of #47B3D8

#47B3D8
(71,179,216)
#57B9DB
(87,185,219)
#67BFDE
(103,191,222)
#77C5E1
(119,197,225)
#87CBE4
(135,203,228)
#97D1E7
(151,209,231)
#A7D7EA
(167,215,234)
#B7DDED
(183,221,237)
#C7E3F0
(199,227,240)
#D7E9F3
(215,233,243)
#E7EFF6
(231,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B3D8 color. Also use rgb(71,179,216) instead hex code.

Text Font Color

.myTextColor { color: #47B3D8; }

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

This text font color is #47B3D8.


Background Color

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

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

This div background color is #47B3D8.


Border color

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

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

This div border color is #47B3D8.


Opacity

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

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

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

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

This text has shadow with #47B3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B3D8 on black background.


Color preview on white background

This text has color #47B3D8 on white background.



Black color preview on #47B3D8 background

This text has black color on #47B3D8 background.


White color preview on #47B3D8 background

This text has white color on #47B3D8 background.