COLOR #63DEDD

HEX: #63DEDD RGB: (99,222,221)

Color info

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

RGB color model

#63DEDD color RGB value is (99,222,221).

RGB: (99,222,221) (39%, 87%, 87%)

RGB channels and saturation

R 99 of 255 = 39%
G 222 of 255 = 87%
B 221 of 255 = 87%

99
222
221

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

Portions of RGB colors in percentages

R + G + B = 99 + 222 + 221 = 542 (100%)
R 99 of 542 ~ 18.27%
G 222 of 542 ~ 40.96%
B 221 of 542 ~ 40.77'%

%18.27
%40.96
%40.77

CMYK color model

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

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.94%

CMYK: (55,0,0,13)
C55M0Y0K13 (55%, 0%, 0%, 13%)
(0.55 / 0.00 / 0.00 / 0.13)

CMYK percentages

%55.41
%0
%0.45
%12.94

Codes

Color #63DEDD in popluar color models

63 DE DD
RGB 99 222 221
HSL 180° 65.08% 62.94%
HSB/HSV 180° 55.41% 87.06%
CMYK 55.41% 0.00% 0.45%
12.94%

Color #63DEDD in popluar number systems.

HEX 63 DE DD
Decimal 99 222 221
Binary 1100011 11011110 11011101
Octal 143 336 335

Shades and tints

Shades of #63DEDD

#63DEDD
(99,222,221)
#5ACAC9
(90,202,201)
#51B6B5
(81,182,181)
#48A2A1
(72,162,161)
#3F8E8D
(63,142,141)
#367A79
(54,122,121)
#2D6665
(45,102,101)
#245251
(36,82,81)
#1B3E3D
(27,62,61)
#122A29
(18,42,41)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #63DEDD

#63DEDD
(99,222,221)
#71E1E0
(113,225,224)
#7FE4E3
(127,228,227)
#8DE7E6
(141,231,230)
#9BEAE9
(155,234,233)
#A9EDEC
(169,237,236)
#B7F0EF
(183,240,239)
#C5F3F2
(197,243,242)
#D3F6F5
(211,246,245)
#E1F9F8
(225,249,248)
#EFFCFB
(239,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63DEDD; }

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

This text font color is #63DEDD.

Background Color

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

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

This div background color is #63DEDD.

Border color

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

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

This div border color is #63DEDD.

Opacity

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

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

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

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

This text has shadow with #63DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63DEDD.

Preview

Color preview on black background

This text has color #63DEDD on black background.


Color preview on white background

This text has color #63DEDD on white background.


Black color preview on #63DEDD background

This text has black color on #63DEDD background.


White color preview on #63DEDD background

This text has white color on #63DEDD background.


Related colors

Complementary color

Complementary color for #hex is #9C2122.


I love getcolorcode.com

Triadic colors

1 #DD63DE and #DEDD63 with #63DEDD are triadic colors.

2 #DDDE63 and #DE63DD with #63DEDD are triadic colors.