COLOR #63A4D3

HEX: #63A4D3
RGB: (99,164,211)

Renk bilgisi

#63A4D3 contains mainly green and blue colors. #63A4D3 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#63A4D3 color RGB value is (99,164,211).

  • kırmız ton 99;
  • yeşil ton 164;
  • mavi ton 211.
RGB:
(99,164,211)
(39%,64%,83%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 164 of 255 = 64%
B 211 of 255 = 83%

99
164
211

R + G + B ~ 62%. #63A4D3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 164 + 211 = 474 (100%)
R 99 of 474 ~ 20.89%
G 164 of 474 ~ 34.6%
B 211 of 474 ~ 44.51%

%20.89
%34.6
%44.51

CMYK RENK MODELİ

#63A4D3 rengi CMYK tonu (53,22,0,17).

  • camgöbeği tonu 53.08%
  • eflatun tonu 22.27%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(53,22,0,17)
C53M22Y0K17 
(53%,22%,0%,17%)
(0.53/0.22/0.00/0.17)	

CMYK yüzdeleri

%53.08
%22.27
%0
%17.25

Codes

Color #63A4D3 in popluar color models

63A4D3
RGB99164211
HSL205°56.00%60.78%
HSB/HSV205°53.08%82.75%
CMYK53.08%22.27%0.00%
17.25%

Color #63A4D3 in popluar number systems.

HEX63A4D3
Decimal99164211
Binary11000111010010011010011
Octal143244323

Shades and tints

Shades of #63A4D3

#63A4D3
(99,164,211)
#5A96C0
(90,150,192)
#5188AD
(81,136,173)
#487A9A
(72,122,154)
#3F6C87
(63,108,135)
#365E74
(54,94,116)
#2D5061
(45,80,97)
#24424E
(36,66,78)
#1B343B
(27,52,59)
#122628
(18,38,40)
#091815
(9,24,21)
#000000
(0,0,0)

Tints of #63A4D3

#63A4D3
(99,164,211)
#71ACD7
(113,172,215)
#7FB4DB
(127,180,219)
#8DBCDF
(141,188,223)
#9BC4E3
(155,196,227)
#A9CCE7
(169,204,231)
#B7D4EB
(183,212,235)
#C5DCEF
(197,220,239)
#D3E4F3
(211,228,243)
#E1ECF7
(225,236,247)
#EFF4FB
(239,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A4D3 color. Also use rgb(99,164,211) instead hex code.

Text Font Color

.myTextColor { color: #63A4D3; }

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

This text font color is #63A4D3.


Background Color

.myBgColor { background-color: #63A4D3; }

<div style="background-color:#63A4D3">Inner text</div>

This div background color is #63A4D3.


Border color

.myBorderColor { border: 1px solid #63A4D3; }

<div style="border:3px solid #63A4D3">Div</div>

This div border color is #63A4D3.


Opacity

.myOpacity80 { color: #63A4D3; opacity: 0.8; }

<p style="color:#63A4D3;opacity:0.8;">80%</p>

Text with #63A4D3 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 #63A4D3;}

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

This text has shadow with #63A4D3 color.

.textShadow {text-shadow: 3px 3px 1px #63A4D3, 3px 3px 1px red;}

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

This text has shadow with #63A4D3 primary color and red secondary color.


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

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

This text has shadow with #63A4D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A4D3 on black background.


Color preview on white background

This text has color #63A4D3 on white background.



Black color preview on #63A4D3 background

This text has black color on #63A4D3 background.


White color preview on #63A4D3 background

This text has white color on #63A4D3 background.