COLOR #63AC8F

HEX: #63AC8F
RGB: (99,172,143)

Color info

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

RGB color model

#63AC8F color RGB value is (99,172,143).

  • red value is 99;
  • green value is 172;
  • blue value is 143.
RGB:
(99,172,143)
(39%,67%,56%)

RGB channels and saturation

R 99 of 255 = 39%
G 172 of 255 = 67%
B 143 of 255 = 56%

99
172
143

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

Portions of RGB colors in percentages

R + G + B =
99 + 172 + 143 = 414 (100%)
R 99 of 414 ~ 23.91%
G 172 of 414 ~ 41.55%
B 143 of 414 ~ 34.54%

%23.91
%41.55
%34.54

CMYK color model

#63AC8F color CMYK value is (42,0,17,33).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 32.55%
CMYK:
(42,0,17,33)
C42M0Y17K33 
(42%,0%,17%,33%)
(0.42/0.00/0.17/0.33)	

CMYK percentages

%42.44
%0
%16.86
%32.55

Codes

Color #63AC8F in popluar color models

63AC8F
RGB99172143
HSL156°30.54%53.14%
HSB/HSV156°42.44%67.45%
CMYK42.44%0.00%16.86%
32.55%

Color #63AC8F in popluar number systems.

HEX63AC8F
Decimal99172143
Binary11000111010110010001111
Octal143254217

Shades and tints

Shades of #63AC8F

#63AC8F
(99,172,143)
#5A9D82
(90,157,130)
#518E75
(81,142,117)
#487F68
(72,127,104)
#3F705B
(63,112,91)
#36614E
(54,97,78)
#2D5241
(45,82,65)
#244334
(36,67,52)
#1B3427
(27,52,39)
#12251A
(18,37,26)
#09160D
(9,22,13)
#000000
(0,0,0)

Tints of #63AC8F

#63AC8F
(99,172,143)
#71B399
(113,179,153)
#7FBAA3
(127,186,163)
#8DC1AD
(141,193,173)
#9BC8B7
(155,200,183)
#A9CFC1
(169,207,193)
#B7D6CB
(183,214,203)
#C5DDD5
(197,221,213)
#D3E4DF
(211,228,223)
#E1EBE9
(225,235,233)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AC8F color. Also use rgb(99,172,143) instead hex code.

Text Font Color

.myTextColor { color: #63AC8F; }

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

This text font color is #63AC8F.


Background Color

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

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

This div background color is #63AC8F.


Border color

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

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

This div border color is #63AC8F.


Opacity

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

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

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

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

This text has shadow with #63AC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AC8F on black background.


Color preview on white background

This text has color #63AC8F on white background.



Black color preview on #63AC8F background

This text has black color on #63AC8F background.


White color preview on #63AC8F background

This text has white color on #63AC8F background.