COLOR #63BC9E

HEX: #63BC9E
RGB: (99,188,158)

Color info

#63BC9E contains mainly green and blue colors. Web safe color of #63BC9E is #66CC99 (or #6C9).

RGB color model

#63BC9E color RGB value is (99,188,158).

  • red value is 99;
  • green value is 188;
  • blue value is 158.
RGB:
(99,188,158)
(39%,74%,62%)

RGB channels and saturation

R 99 of 255 = 39%
G 188 of 255 = 74%
B 158 of 255 = 62%

99
188
158

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

Portions of RGB colors in percentages

R + G + B =
99 + 188 + 158 = 445 (100%)
R 99 of 445 ~ 22.25%
G 188 of 445 ~ 42.25%
B 158 of 445 ~ 35.51%

%22.25
%42.25
%35.51

CMYK color model

#63BC9E color CMYK value is (47,0,16,26).

  • cyan value is 47.34%
  • magenta value is 0.00%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(47,0,16,26)
C47M0Y16K26 
(47%,0%,16%,26%)
(0.47/0.00/0.16/0.26)	

CMYK percentages

%47.34
%0
%15.96
%26.27

Codes

Color #63BC9E in popluar color models

63BC9E
RGB99188158
HSL160°39.91%56.27%
HSB/HSV160°47.34%73.73%
CMYK47.34%0.00%15.96%
26.27%

Color #63BC9E in popluar number systems.

HEX63BC9E
Decimal99188158
Binary11000111011110010011110
Octal143274236

Shades and tints

Shades of #63BC9E

#63BC9E
(99,188,158)
#5AAB90
(90,171,144)
#519A82
(81,154,130)
#488974
(72,137,116)
#3F7866
(63,120,102)
#366758
(54,103,88)
#2D564A
(45,86,74)
#24453C
(36,69,60)
#1B342E
(27,52,46)
#122320
(18,35,32)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #63BC9E

#63BC9E
(99,188,158)
#71C2A6
(113,194,166)
#7FC8AE
(127,200,174)
#8DCEB6
(141,206,182)
#9BD4BE
(155,212,190)
#A9DAC6
(169,218,198)
#B7E0CE
(183,224,206)
#C5E6D6
(197,230,214)
#D3ECDE
(211,236,222)
#E1F2E6
(225,242,230)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BC9E color. Also use rgb(99,188,158) instead hex code.

Text Font Color

.myTextColor { color: #63BC9E; }

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

This text font color is #63BC9E.


Background Color

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

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

This div background color is #63BC9E.


Border color

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

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

This div border color is #63BC9E.


Opacity

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

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

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

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

This text has shadow with #63BC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BC9E on black background.


Color preview on white background

This text has color #63BC9E on white background.



Black color preview on #63BC9E background

This text has black color on #63BC9E background.


White color preview on #63BC9E background

This text has white color on #63BC9E background.