COLOR #63A6B2

HEX: #63A6B2
RGB: (99,166,178)

Renk bilgisi

#63A6B2 contains mainly green and blue colors. #63A6B2 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63A6B2 color RGB value is (99,166,178).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 166 of 255 = 65%
B 178 of 255 = 70%

99
166
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 166 + 178 = 443 (100%)
R 99 of 443 ~ 22.35%
G 166 of 443 ~ 37.47%
B 178 of 443 ~ 40.18%

%22.35
%37.47
%40.18

CMYK RENK MODELİ

#63A6B2 rengi CMYK tonu (44,7,0,30).

  • camgöbeği tonu 44.38%
  • eflatun tonu 6.74%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(44,7,0,30)
C44M7Y0K30 
(44%,7%,0%,30%)
(0.44/0.07/0.00/0.30)	

CMYK yüzdeleri

%44.38
%6.74
%0
%30.2

Codes

Color #63A6B2 in popluar color models

63A6B2
RGB99166178
HSL189°33.91%54.31%
HSB/HSV189°44.38%69.80%
CMYK44.38%6.74%0.00%
30.20%

Color #63A6B2 in popluar number systems.

HEX63A6B2
Decimal99166178
Binary11000111010011010110010
Octal143246262

Shades and tints

Shades of #63A6B2

#63A6B2
(99,166,178)
#5A97A2
(90,151,162)
#518892
(81,136,146)
#487982
(72,121,130)
#3F6A72
(63,106,114)
#365B62
(54,91,98)
#2D4C52
(45,76,82)
#243D42
(36,61,66)
#1B2E32
(27,46,50)
#121F22
(18,31,34)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #63A6B2

#63A6B2
(99,166,178)
#71AEB9
(113,174,185)
#7FB6C0
(127,182,192)
#8DBEC7
(141,190,199)
#9BC6CE
(155,198,206)
#A9CED5
(169,206,213)
#B7D6DC
(183,214,220)
#C5DEE3
(197,222,227)
#D3E6EA
(211,230,234)
#E1EEF1
(225,238,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A6B2; }

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

This text font color is #63A6B2.


Background Color

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

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

This div background color is #63A6B2.


Border color

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

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

This div border color is #63A6B2.


Opacity

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

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

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

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

This text has shadow with #63A6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A6B2 on black background.


Color preview on white background

This text has color #63A6B2 on white background.



Black color preview on #63A6B2 background

This text has black color on #63A6B2 background.


White color preview on #63A6B2 background

This text has white color on #63A6B2 background.