COLOR #63E2D7

HEX: #63E2D7
RGB: (99,226,215)

Color info

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

RGB color model

#63E2D7 color RGB value is (99,226,215).

  • red value is 99;
  • green value is 226;
  • blue value is 215.
RGB:
(99,226,215)
(39%,89%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 226 of 255 = 89%
B 215 of 255 = 84%

99
226
215

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

Portions of RGB colors in percentages

R + G + B =
99 + 226 + 215 = 540 (100%)
R 99 of 540 ~ 18.33%
G 226 of 540 ~ 41.85%
B 215 of 540 ~ 39.81%

%18.33
%41.85
%39.81

CMYK color model

#63E2D7 color CMYK value is (56,0,5,11).

  • cyan value is 56.19%
  • magenta value is 0.00%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(56,0,5,11)
C56M0Y5K11 
(56%,0%,5%,11%)
(0.56/0.00/0.05/0.11)	

CMYK percentages

%56.19
%0
%4.87
%11.37

Codes

Color #63E2D7 in popluar color models

63E2D7
RGB99226215
HSL175°68.65%63.73%
HSB/HSV175°56.19%88.63%
CMYK56.19%0.00%4.87%
11.37%

Color #63E2D7 in popluar number systems.

HEX63E2D7
Decimal99226215
Binary11000111110001011010111
Octal143342327

Shades and tints

Shades of #63E2D7

#63E2D7
(99,226,215)
#5ACEC4
(90,206,196)
#51BAB1
(81,186,177)
#48A69E
(72,166,158)
#3F928B
(63,146,139)
#367E78
(54,126,120)
#2D6A65
(45,106,101)
#245652
(36,86,82)
#1B423F
(27,66,63)
#122E2C
(18,46,44)
#091A19
(9,26,25)
#000000
(0,0,0)

Tints of #63E2D7

#63E2D7
(99,226,215)
#71E4DA
(113,228,218)
#7FE6DD
(127,230,221)
#8DE8E0
(141,232,224)
#9BEAE3
(155,234,227)
#A9ECE6
(169,236,230)
#B7EEE9
(183,238,233)
#C5F0EC
(197,240,236)
#D3F2EF
(211,242,239)
#E1F4F2
(225,244,242)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63E2D7 color. Also use rgb(99,226,215) instead hex code.

Text Font Color

.myTextColor { color: #63E2D7; }

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

This text font color is #63E2D7.


Background Color

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

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

This div background color is #63E2D7.


Border color

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

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

This div border color is #63E2D7.


Opacity

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

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

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

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

This text has shadow with #63E2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63E2D7 on black background.


Color preview on white background

This text has color #63E2D7 on white background.



Black color preview on #63E2D7 background

This text has black color on #63E2D7 background.


White color preview on #63E2D7 background

This text has white color on #63E2D7 background.