COLOR #63A4BE

HEX: #63A4BE
RGB: (99,164,190)

Color info

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

RGB color model

#63A4BE color RGB value is (99,164,190).

  • red value is 99;
  • green value is 164;
  • blue value is 190.
RGB:
(99,164,190)
(39%,64%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 164 of 255 = 64%
B 190 of 255 = 75%

99
164
190

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

Portions of RGB colors in percentages

R + G + B =
99 + 164 + 190 = 453 (100%)
R 99 of 453 ~ 21.85%
G 164 of 453 ~ 36.2%
B 190 of 453 ~ 41.94%

%21.85
%36.2
%41.94

CMYK color model

#63A4BE color CMYK value is (48,14,0,25).

  • cyan value is 47.89%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(48,14,0,25)
C48M14Y0K25 
(48%,14%,0%,25%)
(0.48/0.14/0.00/0.25)	

CMYK percentages

%47.89
%13.68
%0
%25.49

Codes

Color #63A4BE in popluar color models

63A4BE
RGB99164190
HSL197°41.18%56.67%
HSB/HSV197°47.89%74.51%
CMYK47.89%13.68%0.00%
25.49%

Color #63A4BE in popluar number systems.

HEX63A4BE
Decimal99164190
Binary11000111010010010111110
Octal143244276

Shades and tints

Shades of #63A4BE

#63A4BE
(99,164,190)
#5A96AD
(90,150,173)
#51889C
(81,136,156)
#487A8B
(72,122,139)
#3F6C7A
(63,108,122)
#365E69
(54,94,105)
#2D5058
(45,80,88)
#244247
(36,66,71)
#1B3436
(27,52,54)
#122625
(18,38,37)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #63A4BE

#63A4BE
(99,164,190)
#71ACC3
(113,172,195)
#7FB4C8
(127,180,200)
#8DBCCD
(141,188,205)
#9BC4D2
(155,196,210)
#A9CCD7
(169,204,215)
#B7D4DC
(183,212,220)
#C5DCE1
(197,220,225)
#D3E4E6
(211,228,230)
#E1ECEB
(225,236,235)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A4BE color. Also use rgb(99,164,190) instead hex code.

Text Font Color

.myTextColor { color: #63A4BE; }

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

This text font color is #63A4BE.


Background Color

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

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

This div background color is #63A4BE.


Border color

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

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

This div border color is #63A4BE.


Opacity

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

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

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

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

This text has shadow with #63A4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A4BE on black background.


Color preview on white background

This text has color #63A4BE on white background.



Black color preview on #63A4BE background

This text has black color on #63A4BE background.


White color preview on #63A4BE background

This text has white color on #63A4BE background.