COLOR #63BDA6

HEX: #63BDA6 RGB: (99,189,166)

Color info

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

RGB color model

#63BDA6 color RGB value is (99,189,166).

RGB: (99,189,166) (39%, 74%, 65%)

RGB channels and saturation

R 99 of 255 = 39%
G 189 of 255 = 74%
B 166 of 255 = 65%

99
189
166

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

Portions of RGB colors in percentages

R + G + B = 99 + 189 + 166 = 454 (100%)
R 99 of 454 ~ 21.81%
G 189 of 454 ~ 41.63%
B 166 of 454 ~ 36.56'%

%21.81
%41.63
%36.56

CMYK color model

#63BDA6 color CMYK value is (48,0,12,26).

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

CMYK: (48,0,12,26)
C48M0Y12K26 (48%, 0%, 12%, 26%)
(0.48 / 0.00 / 0.12 / 0.26)

CMYK percentages

%47.62
%0
%12.17
%25.88

Codes

Color #63BDA6 in popluar color models

63 BD A6
RGB 99 189 166
HSL 165° 40.54% 56.47%
HSB/HSV 165° 47.62% 74.12%
CMYK 47.62% 0.00% 12.17%
25.88%

Color #63BDA6 in popluar number systems.

HEX 63 BD A6
Decimal 99 189 166
Binary 1100011 10111101 10100110
Octal 143 275 246

Shades and tints

Shades of #63BDA6

#63BDA6
(99,189,166)
#5AAC97
(90,172,151)
#519B88
(81,155,136)
#488A79
(72,138,121)
#3F796A
(63,121,106)
#36685B
(54,104,91)
#2D574C
(45,87,76)
#24463D
(36,70,61)
#1B352E
(27,53,46)
#12241F
(18,36,31)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #63BDA6

#63BDA6
(99,189,166)
#71C3AE
(113,195,174)
#7FC9B6
(127,201,182)
#8DCFBE
(141,207,190)
#9BD5C6
(155,213,198)
#A9DBCE
(169,219,206)
#B7E1D6
(183,225,214)
#C5E7DE
(197,231,222)
#D3EDE6
(211,237,230)
#E1F3EE
(225,243,238)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BDA6; }

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

This text font color is #63BDA6.

Background Color

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

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

This div background color is #63BDA6.

Border color

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

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

This div border color is #63BDA6.

Opacity

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

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

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

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

This text has shadow with #63BDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BDA6.

Preview

Color preview on black background

This text has color #63BDA6 on black background.


Color preview on white background

This text has color #63BDA6 on white background.


Black color preview on #63BDA6 background

This text has black color on #63BDA6 background.


White color preview on #63BDA6 background

This text has white color on #63BDA6 background.


Related colors

Complementary color

Complementary color for #hex is #9C4259.


I love getcolorcode.com

Triadic colors

1 #A663BD and #BDA663 with #63BDA6 are triadic colors.

2 #A6BD63 and #BD63A6 with #63BDA6 are triadic colors.