COLOR #63CFB6

HEX: #63CFB6
RGB: (99,207,182)

Color info

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

RGB color model

#63CFB6 color RGB value is (99,207,182).

  • red value is 99;
  • green value is 207;
  • blue value is 182.
RGB:
(99,207,182)
(39%,81%,71%)

RGB channels and saturation

R 99 of 255 = 39%
G 207 of 255 = 81%
B 182 of 255 = 71%

99
207
182

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

Portions of RGB colors in percentages

R + G + B =
99 + 207 + 182 = 488 (100%)
R 99 of 488 ~ 20.29%
G 207 of 488 ~ 42.42%
B 182 of 488 ~ 37.3%

%20.29
%42.42
%37.3

CMYK color model

#63CFB6 color CMYK value is (52,0,12,19).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 12.08%
  • key color value is 18.82%
CMYK:
(52,0,12,19)
C52M0Y12K19 
(52%,0%,12%,19%)
(0.52/0.00/0.12/0.19)	

CMYK percentages

%52.17
%0
%12.08
%18.82

Codes

Color #63CFB6 in popluar color models

63CFB6
RGB99207182
HSL166°52.94%60.00%
HSB/HSV166°52.17%81.18%
CMYK52.17%0.00%12.08%
18.82%

Color #63CFB6 in popluar number systems.

HEX63CFB6
Decimal99207182
Binary11000111100111110110110
Octal143317266

Shades and tints

Shades of #63CFB6

#63CFB6
(99,207,182)
#5ABDA6
(90,189,166)
#51AB96
(81,171,150)
#489986
(72,153,134)
#3F8776
(63,135,118)
#367566
(54,117,102)
#2D6356
(45,99,86)
#245146
(36,81,70)
#1B3F36
(27,63,54)
#122D26
(18,45,38)
#091B16
(9,27,22)
#000000
(0,0,0)

Tints of #63CFB6

#63CFB6
(99,207,182)
#71D3BC
(113,211,188)
#7FD7C2
(127,215,194)
#8DDBC8
(141,219,200)
#9BDFCE
(155,223,206)
#A9E3D4
(169,227,212)
#B7E7DA
(183,231,218)
#C5EBE0
(197,235,224)
#D3EFE6
(211,239,230)
#E1F3EC
(225,243,236)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CFB6 color. Also use rgb(99,207,182) instead hex code.

Text Font Color

.myTextColor { color: #63CFB6; }

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

This text font color is #63CFB6.


Background Color

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

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

This div background color is #63CFB6.


Border color

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

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

This div border color is #63CFB6.


Opacity

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

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

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

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

This text has shadow with #63CFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CFB6 on black background.


Color preview on white background

This text has color #63CFB6 on white background.



Black color preview on #63CFB6 background

This text has black color on #63CFB6 background.


White color preview on #63CFB6 background

This text has white color on #63CFB6 background.