COLOR #63DF9E

HEX: #63DF9E
RGB: (99,223,158)

Color info

#63DF9E contains mainly green color. Web safe color of #63DF9E is #66CC99 (or #6C9).

RGB color model

#63DF9E color RGB value is (99,223,158).

  • red value is 99;
  • green value is 223;
  • blue value is 158.
RGB:
(99,223,158)
(39%,87%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 223 of 255 = 87%
B 158 of 255 = 62%

99
223
158

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

Portions of RGB colors in percentages

R + G + B =
99 + 223 + 158 = 480 (100%)
R 99 of 480 ~ 20.63%
G 223 of 480 ~ 46.46%
B 158 of 480 ~ 32.92%

%20.63
%46.46
%32.92

CMYK color model

#63DF9E color CMYK value is (56,0,29,13).

  • cyan value is 55.61%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 12.55%
CMYK:
(56,0,29,13)
C56M0Y29K13 
(56%,0%,29%,13%)
(0.56/0.00/0.29/0.13)	

CMYK percentages

%55.61
%0
%29.15
%12.55

Codes

Color #63DF9E in popluar color models

63DF9E
RGB99223158
HSL149°65.96%63.14%
HSB/HSV149°55.61%87.45%
CMYK55.61%0.00%29.15%
12.55%

Color #63DF9E in popluar number systems.

HEX63DF9E
Decimal99223158
Binary11000111101111110011110
Octal143337236

Shades and tints

Shades of #63DF9E

#63DF9E
(99,223,158)
#5ACB90
(90,203,144)
#51B782
(81,183,130)
#48A374
(72,163,116)
#3F8F66
(63,143,102)
#367B58
(54,123,88)
#2D674A
(45,103,74)
#24533C
(36,83,60)
#1B3F2E
(27,63,46)
#122B20
(18,43,32)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #63DF9E

#63DF9E
(99,223,158)
#71E1A6
(113,225,166)
#7FE3AE
(127,227,174)
#8DE5B6
(141,229,182)
#9BE7BE
(155,231,190)
#A9E9C6
(169,233,198)
#B7EBCE
(183,235,206)
#C5EDD6
(197,237,214)
#D3EFDE
(211,239,222)
#E1F1E6
(225,241,230)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DF9E color. Also use rgb(99,223,158) instead hex code.

Text Font Color

.myTextColor { color: #63DF9E; }

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

This text font color is #63DF9E.


Background Color

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

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

This div background color is #63DF9E.


Border color

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

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

This div border color is #63DF9E.


Opacity

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

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

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

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

This text has shadow with #63DF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63DF9E on black background.


Color preview on white background

This text has color #63DF9E on white background.



Black color preview on #63DF9E background

This text has black color on #63DF9E background.


White color preview on #63DF9E background

This text has white color on #63DF9E background.