COLOR #63A8B1

HEX: #63A8B1
RGB: (99,168,177)

Renk bilgisi

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

RGB renk modeli

#63A8B1 color RGB value is (99,168,177).

  • kırmız ton 99;
  • yeşil ton 168;
  • mavi ton 177.
RGB:
(99,168,177)
(39%,66%,69%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 168 of 255 = 66%
B 177 of 255 = 69%

99
168
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 168 + 177 = 444 (100%)
R 99 of 444 ~ 22.3%
G 168 of 444 ~ 37.84%
B 177 of 444 ~ 39.86%

%22.3
%37.84
%39.86

CMYK RENK MODELİ

#63A8B1 rengi CMYK tonu (44,5,0,31).

  • camgöbeği tonu 44.07%
  • eflatun tonu 5.08%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(44,5,0,31)
C44M5Y0K31 
(44%,5%,0%,31%)
(0.44/0.05/0.00/0.31)	

CMYK yüzdeleri

%44.07
%5.08
%0
%30.59

Codes

Color #63A8B1 in popluar color models

63A8B1
RGB99168177
HSL187°33.33%54.12%
HSB/HSV187°44.07%69.41%
CMYK44.07%5.08%0.00%
30.59%

Color #63A8B1 in popluar number systems.

HEX63A8B1
Decimal99168177
Binary11000111010100010110001
Octal143250261

Shades and tints

Shades of #63A8B1

#63A8B1
(99,168,177)
#5A99A1
(90,153,161)
#518A91
(81,138,145)
#487B81
(72,123,129)
#3F6C71
(63,108,113)
#365D61
(54,93,97)
#2D4E51
(45,78,81)
#243F41
(36,63,65)
#1B3031
(27,48,49)
#122121
(18,33,33)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #63A8B1

#63A8B1
(99,168,177)
#71AFB8
(113,175,184)
#7FB6BF
(127,182,191)
#8DBDC6
(141,189,198)
#9BC4CD
(155,196,205)
#A9CBD4
(169,203,212)
#B7D2DB
(183,210,219)
#C5D9E2
(197,217,226)
#D3E0E9
(211,224,233)
#E1E7F0
(225,231,240)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A8B1 color. Also use rgb(99,168,177) instead hex code.

Text Font Color

.myTextColor { color: #63A8B1; }

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

This text font color is #63A8B1.


Background Color

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

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

This div background color is #63A8B1.


Border color

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

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

This div border color is #63A8B1.


Opacity

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

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

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

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

This text has shadow with #63A8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A8B1 on black background.


Color preview on white background

This text has color #63A8B1 on white background.



Black color preview on #63A8B1 background

This text has black color on #63A8B1 background.


White color preview on #63A8B1 background

This text has white color on #63A8B1 background.