COLOR #63B3BB

HEX: #63B3BB
RGB: (99,179,187)

Color info

#63B3BB contains mainly green and blue colors. Web safe color of #63B3BB is #6699CC (or #69C).

RGB color model

#63B3BB color RGB value is (99,179,187).

  • red value is 99;
  • green value is 179;
  • blue value is 187.
RGB:
(99,179,187)
(39%,70%,73%)

RGB channels and saturation

R 99 of 255 = 39%
G 179 of 255 = 70%
B 187 of 255 = 73%

99
179
187

R + G + B ~ 61%. #63B3BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 179 + 187 = 465 (100%)
R 99 of 465 ~ 21.29%
G 179 of 465 ~ 38.49%
B 187 of 465 ~ 40.22%

%21.29
%38.49
%40.22

CMYK color model

#63B3BB color CMYK value is (47,4,0,27).

  • cyan value is 47.06%
  • magenta value is 4.28%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(47,4,0,27)
C47M4Y0K27 
(47%,4%,0%,27%)
(0.47/0.04/0.00/0.27)	

CMYK percentages

%47.06
%4.28
%0
%26.67

Codes

Color #63B3BB in popluar color models

63B3BB
RGB99179187
HSL185°39.29%56.08%
HSB/HSV185°47.06%73.33%
CMYK47.06%4.28%0.00%
26.67%

Color #63B3BB in popluar number systems.

HEX63B3BB
Decimal99179187
Binary11000111011001110111011
Octal143263273

Shades and tints

Shades of #63B3BB

#63B3BB
(99,179,187)
#5AA3AA
(90,163,170)
#519399
(81,147,153)
#488388
(72,131,136)
#3F7377
(63,115,119)
#366366
(54,99,102)
#2D5355
(45,83,85)
#244344
(36,67,68)
#1B3333
(27,51,51)
#122322
(18,35,34)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #63B3BB

#63B3BB
(99,179,187)
#71B9C1
(113,185,193)
#7FBFC7
(127,191,199)
#8DC5CD
(141,197,205)
#9BCBD3
(155,203,211)
#A9D1D9
(169,209,217)
#B7D7DF
(183,215,223)
#C5DDE5
(197,221,229)
#D3E3EB
(211,227,235)
#E1E9F1
(225,233,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B3BB color. Also use rgb(99,179,187) instead hex code.

Text Font Color

.myTextColor { color: #63B3BB; }

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

This text font color is #63B3BB.


Background Color

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

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

This div background color is #63B3BB.


Border color

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

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

This div border color is #63B3BB.


Opacity

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

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

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

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

This text has shadow with #63B3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B3BB on black background.


Color preview on white background

This text has color #63B3BB on white background.



Black color preview on #63B3BB background

This text has black color on #63B3BB background.


White color preview on #63B3BB background

This text has white color on #63B3BB background.