COLOR #63C7BD

HEX: #63C7BD
RGB: (99,199,189)

Color info

#63C7BD contains mainly green and blue colors. Web safe color of #63C7BD is #66CCCC (or #6CC).

RGB color model

#63C7BD color RGB value is (99,199,189).

  • red value is 99;
  • green value is 199;
  • blue value is 189.
RGB:
(99,199,189)
(39%,78%,74%)

RGB channels and saturation

R 99 of 255 = 39%
G 199 of 255 = 78%
B 189 of 255 = 74%

99
199
189

R + G + B ~ 64%. #63C7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 199 + 189 = 487 (100%)
R 99 of 487 ~ 20.33%
G 199 of 487 ~ 40.86%
B 189 of 487 ~ 38.81%

%20.33
%40.86
%38.81

CMYK color model

#63C7BD color CMYK value is (50,0,5,22).

  • cyan value is 50.25%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(50,0,5,22)
C50M0Y5K22 
(50%,0%,5%,22%)
(0.50/0.00/0.05/0.22)	

CMYK percentages

%50.25
%0
%5.03
%21.96

Codes

Color #63C7BD in popluar color models

63C7BD
RGB99199189
HSL174°47.17%58.43%
HSB/HSV174°50.25%78.04%
CMYK50.25%0.00%5.03%
21.96%

Color #63C7BD in popluar number systems.

HEX63C7BD
Decimal99199189
Binary11000111100011110111101
Octal143307275

Shades and tints

Shades of #63C7BD

#63C7BD
(99,199,189)
#5AB5AC
(90,181,172)
#51A39B
(81,163,155)
#48918A
(72,145,138)
#3F7F79
(63,127,121)
#366D68
(54,109,104)
#2D5B57
(45,91,87)
#244946
(36,73,70)
#1B3735
(27,55,53)
#122524
(18,37,36)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #63C7BD

#63C7BD
(99,199,189)
#71CCC3
(113,204,195)
#7FD1C9
(127,209,201)
#8DD6CF
(141,214,207)
#9BDBD5
(155,219,213)
#A9E0DB
(169,224,219)
#B7E5E1
(183,229,225)
#C5EAE7
(197,234,231)
#D3EFED
(211,239,237)
#E1F4F3
(225,244,243)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C7BD color. Also use rgb(99,199,189) instead hex code.

Text Font Color

.myTextColor { color: #63C7BD; }

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

This text font color is #63C7BD.


Background Color

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

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

This div background color is #63C7BD.


Border color

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

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

This div border color is #63C7BD.


Opacity

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

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

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

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

This text has shadow with #63C7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C7BD on black background.


Color preview on white background

This text has color #63C7BD on white background.



Black color preview on #63C7BD background

This text has black color on #63C7BD background.


White color preview on #63C7BD background

This text has white color on #63C7BD background.