COLOR #63D6D4

HEX: #63D6D4
RGB: (99,214,212)

Color info

#63D6D4 contains mainly green and blue colors. Web safe color of #63D6D4 is #66CCCC (or #6CC).

RGB color model

#63D6D4 color RGB value is (99,214,212).

  • red value is 99;
  • green value is 214;
  • blue value is 212.
RGB:
(99,214,212)
(39%,84%,83%)

RGB channels and saturation

R 99 of 255 = 39%
G 214 of 255 = 84%
B 212 of 255 = 83%

99
214
212

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

Portions of RGB colors in percentages

R + G + B =
99 + 214 + 212 = 525 (100%)
R 99 of 525 ~ 18.86%
G 214 of 525 ~ 40.76%
B 212 of 525 ~ 40.38%

%18.86
%40.76
%40.38

CMYK color model

#63D6D4 color CMYK value is (54,0,1,16).

  • cyan value is 53.74%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 16.08%
CMYK:
(54,0,1,16)
C54M0Y1K16 
(54%,0%,1%,16%)
(0.54/0.00/0.01/0.16)	

CMYK percentages

%53.74
%0
%0.93
%16.08

Codes

Color #63D6D4 in popluar color models

63D6D4
RGB99214212
HSL179°58.38%61.37%
HSB/HSV179°53.74%83.92%
CMYK53.74%0.00%0.93%
16.08%

Color #63D6D4 in popluar number systems.

HEX63D6D4
Decimal99214212
Binary11000111101011011010100
Octal143326324

Shades and tints

Shades of #63D6D4

#63D6D4
(99,214,212)
#5AC3C1
(90,195,193)
#51B0AE
(81,176,174)
#489D9B
(72,157,155)
#3F8A88
(63,138,136)
#367775
(54,119,117)
#2D6462
(45,100,98)
#24514F
(36,81,79)
#1B3E3C
(27,62,60)
#122B29
(18,43,41)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #63D6D4

#63D6D4
(99,214,212)
#71D9D7
(113,217,215)
#7FDCDA
(127,220,218)
#8DDFDD
(141,223,221)
#9BE2E0
(155,226,224)
#A9E5E3
(169,229,227)
#B7E8E6
(183,232,230)
#C5EBE9
(197,235,233)
#D3EEEC
(211,238,236)
#E1F1EF
(225,241,239)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63D6D4; }

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

This text font color is #63D6D4.


Background Color

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

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

This div background color is #63D6D4.


Border color

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

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

This div border color is #63D6D4.


Opacity

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

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

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

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

This text has shadow with #63D6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D6D4 on black background.


Color preview on white background

This text has color #63D6D4 on white background.



Black color preview on #63D6D4 background

This text has black color on #63D6D4 background.


White color preview on #63D6D4 background

This text has white color on #63D6D4 background.