COLOR #63DED6

HEX: #63DED6
RGB: (99,222,214)

Renk bilgisi

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

RGB renk modeli

#63DED6 color RGB value is (99,222,214).

  • kırmız ton 99;
  • yeşil ton 222;
  • mavi ton 214.
RGB:
(99,222,214)
(39%,87%,84%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 222 of 255 = 87%
B 214 of 255 = 84%

99
222
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 222 + 214 = 535 (100%)
R 99 of 535 ~ 18.5%
G 222 of 535 ~ 41.5%
B 214 of 535 ~ 40%

%18.5
%41.5
%40

CMYK RENK MODELİ

#63DED6 rengi CMYK tonu (55,0,4,13).

  • camgöbeği tonu 55.41%
  • eflatun tonu 0.00%
  • sarı tonu 3.60%
  • ana renk tonu 12.94%
CMYK:
(55,0,4,13)
C55M0Y4K13 
(55%,0%,4%,13%)
(0.55/0.00/0.04/0.13)	

CMYK yüzdeleri

%55.41
%0
%3.6
%12.94

Codes

Color #63DED6 in popluar color models

63DED6
RGB99222214
HSL176°65.08%62.94%
HSB/HSV176°55.41%87.06%
CMYK55.41%0.00%3.60%
12.94%

Color #63DED6 in popluar number systems.

HEX63DED6
Decimal99222214
Binary11000111101111011010110
Octal143336326

Shades and tints

Shades of #63DED6

#63DED6
(99,222,214)
#5ACAC3
(90,202,195)
#51B6B0
(81,182,176)
#48A29D
(72,162,157)
#3F8E8A
(63,142,138)
#367A77
(54,122,119)
#2D6664
(45,102,100)
#245251
(36,82,81)
#1B3E3E
(27,62,62)
#122A2B
(18,42,43)
#091618
(9,22,24)
#000000
(0,0,0)

Tints of #63DED6

#63DED6
(99,222,214)
#71E1D9
(113,225,217)
#7FE4DC
(127,228,220)
#8DE7DF
(141,231,223)
#9BEAE2
(155,234,226)
#A9EDE5
(169,237,229)
#B7F0E8
(183,240,232)
#C5F3EB
(197,243,235)
#D3F6EE
(211,246,238)
#E1F9F1
(225,249,241)
#EFFCF4
(239,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DED6 color. Also use rgb(99,222,214) instead hex code.

Text Font Color

.myTextColor { color: #63DED6; }

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

This text font color is #63DED6.


Background Color

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

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

This div background color is #63DED6.


Border color

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

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

This div border color is #63DED6.


Opacity

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

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

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

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

This text has shadow with #63DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63DED6 on black background.


Color preview on white background

This text has color #63DED6 on white background.



Black color preview on #63DED6 background

This text has black color on #63DED6 background.


White color preview on #63DED6 background

This text has white color on #63DED6 background.