COLOR #63D0B1

HEX: #63D0B1
RGB: (99,208,177)

Renk bilgisi

#63D0B1 contains mainly green and blue colors. #63D0B1 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63D0B1 color RGB value is (99,208,177).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 208 of 255 = 82%
B 177 of 255 = 69%

99
208
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 208 + 177 = 484 (100%)
R 99 of 484 ~ 20.45%
G 208 of 484 ~ 42.98%
B 177 of 484 ~ 36.57%

%20.45
%42.98
%36.57

CMYK RENK MODELİ

#63D0B1 rengi CMYK tonu (52,0,15,18).

  • camgöbeği tonu 52.40%
  • eflatun tonu 0.00%
  • sarı tonu 14.90%
  • ana renk tonu 18.43%
CMYK:
(52,0,15,18)
C52M0Y15K18 
(52%,0%,15%,18%)
(0.52/0.00/0.15/0.18)	

CMYK yüzdeleri

%52.4
%0
%14.9
%18.43

Codes

Color #63D0B1 in popluar color models

63D0B1
RGB99208177
HSL163°53.69%60.20%
HSB/HSV163°52.40%81.57%
CMYK52.40%0.00%14.90%
18.43%

Color #63D0B1 in popluar number systems.

HEX63D0B1
Decimal99208177
Binary11000111101000010110001
Octal143320261

Shades and tints

Shades of #63D0B1

#63D0B1
(99,208,177)
#5ABEA1
(90,190,161)
#51AC91
(81,172,145)
#489A81
(72,154,129)
#3F8871
(63,136,113)
#367661
(54,118,97)
#2D6451
(45,100,81)
#245241
(36,82,65)
#1B4031
(27,64,49)
#122E21
(18,46,33)
#091C11
(9,28,17)
#000000
(0,0,0)

Tints of #63D0B1

#63D0B1
(99,208,177)
#71D4B8
(113,212,184)
#7FD8BF
(127,216,191)
#8DDCC6
(141,220,198)
#9BE0CD
(155,224,205)
#A9E4D4
(169,228,212)
#B7E8DB
(183,232,219)
#C5ECE2
(197,236,226)
#D3F0E9
(211,240,233)
#E1F4F0
(225,244,240)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63D0B1; }

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

This text font color is #63D0B1.


Background Color

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

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

This div background color is #63D0B1.


Border color

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

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

This div border color is #63D0B1.


Opacity

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

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

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

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

This text has shadow with #63D0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D0B1 on black background.


Color preview on white background

This text has color #63D0B1 on white background.



Black color preview on #63D0B1 background

This text has black color on #63D0B1 background.


White color preview on #63D0B1 background

This text has white color on #63D0B1 background.