COLOR #63AB8B

HEX: #63AB8B
RGB: (99,171,139)

Color info

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

RGB color model

#63AB8B color RGB value is (99,171,139).

  • red value is 99;
  • green value is 171;
  • blue value is 139.
RGB:
(99,171,139)
(39%,67%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 139 of 255 = 55%

99
171
139

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 139 = 409 (100%)
R 99 of 409 ~ 24.21%
G 171 of 409 ~ 41.81%
B 139 of 409 ~ 33.99%

%24.21
%41.81
%33.99

CMYK color model

#63AB8B color CMYK value is (42,0,19,33).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 32.94%
CMYK:
(42,0,19,33)
C42M0Y19K33 
(42%,0%,19%,33%)
(0.42/0.00/0.19/0.33)	

CMYK percentages

%42.11
%0
%18.71
%32.94

Codes

Color #63AB8B in popluar color models

63AB8B
RGB99171139
HSL153°30.00%52.94%
HSB/HSV153°42.11%67.06%
CMYK42.11%0.00%18.71%
32.94%

Color #63AB8B in popluar number systems.

HEX63AB8B
Decimal99171139
Binary11000111010101110001011
Octal143253213

Shades and tints

Shades of #63AB8B

#63AB8B
(99,171,139)
#5A9C7F
(90,156,127)
#518D73
(81,141,115)
#487E67
(72,126,103)
#3F6F5B
(63,111,91)
#36604F
(54,96,79)
#2D5143
(45,81,67)
#244237
(36,66,55)
#1B332B
(27,51,43)
#12241F
(18,36,31)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #63AB8B

#63AB8B
(99,171,139)
#71B295
(113,178,149)
#7FB99F
(127,185,159)
#8DC0A9
(141,192,169)
#9BC7B3
(155,199,179)
#A9CEBD
(169,206,189)
#B7D5C7
(183,213,199)
#C5DCD1
(197,220,209)
#D3E3DB
(211,227,219)
#E1EAE5
(225,234,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AB8B color. Also use rgb(99,171,139) instead hex code.

Text Font Color

.myTextColor { color: #63AB8B; }

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

This text font color is #63AB8B.


Background Color

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

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

This div background color is #63AB8B.


Border color

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

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

This div border color is #63AB8B.


Opacity

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

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

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

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

This text has shadow with #63AB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AB8B on black background.


Color preview on white background

This text has color #63AB8B on white background.



Black color preview on #63AB8B background

This text has black color on #63AB8B background.


White color preview on #63AB8B background

This text has white color on #63AB8B background.