COLOR #63A0B3

HEX: #63A0B3
RGB: (99,160,179)

Renk bilgisi

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

RGB renk modeli

#63A0B3 color RGB value is (99,160,179).

  • kırmız ton 99;
  • yeşil ton 160;
  • mavi ton 179.
RGB:
(99,160,179)
(39%,63%,70%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 160 of 255 = 63%
B 179 of 255 = 70%

99
160
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 160 + 179 = 438 (100%)
R 99 of 438 ~ 22.6%
G 160 of 438 ~ 36.53%
B 179 of 438 ~ 40.87%

%22.6
%36.53
%40.87

CMYK RENK MODELİ

#63A0B3 rengi CMYK tonu (45,11,0,30).

  • camgöbeği tonu 44.69%
  • eflatun tonu 10.61%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(45,11,0,30)
C45M11Y0K30 
(45%,11%,0%,30%)
(0.45/0.11/0.00/0.30)	

CMYK yüzdeleri

%44.69
%10.61
%0
%29.8

Codes

Color #63A0B3 in popluar color models

63A0B3
RGB99160179
HSL194°34.48%54.51%
HSB/HSV194°44.69%70.20%
CMYK44.69%10.61%0.00%
29.80%

Color #63A0B3 in popluar number systems.

HEX63A0B3
Decimal99160179
Binary11000111010000010110011
Octal143240263

Shades and tints

Shades of #63A0B3

#63A0B3
(99,160,179)
#5A92A3
(90,146,163)
#518493
(81,132,147)
#487683
(72,118,131)
#3F6873
(63,104,115)
#365A63
(54,90,99)
#2D4C53
(45,76,83)
#243E43
(36,62,67)
#1B3033
(27,48,51)
#122223
(18,34,35)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #63A0B3

#63A0B3
(99,160,179)
#71A8B9
(113,168,185)
#7FB0BF
(127,176,191)
#8DB8C5
(141,184,197)
#9BC0CB
(155,192,203)
#A9C8D1
(169,200,209)
#B7D0D7
(183,208,215)
#C5D8DD
(197,216,221)
#D3E0E3
(211,224,227)
#E1E8E9
(225,232,233)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A0B3 color. Also use rgb(99,160,179) instead hex code.

Text Font Color

.myTextColor { color: #63A0B3; }

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

This text font color is #63A0B3.


Background Color

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

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

This div background color is #63A0B3.


Border color

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

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

This div border color is #63A0B3.


Opacity

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

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

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

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

This text has shadow with #63A0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A0B3 on black background.


Color preview on white background

This text has color #63A0B3 on white background.



Black color preview on #63A0B3 background

This text has black color on #63A0B3 background.


White color preview on #63A0B3 background

This text has white color on #63A0B3 background.