COLOR #63A9B4

HEX: #63A9B4
RGB: (99,169,180)

Color info

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

RGB color model

#63A9B4 color RGB value is (99,169,180).

  • red value is 99;
  • green value is 169;
  • blue value is 180.
RGB:
(99,169,180)
(39%,66%,71%)

RGB channels and saturation

R 99 of 255 = 39%
G 169 of 255 = 66%
B 180 of 255 = 71%

99
169
180

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

Portions of RGB colors in percentages

R + G + B =
99 + 169 + 180 = 448 (100%)
R 99 of 448 ~ 22.1%
G 169 of 448 ~ 37.72%
B 180 of 448 ~ 40.18%

%22.1
%37.72
%40.18

CMYK color model

#63A9B4 color CMYK value is (45,6,0,29).

  • cyan value is 45.00%
  • magenta value is 6.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(45,6,0,29)
C45M6Y0K29 
(45%,6%,0%,29%)
(0.45/0.06/0.00/0.29)	

CMYK percentages

%45
%6.11
%0
%29.41

Codes

Color #63A9B4 in popluar color models

63A9B4
RGB99169180
HSL188°35.06%54.71%
HSB/HSV188°45.00%70.59%
CMYK45.00%6.11%0.00%
29.41%

Color #63A9B4 in popluar number systems.

HEX63A9B4
Decimal99169180
Binary11000111010100110110100
Octal143251264

Shades and tints

Shades of #63A9B4

#63A9B4
(99,169,180)
#5A9AA4
(90,154,164)
#518B94
(81,139,148)
#487C84
(72,124,132)
#3F6D74
(63,109,116)
#365E64
(54,94,100)
#2D4F54
(45,79,84)
#244044
(36,64,68)
#1B3134
(27,49,52)
#122224
(18,34,36)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #63A9B4

#63A9B4
(99,169,180)
#71B0BA
(113,176,186)
#7FB7C0
(127,183,192)
#8DBEC6
(141,190,198)
#9BC5CC
(155,197,204)
#A9CCD2
(169,204,210)
#B7D3D8
(183,211,216)
#C5DADE
(197,218,222)
#D3E1E4
(211,225,228)
#E1E8EA
(225,232,234)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A9B4 color. Also use rgb(99,169,180) instead hex code.

Text Font Color

.myTextColor { color: #63A9B4; }

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

This text font color is #63A9B4.


Background Color

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

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

This div background color is #63A9B4.


Border color

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

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

This div border color is #63A9B4.


Opacity

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

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

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

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

This text has shadow with #63A9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A9B4 on black background.


Color preview on white background

This text has color #63A9B4 on white background.



Black color preview on #63A9B4 background

This text has black color on #63A9B4 background.


White color preview on #63A9B4 background

This text has white color on #63A9B4 background.