COLOR #63A8AA

HEX: #63A8AA
RGB: (99,168,170)

Color info

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

RGB color model

#63A8AA color RGB value is (99,168,170).

  • red value is 99;
  • green value is 168;
  • blue value is 170.
RGB: (99,168,170) (39%,66%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 168 of 255 = 66%
B 170 of 255 = 67%

99
168
170

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

Portions of RGB colors in percentages

R + G + B =
99 + 168 + 170 = 437 (100%)
R 99 of 437 ~ 22.65%
G 168 of 437 ~ 38.44%
B 170 of 437 ~ 38.9%

%22.65
%38.44
%38.9

CMYK color model

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

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

CMYK percentages

%41.76
%1.18
%0
%33.33

Codes

Color #63A8AA in popluar color models

63A8AA
RGB99168170
HSL182°29.46%52.75%
HSB/HSV182°41.76%66.67%
CMYK41.76%1.18%0.00%
33.33%

Color #63A8AA in popluar number systems.

HEX63A8AA
Decimal99168170
Binary11000111010100010101010
Octal143250252

Shades and tints

Shades of #63A8AA

#63A8AA
(99,168,170)
#5A999B
(90,153,155)
#518A8C
(81,138,140)
#487B7D
(72,123,125)
#3F6C6E
(63,108,110)
#365D5F
(54,93,95)
#2D4E50
(45,78,80)
#243F41
(36,63,65)
#1B3032
(27,48,50)
#122123
(18,33,35)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #63A8AA

#63A8AA
(99,168,170)
#71AFB1
(113,175,177)
#7FB6B8
(127,182,184)
#8DBDBF
(141,189,191)
#9BC4C6
(155,196,198)
#A9CBCD
(169,203,205)
#B7D2D4
(183,210,212)
#C5D9DB
(197,217,219)
#D3E0E2
(211,224,226)
#E1E7E9
(225,231,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A8AA color. Also use rgb(99,168,170) instead hex code.

Text Font Color

.myTextColor { color: #63A8AA; }

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

This text font color is #63A8AA.


Background Color

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

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

This div background color is #63A8AA.


Border color

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

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

This div border color is #63A8AA.


Opacity

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

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

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

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

This text has shadow with #63A8AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #63A8AA on black background.


Color preview on white background

This text has color #63A8AA on white background.



Black color preview on #63A8AA background

This text has black color on #63A8AA background.


White color preview on #63A8AA background

This text has white color on #63A8AA background.