COLOR #63A7BB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
167
187

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

Portions of RGB colors in percentages

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

%21.85
%36.87
%41.28

CMYK color model

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

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

CMYK percentages

%47.06
%10.7
%0
%26.67

Codes

Color #63A7BB in popluar color models

63A7BB
RGB99167187
HSL194°39.29%56.08%
HSB/HSV194°47.06%73.33%
CMYK47.06%10.70%0.00%
26.67%

Color #63A7BB in popluar number systems.

HEX63A7BB
Decimal99167187
Binary11000111010011110111011
Octal143247273

Shades and tints

Shades of #63A7BB

#63A7BB
(99,167,187)
#5A98AA
(90,152,170)
#518999
(81,137,153)
#487A88
(72,122,136)
#3F6B77
(63,107,119)
#365C66
(54,92,102)
#2D4D55
(45,77,85)
#243E44
(36,62,68)
#1B2F33
(27,47,51)
#122022
(18,32,34)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #63A7BB

#63A7BB
(99,167,187)
#71AFC1
(113,175,193)
#7FB7C7
(127,183,199)
#8DBFCD
(141,191,205)
#9BC7D3
(155,199,211)
#A9CFD9
(169,207,217)
#B7D7DF
(183,215,223)
#C5DFE5
(197,223,229)
#D3E7EB
(211,231,235)
#E1EFF1
(225,239,241)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A7BB; }

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

This text font color is #63A7BB.


Background Color

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

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

This div background color is #63A7BB.


Border color

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

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

This div border color is #63A7BB.


Opacity

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

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

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

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

This text has shadow with #63A7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A7BB on black background.


Color preview on white background

This text has color #63A7BB on white background.



Black color preview on #63A7BB background

This text has black color on #63A7BB background.


White color preview on #63A7BB background

This text has white color on #63A7BB background.