COLOR #63A986

HEX: #63A986
RGB: (99,169,134)

Color info

#63A986 contains mainly green and blue colors. Web safe color of #63A986 is #669999 (or #699).

RGB color model

#63A986 color RGB value is (99,169,134).

  • red value is 99;
  • green value is 169;
  • blue value is 134.
RGB:
(99,169,134)
(39%,66%,53%)

RGB channels and saturation

R 99 of 255 = 39%
G 169 of 255 = 66%
B 134 of 255 = 53%

99
169
134

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

Portions of RGB colors in percentages

R + G + B =
99 + 169 + 134 = 402 (100%)
R 99 of 402 ~ 24.63%
G 169 of 402 ~ 42.04%
B 134 of 402 ~ 33.33%

%24.63
%42.04
%33.33

CMYK color model

#63A986 color CMYK value is (41,0,21,34).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 33.73%
CMYK:
(41,0,21,34)
C41M0Y21K34 
(41%,0%,21%,34%)
(0.41/0.00/0.21/0.34)	

CMYK percentages

%41.42
%0
%20.71
%33.73

Codes

Color #63A986 in popluar color models

63A986
RGB99169134
HSL150°28.93%52.55%
HSB/HSV150°41.42%66.27%
CMYK41.42%0.00%20.71%
33.73%

Color #63A986 in popluar number systems.

HEX63A986
Decimal99169134
Binary11000111010100110000110
Octal143251206

Shades and tints

Shades of #63A986

#63A986
(99,169,134)
#5A9A7A
(90,154,122)
#518B6E
(81,139,110)
#487C62
(72,124,98)
#3F6D56
(63,109,86)
#365E4A
(54,94,74)
#2D4F3E
(45,79,62)
#244032
(36,64,50)
#1B3126
(27,49,38)
#12221A
(18,34,26)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #63A986

#63A986
(99,169,134)
#71B091
(113,176,145)
#7FB79C
(127,183,156)
#8DBEA7
(141,190,167)
#9BC5B2
(155,197,178)
#A9CCBD
(169,204,189)
#B7D3C8
(183,211,200)
#C5DAD3
(197,218,211)
#D3E1DE
(211,225,222)
#E1E8E9
(225,232,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A986; }

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

This text font color is #63A986.


Background Color

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

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

This div background color is #63A986.


Border color

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

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

This div border color is #63A986.


Opacity

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

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

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

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

This text has shadow with #63A986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A986 on black background.


Color preview on white background

This text has color #63A986 on white background.



Black color preview on #63A986 background

This text has black color on #63A986 background.


White color preview on #63A986 background

This text has white color on #63A986 background.