COLOR #63A6C3

HEX: #63A6C3
RGB: (99,166,195)

Renk bilgisi

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

RGB renk modeli

#63A6C3 color RGB value is (99,166,195).

  • kırmız ton 99;
  • yeşil ton 166;
  • mavi ton 195.
RGB:
(99,166,195)
(39%,65%,76%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 166 of 255 = 65%
B 195 of 255 = 76%

99
166
195

R + G + B ~ 60%. #63A6C3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 166 + 195 = 460 (100%)
R 99 of 460 ~ 21.52%
G 166 of 460 ~ 36.09%
B 195 of 460 ~ 42.39%

%21.52
%36.09
%42.39

CMYK RENK MODELİ

#63A6C3 rengi CMYK tonu (49,15,0,24).

  • camgöbeği tonu 49.23%
  • eflatun tonu 14.87%
  • sarı tonu 0.00%
  • ana renk tonu 23.53%
CMYK:
(49,15,0,24)
C49M15Y0K24 
(49%,15%,0%,24%)
(0.49/0.15/0.00/0.24)	

CMYK yüzdeleri

%49.23
%14.87
%0
%23.53

Codes

Color #63A6C3 in popluar color models

63A6C3
RGB99166195
HSL198°44.44%57.65%
HSB/HSV198°49.23%76.47%
CMYK49.23%14.87%0.00%
23.53%

Color #63A6C3 in popluar number systems.

HEX63A6C3
Decimal99166195
Binary11000111010011011000011
Octal143246303

Shades and tints

Shades of #63A6C3

#63A6C3
(99,166,195)
#5A97B2
(90,151,178)
#5188A1
(81,136,161)
#487990
(72,121,144)
#3F6A7F
(63,106,127)
#365B6E
(54,91,110)
#2D4C5D
(45,76,93)
#243D4C
(36,61,76)
#1B2E3B
(27,46,59)
#121F2A
(18,31,42)
#091019
(9,16,25)
#000000
(0,0,0)

Tints of #63A6C3

#63A6C3
(99,166,195)
#71AEC8
(113,174,200)
#7FB6CD
(127,182,205)
#8DBED2
(141,190,210)
#9BC6D7
(155,198,215)
#A9CEDC
(169,206,220)
#B7D6E1
(183,214,225)
#C5DEE6
(197,222,230)
#D3E6EB
(211,230,235)
#E1EEF0
(225,238,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A6C3 color. Also use rgb(99,166,195) instead hex code.

Text Font Color

.myTextColor { color: #63A6C3; }

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

This text font color is #63A6C3.


Background Color

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

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

This div background color is #63A6C3.


Border color

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

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

This div border color is #63A6C3.


Opacity

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

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

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

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

This text has shadow with #63A6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A6C3 on black background.


Color preview on white background

This text has color #63A6C3 on white background.



Black color preview on #63A6C3 background

This text has black color on #63A6C3 background.


White color preview on #63A6C3 background

This text has white color on #63A6C3 background.