COLOR #63AD94

HEX: #63AD94
RGB: (99,173,148)

Color info

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

RGB color model

#63AD94 color RGB value is (99,173,148).

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

RGB channels and saturation

R 99 of 255 = 39%
G 173 of 255 = 68%
B 148 of 255 = 58%

99
173
148

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

Portions of RGB colors in percentages

R + G + B =
99 + 173 + 148 = 420 (100%)
R 99 of 420 ~ 23.57%
G 173 of 420 ~ 41.19%
B 148 of 420 ~ 35.24%

%23.57
%41.19
%35.24

CMYK color model

#63AD94 color CMYK value is (43,0,14,32).

  • cyan value is 42.77%
  • magenta value is 0.00%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(43,0,14,32)
C43M0Y14K32 
(43%,0%,14%,32%)
(0.43/0.00/0.14/0.32)	

CMYK percentages

%42.77
%0
%14.45
%32.16

Codes

Color #63AD94 in popluar color models

63AD94
RGB99173148
HSL160°31.09%53.33%
HSB/HSV160°42.77%67.84%
CMYK42.77%0.00%14.45%
32.16%

Color #63AD94 in popluar number systems.

HEX63AD94
Decimal99173148
Binary11000111010110110010100
Octal143255224

Shades and tints

Shades of #63AD94

#63AD94
(99,173,148)
#5A9E87
(90,158,135)
#518F7A
(81,143,122)
#48806D
(72,128,109)
#3F7160
(63,113,96)
#366253
(54,98,83)
#2D5346
(45,83,70)
#244439
(36,68,57)
#1B352C
(27,53,44)
#12261F
(18,38,31)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #63AD94

#63AD94
(99,173,148)
#71B49D
(113,180,157)
#7FBBA6
(127,187,166)
#8DC2AF
(141,194,175)
#9BC9B8
(155,201,184)
#A9D0C1
(169,208,193)
#B7D7CA
(183,215,202)
#C5DED3
(197,222,211)
#D3E5DC
(211,229,220)
#E1ECE5
(225,236,229)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AD94; }

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

This text font color is #63AD94.


Background Color

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

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

This div background color is #63AD94.


Border color

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

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

This div border color is #63AD94.


Opacity

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

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

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

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

This text has shadow with #63AD94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AD94 on black background.


Color preview on white background

This text has color #63AD94 on white background.



Black color preview on #63AD94 background

This text has black color on #63AD94 background.


White color preview on #63AD94 background

This text has white color on #63AD94 background.