COLOR #63A8B0

HEX: #63A8B0 RGB: (99,168,176)

Color info

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

RGB color model

#63A8B0 color RGB value is (99,168,176).

RGB: (99,168,176) (39%, 66%, 69%)

RGB channels and saturation

R 99 of 255 = 39%
G 168 of 255 = 66%
B 176 of 255 = 69%

99
168
176

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

Portions of RGB colors in percentages

R + G + B = 99 + 168 + 176 = 443 (100%)
R 99 of 443 ~ 22.35%
G 168 of 443 ~ 37.92%
B 176 of 443 ~ 39.73'%

%22.35
%37.92
%39.73

CMYK color model

#63A8B0 color CMYK value is (44,5,0,31).

  • cyan value is 43.75%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (44,5,0,31)
C44M5Y0K31 (44%, 5%, 0%, 31%)
(0.44 / 0.05 / 0.00 / 0.31)

CMYK percentages

%43.75
%4.55
%0
%30.98

Codes

Color #63A8B0 in popluar color models

63 A8 B0
RGB 99 168 176
HSL 186° 32.77% 53.92%
HSB/HSV 186° 43.75% 69.02%
CMYK 43.75% 4.55% 0.00%
30.98%

Color #63A8B0 in popluar number systems.

HEX 63 A8 B0
Decimal 99 168 176
Binary 1100011 10101000 10110000
Octal 143 250 260

Shades and tints

Shades of #63A8B0

#63A8B0
(99,168,176)
#5A99A0
(90,153,160)
#518A90
(81,138,144)
#487B80
(72,123,128)
#3F6C70
(63,108,112)
#365D60
(54,93,96)
#2D4E50
(45,78,80)
#243F40
(36,63,64)
#1B3030
(27,48,48)
#122120
(18,33,32)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #63A8B0

#63A8B0
(99,168,176)
#71AFB7
(113,175,183)
#7FB6BE
(127,182,190)
#8DBDC5
(141,189,197)
#9BC4CC
(155,196,204)
#A9CBD3
(169,203,211)
#B7D2DA
(183,210,218)
#C5D9E1
(197,217,225)
#D3E0E8
(211,224,232)
#E1E7EF
(225,231,239)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A8B0 color. Also use rgb(99,168,176) instead hex code.

Text Font Color

.myTextColor { color: #63A8B0; }

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

This text font color is #63A8B0.

Background Color

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

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

This div background color is #63A8B0.

Border color

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

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

This div border color is #63A8B0.

Opacity

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

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

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

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

This text has shadow with #63A8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A8B0.

Preview

Color preview on black background

This text has color #63A8B0 on black background.


Color preview on white background

This text has color #63A8B0 on white background.


Black color preview on #63A8B0 background

This text has black color on #63A8B0 background.


White color preview on #63A8B0 background

This text has white color on #63A8B0 background.


Related colors

Complementary color

Complementary color for #hex is #9C574F.


I love getcolorcode.com

Triadic colors

1 #B063A8 and #A8B063 with #63A8B0 are triadic colors.

2 #B0A863 and #A863B0 with #63A8B0 are triadic colors.