COLOR #63DD9F

HEX: #63DD9F RGB: (99,221,159)

Color info

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

RGB color model

#63DD9F color RGB value is (99,221,159).

RGB: (99,221,159) (39%, 87%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 221 of 255 = 87%
B 159 of 255 = 62%

99
221
159

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

Portions of RGB colors in percentages

R + G + B = 99 + 221 + 159 = 479 (100%)
R 99 of 479 ~ 20.67%
G 221 of 479 ~ 46.14%
B 159 of 479 ~ 33.19'%

%20.67
%46.14
%33.19

CMYK color model

#63DD9F color CMYK value is (55,0,28,13).

  • cyan value is 55.20%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 13.33%

CMYK: (55,0,28,13)
C55M0Y28K13 (55%, 0%, 28%, 13%)
(0.55 / 0.00 / 0.28 / 0.13)

CMYK percentages

%55.2
%0
%28.05
%13.33

Codes

Color #63DD9F in popluar color models

63 DD 9F
RGB 99 221 159
HSL 150° 64.21% 62.75%
HSB/HSV 150° 55.20% 86.67%
CMYK 55.20% 0.00% 28.05%
13.33%

Color #63DD9F in popluar number systems.

HEX 63 DD 9F
Decimal 99 221 159
Binary 1100011 11011101 10011111
Octal 143 335 237

Shades and tints

Shades of #63DD9F

#63DD9F
(99,221,159)
#5AC991
(90,201,145)
#51B583
(81,181,131)
#48A175
(72,161,117)
#3F8D67
(63,141,103)
#367959
(54,121,89)
#2D654B
(45,101,75)
#24513D
(36,81,61)
#1B3D2F
(27,61,47)
#122921
(18,41,33)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #63DD9F

#63DD9F
(99,221,159)
#71E0A7
(113,224,167)
#7FE3AF
(127,227,175)
#8DE6B7
(141,230,183)
#9BE9BF
(155,233,191)
#A9ECC7
(169,236,199)
#B7EFCF
(183,239,207)
#C5F2D7
(197,242,215)
#D3F5DF
(211,245,223)
#E1F8E7
(225,248,231)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63DD9F color. Also use rgb(99,221,159) instead hex code.

Text Font Color

.myTextColor { color: #63DD9F; }

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

This text font color is #63DD9F.

Background Color

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

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

This div background color is #63DD9F.

Border color

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

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

This div border color is #63DD9F.

Opacity

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

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

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

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

This text has shadow with #63DD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63DD9F.

Preview

Color preview on black background

This text has color #63DD9F on black background.


Color preview on white background

This text has color #63DD9F on white background.


Black color preview on #63DD9F background

This text has black color on #63DD9F background.


White color preview on #63DD9F background

This text has white color on #63DD9F background.


Related colors

Complementary color

Complementary color for #hex is #9C2260.


I love getcolorcode.com

Triadic colors

1 #9F63DD and #DD9F63 with #63DD9F are triadic colors.

2 #9FDD63 and #DD639F with #63DD9F are triadic colors.