COLOR #63ABB7

HEX: #63ABB7
RGB: (99,171,183)

Color info

#63ABB7 contains mainly green and blue colors. Web safe color of #63ABB7 is #6699CC (or #69C).

RGB color model

#63ABB7 color RGB value is (99,171,183).

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

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 183 of 255 = 72%

99
171
183

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

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 183 = 453 (100%)
R 99 of 453 ~ 21.85%
G 171 of 453 ~ 37.75%
B 183 of 453 ~ 40.4%

%21.85
%37.75
%40.4

CMYK color model

#63ABB7 color CMYK value is (46,7,0,28).

  • cyan value is 45.90%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,7,0,28)
C46M7Y0K28 
(46%,7%,0%,28%)
(0.46/0.07/0.00/0.28)	

CMYK percentages

%45.9
%6.56
%0
%28.24

Codes

Color #63ABB7 in popluar color models

63ABB7
RGB99171183
HSL189°36.84%55.29%
HSB/HSV189°45.90%71.76%
CMYK45.90%6.56%0.00%
28.24%

Color #63ABB7 in popluar number systems.

HEX63ABB7
Decimal99171183
Binary11000111010101110110111
Octal143253267

Shades and tints

Shades of #63ABB7

#63ABB7
(99,171,183)
#5A9CA7
(90,156,167)
#518D97
(81,141,151)
#487E87
(72,126,135)
#3F6F77
(63,111,119)
#366067
(54,96,103)
#2D5157
(45,81,87)
#244247
(36,66,71)
#1B3337
(27,51,55)
#122427
(18,36,39)
#091517
(9,21,23)
#000000
(0,0,0)

Tints of #63ABB7

#63ABB7
(99,171,183)
#71B2BD
(113,178,189)
#7FB9C3
(127,185,195)
#8DC0C9
(141,192,201)
#9BC7CF
(155,199,207)
#A9CED5
(169,206,213)
#B7D5DB
(183,213,219)
#C5DCE1
(197,220,225)
#D3E3E7
(211,227,231)
#E1EAED
(225,234,237)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63ABB7; }

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

This text font color is #63ABB7.


Background Color

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

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

This div background color is #63ABB7.


Border color

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

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

This div border color is #63ABB7.


Opacity

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

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

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

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

This text has shadow with #63ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABB7 on black background.


Color preview on white background

This text has color #63ABB7 on white background.



Black color preview on #63ABB7 background

This text has black color on #63ABB7 background.


White color preview on #63ABB7 background

This text has white color on #63ABB7 background.