COLOR #63BBA7

HEX: #63BBA7
RGB: (99,187,167)

Color info

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

RGB color model

#63BBA7 color RGB value is (99,187,167).

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

RGB channels and saturation

R 99 of 255 = 39%
G 187 of 255 = 73%
B 167 of 255 = 65%

99
187
167

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

Portions of RGB colors in percentages

R + G + B =
99 + 187 + 167 = 453 (100%)
R 99 of 453 ~ 21.85%
G 187 of 453 ~ 41.28%
B 167 of 453 ~ 36.87%

%21.85
%41.28
%36.87

CMYK color model

#63BBA7 color CMYK value is (47,0,11,27).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(47,0,11,27)
C47M0Y11K27 
(47%,0%,11%,27%)
(0.47/0.00/0.11/0.27)	

CMYK percentages

%47.06
%0
%10.7
%26.67

Codes

Color #63BBA7 in popluar color models

63BBA7
RGB99187167
HSL166°39.29%56.08%
HSB/HSV166°47.06%73.33%
CMYK47.06%0.00%10.70%
26.67%

Color #63BBA7 in popluar number systems.

HEX63BBA7
Decimal99187167
Binary11000111011101110100111
Octal143273247

Shades and tints

Shades of #63BBA7

#63BBA7
(99,187,167)
#5AAA98
(90,170,152)
#519989
(81,153,137)
#48887A
(72,136,122)
#3F776B
(63,119,107)
#36665C
(54,102,92)
#2D554D
(45,85,77)
#24443E
(36,68,62)
#1B332F
(27,51,47)
#122220
(18,34,32)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #63BBA7

#63BBA7
(99,187,167)
#71C1AF
(113,193,175)
#7FC7B7
(127,199,183)
#8DCDBF
(141,205,191)
#9BD3C7
(155,211,199)
#A9D9CF
(169,217,207)
#B7DFD7
(183,223,215)
#C5E5DF
(197,229,223)
#D3EBE7
(211,235,231)
#E1F1EF
(225,241,239)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63BBA7; }

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

This text font color is #63BBA7.


Background Color

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

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

This div background color is #63BBA7.


Border color

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

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

This div border color is #63BBA7.


Opacity

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

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

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

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

This text has shadow with #63BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63BBA7 on black background.


Color preview on white background

This text has color #63BBA7 on white background.



Black color preview on #63BBA7 background

This text has black color on #63BBA7 background.


White color preview on #63BBA7 background

This text has white color on #63BBA7 background.