COLOR #63AD9C

HEX: #63AD9C
RGB: (99,173,156)

Color info

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

RGB color model

#63AD9C color RGB value is (99,173,156).

  • red value is 99;
  • green value is 173;
  • blue value is 156.
RGB: (99,173,156) (39%,68%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 173 of 255 = 68%
B 156 of 255 = 61%

99
173
156

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

Portions of RGB colors in percentages

R + G + B =
99 + 173 + 156 = 428 (100%)
R 99 of 428 ~ 23.13%
G 173 of 428 ~ 40.42%
B 156 of 428 ~ 36.45%

%23.13
%40.42
%36.45

CMYK color model

#63AD9C color CMYK value is (43,0,10,32).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK: (43,0,10,32) C43M0Y10K32 (43%,0%,10%,32%) (0.43/0.00/0.10/0.32)

CMYK percentages

%42.77
%0
%9.83
%32.16

Codes

Color #63AD9C in popluar color models

63AD9C
RGB99173156
HSL166°31.09%53.33%
HSB/HSV166°42.77%67.84%
CMYK42.77%0.00%9.83%
32.16%

Color #63AD9C in popluar number systems.

HEX63AD9C
Decimal99173156
Binary11000111010110110011100
Octal143255234

Shades and tints

Shades of #63AD9C

#63AD9C
(99,173,156)
#5A9E8E
(90,158,142)
#518F80
(81,143,128)
#488072
(72,128,114)
#3F7164
(63,113,100)
#366256
(54,98,86)
#2D5348
(45,83,72)
#24443A
(36,68,58)
#1B352C
(27,53,44)
#12261E
(18,38,30)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #63AD9C

#63AD9C
(99,173,156)
#71B4A5
(113,180,165)
#7FBBAE
(127,187,174)
#8DC2B7
(141,194,183)
#9BC9C0
(155,201,192)
#A9D0C9
(169,208,201)
#B7D7D2
(183,215,210)
#C5DEDB
(197,222,219)
#D3E5E4
(211,229,228)
#E1ECED
(225,236,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AD9C color. Also use rgb(99,173,156) instead hex code.

Text Font Color

.myTextColor { color: #63AD9C; }

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

This text font color is #63AD9C.


Background Color

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

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

This div background color is #63AD9C.


Border color

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

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

This div border color is #63AD9C.


Opacity

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

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

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

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

This text has shadow with #63AD9C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #63AD9C on black background.


Color preview on white background

This text has color #63AD9C on white background.



Black color preview on #63AD9C background

This text has black color on #63AD9C background.


White color preview on #63AD9C background

This text has white color on #63AD9C background.