COLOR #63CAB5

HEX: #63CAB5
RGB: (99,202,181)

Renk bilgisi

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

RGB renk modeli

#63CAB5 color RGB value is (99,202,181).

  • kırmız ton 99;
  • yeşil ton 202;
  • mavi ton 181.
RGB:
(99,202,181)
(39%,79%,71%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 202 of 255 = 79%
B 181 of 255 = 71%

99
202
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 202 + 181 = 482 (100%)
R 99 of 482 ~ 20.54%
G 202 of 482 ~ 41.91%
B 181 of 482 ~ 37.55%

%20.54
%41.91
%37.55

CMYK RENK MODELİ

#63CAB5 rengi CMYK tonu (51,0,10,21).

  • camgöbeği tonu 50.99%
  • eflatun tonu 0.00%
  • sarı tonu 10.40%
  • ana renk tonu 20.78%
CMYK:
(51,0,10,21)
C51M0Y10K21 
(51%,0%,10%,21%)
(0.51/0.00/0.10/0.21)	

CMYK yüzdeleri

%50.99
%0
%10.4
%20.78

Codes

Color #63CAB5 in popluar color models

63CAB5
RGB99202181
HSL168°49.28%59.02%
HSB/HSV168°50.99%79.22%
CMYK50.99%0.00%10.40%
20.78%

Color #63CAB5 in popluar number systems.

HEX63CAB5
Decimal99202181
Binary11000111100101010110101
Octal143312265

Shades and tints

Shades of #63CAB5

#63CAB5
(99,202,181)
#5AB8A5
(90,184,165)
#51A695
(81,166,149)
#489485
(72,148,133)
#3F8275
(63,130,117)
#367065
(54,112,101)
#2D5E55
(45,94,85)
#244C45
(36,76,69)
#1B3A35
(27,58,53)
#122825
(18,40,37)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #63CAB5

#63CAB5
(99,202,181)
#71CEBB
(113,206,187)
#7FD2C1
(127,210,193)
#8DD6C7
(141,214,199)
#9BDACD
(155,218,205)
#A9DED3
(169,222,211)
#B7E2D9
(183,226,217)
#C5E6DF
(197,230,223)
#D3EAE5
(211,234,229)
#E1EEEB
(225,238,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CAB5 color. Also use rgb(99,202,181) instead hex code.

Text Font Color

.myTextColor { color: #63CAB5; }

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

This text font color is #63CAB5.


Background Color

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

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

This div background color is #63CAB5.


Border color

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

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

This div border color is #63CAB5.


Opacity

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

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

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

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

This text has shadow with #63CAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CAB5 on black background.


Color preview on white background

This text has color #63CAB5 on white background.



Black color preview on #63CAB5 background

This text has black color on #63CAB5 background.


White color preview on #63CAB5 background

This text has white color on #63CAB5 background.