COLOR #63BADC

HEX: #63BADC
RGB: (99,186,220)

Renk bilgisi

#63BADC contains mainly green and blue colors. #63BADC ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#63BADC color RGB value is (99,186,220).

  • kırmız ton 99;
  • yeşil ton 186;
  • mavi ton 220.
RGB:
(99,186,220)
(39%,73%,86%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 186 of 255 = 73%
B 220 of 255 = 86%

99
186
220

R + G + B ~ 66%. #63BADC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 186 + 220 = 505 (100%)
R 99 of 505 ~ 19.6%
G 186 of 505 ~ 36.83%
B 220 of 505 ~ 43.56%

%19.6
%36.83
%43.56

CMYK RENK MODELİ

#63BADC rengi CMYK tonu (55,15,0,14).

  • camgöbeği tonu 55.00%
  • eflatun tonu 15.45%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(55,15,0,14)
C55M15Y0K14 
(55%,15%,0%,14%)
(0.55/0.15/0.00/0.14)	

CMYK yüzdeleri

%55
%15.45
%0
%13.73

Codes

Color #63BADC in popluar color models

63BADC
RGB99186220
HSL197°63.35%62.55%
HSB/HSV197°55.00%86.27%
CMYK55.00%15.45%0.00%
13.73%

Color #63BADC in popluar number systems.

HEX63BADC
Decimal99186220
Binary11000111011101011011100
Octal143272334

Shades and tints

Shades of #63BADC

#63BADC
(99,186,220)
#5AAAC8
(90,170,200)
#519AB4
(81,154,180)
#488AA0
(72,138,160)
#3F7A8C
(63,122,140)
#366A78
(54,106,120)
#2D5A64
(45,90,100)
#244A50
(36,74,80)
#1B3A3C
(27,58,60)
#122A28
(18,42,40)
#091A14
(9,26,20)
#000000
(0,0,0)

Tints of #63BADC

#63BADC
(99,186,220)
#71C0DF
(113,192,223)
#7FC6E2
(127,198,226)
#8DCCE5
(141,204,229)
#9BD2E8
(155,210,232)
#A9D8EB
(169,216,235)
#B7DEEE
(183,222,238)
#C5E4F1
(197,228,241)
#D3EAF4
(211,234,244)
#E1F0F7
(225,240,247)
#EFF6FA
(239,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BADC color. Also use rgb(99,186,220) instead hex code.

Text Font Color

.myTextColor { color: #63BADC; }

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

This text font color is #63BADC.


Background Color

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

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

This div background color is #63BADC.


Border color

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

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

This div border color is #63BADC.


Opacity

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

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

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

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

This text has shadow with #63BADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BADC on black background.


Color preview on white background

This text has color #63BADC on white background.



Black color preview on #63BADC background

This text has black color on #63BADC background.


White color preview on #63BADC background

This text has white color on #63BADC background.