COLOR #63F8D5

HEX: #63F8D5
RGB: (99,248,213)

Color info

#63F8D5 contains mainly green and blue colors. Web safe color of #63F8D5 is #66FFCC (or #6FC).

RGB color model

#63F8D5 color RGB value is (99,248,213).

  • red value is 99;
  • green value is 248;
  • blue value is 213.
RGB:
(99,248,213)
(39%,97%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 248 of 255 = 97%
B 213 of 255 = 84%

99
248
213

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

Portions of RGB colors in percentages

R + G + B =
99 + 248 + 213 = 560 (100%)
R 99 of 560 ~ 17.68%
G 248 of 560 ~ 44.29%
B 213 of 560 ~ 38.04%

%17.68
%44.29
%38.04

CMYK color model

#63F8D5 color CMYK value is (60,0,14,3).

  • cyan value is 60.08%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 2.75%
CMYK:
(60,0,14,3)
C60M0Y14K3 
(60%,0%,14%,3%)
(0.60/0.00/0.14/0.03)	

CMYK percentages

%60.08
%0
%14.11
%2.75

Codes

Color #63F8D5 in popluar color models

63F8D5
RGB99248213
HSL166°91.41%68.04%
HSB/HSV166°60.08%97.25%
CMYK60.08%0.00%14.11%
2.75%

Color #63F8D5 in popluar number systems.

HEX63F8D5
Decimal99248213
Binary11000111111100011010101
Octal143370325

Shades and tints

Shades of #63F8D5

#63F8D5
(99,248,213)
#5AE2C2
(90,226,194)
#51CCAF
(81,204,175)
#48B69C
(72,182,156)
#3FA089
(63,160,137)
#368A76
(54,138,118)
#2D7463
(45,116,99)
#245E50
(36,94,80)
#1B483D
(27,72,61)
#12322A
(18,50,42)
#091C17
(9,28,23)
#000000
(0,0,0)

Tints of #63F8D5

#63F8D5
(99,248,213)
#71F8D8
(113,248,216)
#7FF8DB
(127,248,219)
#8DF8DE
(141,248,222)
#9BF8E1
(155,248,225)
#A9F8E4
(169,248,228)
#B7F8E7
(183,248,231)
#C5F8EA
(197,248,234)
#D3F8ED
(211,248,237)
#E1F8F0
(225,248,240)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F8D5 color. Also use rgb(99,248,213) instead hex code.

Text Font Color

.myTextColor { color: #63F8D5; }

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

This text font color is #63F8D5.


Background Color

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

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

This div background color is #63F8D5.


Border color

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

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

This div border color is #63F8D5.


Opacity

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

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

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

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

This text has shadow with #63F8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F8D5 on black background.


Color preview on white background

This text has color #63F8D5 on white background.



Black color preview on #63F8D5 background

This text has black color on #63F8D5 background.


White color preview on #63F8D5 background

This text has white color on #63F8D5 background.