COLOR #63ABAC

HEX: #63ABAC
RGB: (99,171,172)

Color info

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

RGB color model

#63ABAC color RGB value is (99,171,172).

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

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 172 of 255 = 67%

99
171
172

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 172 = 442 (100%)
R 99 of 442 ~ 22.4%
G 171 of 442 ~ 38.69%
B 172 of 442 ~ 38.91%

%22.4
%38.69
%38.91

CMYK color model

#63ABAC color CMYK value is (42,1,0,33).

  • cyan value is 42.44%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(42,1,0,33)
C42M1Y0K33 
(42%,1%,0%,33%)
(0.42/0.01/0.00/0.33)	

CMYK percentages

%42.44
%0.58
%0
%32.55

Codes

Color #63ABAC in popluar color models

63ABAC
RGB99171172
HSL181°30.54%53.14%
HSB/HSV181°42.44%67.45%
CMYK42.44%0.58%0.00%
32.55%

Color #63ABAC in popluar number systems.

HEX63ABAC
Decimal99171172
Binary11000111010101110101100
Octal143253254

Shades and tints

Shades of #63ABAC

#63ABAC
(99,171,172)
#5A9C9D
(90,156,157)
#518D8E
(81,141,142)
#487E7F
(72,126,127)
#3F6F70
(63,111,112)
#366061
(54,96,97)
#2D5152
(45,81,82)
#244243
(36,66,67)
#1B3334
(27,51,52)
#122425
(18,36,37)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #63ABAC

#63ABAC
(99,171,172)
#71B2B3
(113,178,179)
#7FB9BA
(127,185,186)
#8DC0C1
(141,192,193)
#9BC7C8
(155,199,200)
#A9CECF
(169,206,207)
#B7D5D6
(183,213,214)
#C5DCDD
(197,220,221)
#D3E3E4
(211,227,228)
#E1EAEB
(225,234,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63ABAC; }

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

This text font color is #63ABAC.


Background Color

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

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

This div background color is #63ABAC.


Border color

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

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

This div border color is #63ABAC.


Opacity

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

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

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

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

This text has shadow with #63ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABAC on black background.


Color preview on white background

This text has color #63ABAC on white background.



Black color preview on #63ABAC background

This text has black color on #63ABAC background.


White color preview on #63ABAC background

This text has white color on #63ABAC background.