COLOR #63A3B3

HEX: #63A3B3
RGB: (99,163,179)

Color info

#63A3B3 contains mainly green and blue colors. Web safe color of #63A3B3 is #669999 (or #699).

RGB color model

#63A3B3 color RGB value is (99,163,179).

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

RGB channels and saturation

R 99 of 255 = 39%
G 163 of 255 = 64%
B 179 of 255 = 70%

99
163
179

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

Portions of RGB colors in percentages

R + G + B =
99 + 163 + 179 = 441 (100%)
R 99 of 441 ~ 22.45%
G 163 of 441 ~ 36.96%
B 179 of 441 ~ 40.59%

%22.45
%36.96
%40.59

CMYK color model

#63A3B3 color CMYK value is (45,9,0,30).

  • cyan value is 44.69%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(45,9,0,30)
C45M9Y0K30 
(45%,9%,0%,30%)
(0.45/0.09/0.00/0.30)	

CMYK percentages

%44.69
%8.94
%0
%29.8

Codes

Color #63A3B3 in popluar color models

63A3B3
RGB99163179
HSL192°34.48%54.51%
HSB/HSV192°44.69%70.20%
CMYK44.69%8.94%0.00%
29.80%

Color #63A3B3 in popluar number systems.

HEX63A3B3
Decimal99163179
Binary11000111010001110110011
Octal143243263

Shades and tints

Shades of #63A3B3

#63A3B3
(99,163,179)
#5A95A3
(90,149,163)
#518793
(81,135,147)
#487983
(72,121,131)
#3F6B73
(63,107,115)
#365D63
(54,93,99)
#2D4F53
(45,79,83)
#244143
(36,65,67)
#1B3333
(27,51,51)
#122523
(18,37,35)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #63A3B3

#63A3B3
(99,163,179)
#71ABB9
(113,171,185)
#7FB3BF
(127,179,191)
#8DBBC5
(141,187,197)
#9BC3CB
(155,195,203)
#A9CBD1
(169,203,209)
#B7D3D7
(183,211,215)
#C5DBDD
(197,219,221)
#D3E3E3
(211,227,227)
#E1EBE9
(225,235,233)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A3B3; }

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

This text font color is #63A3B3.


Background Color

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

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

This div background color is #63A3B3.


Border color

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

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

This div border color is #63A3B3.


Opacity

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

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

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

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

This text has shadow with #63A3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A3B3 on black background.


Color preview on white background

This text has color #63A3B3 on white background.



Black color preview on #63A3B3 background

This text has black color on #63A3B3 background.


White color preview on #63A3B3 background

This text has white color on #63A3B3 background.