COLOR #63BD86

HEX: #63BD86 RGB: (99,189,134)

Color info

#63BD86 contains mainly green and blue colors. Web safe color of #63BD86 is #66CC99 (or #6C9).

RGB color model

#63BD86 color RGB value is (99,189,134).

RGB: (99,189,134) (39%, 74%, 53%)

RGB channels and saturation

R 99 of 255 = 39%
G 189 of 255 = 74%
B 134 of 255 = 53%

99
189
134

R + G + B ~ 55%. #63BD86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 189 + 134 = 422 (100%)
R 99 of 422 ~ 23.46%
G 189 of 422 ~ 44.79%
B 134 of 422 ~ 31.75'%

%23.46
%44.79
%31.75

CMYK color model

#63BD86 color CMYK value is (48,0,29,26).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 25.88%

CMYK: (48,0,29,26)
C48M0Y29K26 (48%, 0%, 29%, 26%)
(0.48 / 0.00 / 0.29 / 0.26)

CMYK percentages

%47.62
%0
%29.1
%25.88

Codes

Color #63BD86 in popluar color models

63 BD 86
RGB 99 189 134
HSL 143° 40.54% 56.47%
HSB/HSV 143° 47.62% 74.12%
CMYK 47.62% 0.00% 29.10%
25.88%

Color #63BD86 in popluar number systems.

HEX 63 BD 86
Decimal 99 189 134
Binary 1100011 10111101 10000110
Octal 143 275 206

Shades and tints

Shades of #63BD86

#63BD86
(99,189,134)
#5AAC7A
(90,172,122)
#519B6E
(81,155,110)
#488A62
(72,138,98)
#3F7956
(63,121,86)
#36684A
(54,104,74)
#2D573E
(45,87,62)
#244632
(36,70,50)
#1B3526
(27,53,38)
#12241A
(18,36,26)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #63BD86

#63BD86
(99,189,134)
#71C391
(113,195,145)
#7FC99C
(127,201,156)
#8DCFA7
(141,207,167)
#9BD5B2
(155,213,178)
#A9DBBD
(169,219,189)
#B7E1C8
(183,225,200)
#C5E7D3
(197,231,211)
#D3EDDE
(211,237,222)
#E1F3E9
(225,243,233)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BD86 color. Also use rgb(99,189,134) instead hex code.

Text Font Color

.myTextColor { color: #63BD86; }

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

This text font color is #63BD86.

Background Color

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

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

This div background color is #63BD86.

Border color

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

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

This div border color is #63BD86.

Opacity

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

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

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

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

This text has shadow with #63BD86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BD86.

Preview

Color preview on black background

This text has color #63BD86 on black background.


Color preview on white background

This text has color #63BD86 on white background.


Black color preview on #63BD86 background

This text has black color on #63BD86 background.


White color preview on #63BD86 background

This text has white color on #63BD86 background.


Related colors

Complementary color

Complementary color for #hex is #9C4279.


I love getcolorcode.com

Triadic colors

1 #8663BD and #BD8663 with #63BD86 are triadic colors.

2 #86BD63 and #BD6386 with #63BD86 are triadic colors.