COLOR #63ABA7

HEX: #63ABA7
RGB: (99,171,167)

Color info

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

RGB color model

#63ABA7 color RGB value is (99,171,167).

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

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 167 of 255 = 65%

99
171
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 167 = 437 (100%)
R 99 of 437 ~ 22.65%
G 171 of 437 ~ 39.13%
B 167 of 437 ~ 38.22%

%22.65
%39.13
%38.22

CMYK color model

#63ABA7 color CMYK value is (42,0,2,33).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(42,0,2,33)
C42M0Y2K33 
(42%,0%,2%,33%)
(0.42/0.00/0.02/0.33)	

CMYK percentages

%42.11
%0
%2.34
%32.94

Codes

Color #63ABA7 in popluar color models

63ABA7
RGB99171167
HSL177°30.00%52.94%
HSB/HSV177°42.11%67.06%
CMYK42.11%0.00%2.34%
32.94%

Color #63ABA7 in popluar number systems.

HEX63ABA7
Decimal99171167
Binary11000111010101110100111
Octal143253247

Shades and tints

Shades of #63ABA7

#63ABA7
(99,171,167)
#5A9C98
(90,156,152)
#518D89
(81,141,137)
#487E7A
(72,126,122)
#3F6F6B
(63,111,107)
#36605C
(54,96,92)
#2D514D
(45,81,77)
#24423E
(36,66,62)
#1B332F
(27,51,47)
#122420
(18,36,32)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #63ABA7

#63ABA7
(99,171,167)
#71B2AF
(113,178,175)
#7FB9B7
(127,185,183)
#8DC0BF
(141,192,191)
#9BC7C7
(155,199,199)
#A9CECF
(169,206,207)
#B7D5D7
(183,213,215)
#C5DCDF
(197,220,223)
#D3E3E7
(211,227,231)
#E1EAEF
(225,234,239)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63ABA7; }

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

This text font color is #63ABA7.


Background Color

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

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

This div background color is #63ABA7.


Border color

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

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

This div border color is #63ABA7.


Opacity

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

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

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

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

This text has shadow with #63ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABA7 on black background.


Color preview on white background

This text has color #63ABA7 on white background.



Black color preview on #63ABA7 background

This text has black color on #63ABA7 background.


White color preview on #63ABA7 background

This text has white color on #63ABA7 background.