COLOR #63ABB6

HEX: #63ABB6 RGB: (99,171,182)

Color info

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

RGB color model

#63ABB6 color RGB value is (99,171,182).

RGB: (99,171,182) (39%, 67%, 71%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 182 of 255 = 71%

99
171
182

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

Portions of RGB colors in percentages

R + G + B = 99 + 171 + 182 = 452 (100%)
R 99 of 452 ~ 21.9%
G 171 of 452 ~ 37.83%
B 182 of 452 ~ 40.27'%

%21.9
%37.83
%40.27

CMYK color model

#63ABB6 color CMYK value is (46,6,0,29).

  • cyan value is 45.60%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (46,6,0,29) C46M6Y0K29 (46%,6%,0%,29%) (0.46/0.06/0.00/0.29) 

CMYK percentages

%45.6
%6.04
%0
%28.63

Codes

Color #63ABB6 in popluar color models

63 AB B6
RGB 99 171 182
HSL 188° 36.24% 55.10%
HSB/HSV 188° 45.60% 71.37%
CMYK 45.60% 6.04% 0.00%
28.63%

Color #63ABB6 in popluar number systems.

HEX 63 AB B6
Decimal 99 171 182
Binary 1100011 10101011 10110110
Octal 143 253 266

Shades and tints

Shades of #63ABB6

#63ABB6
(99,171,182)
#5A9CA6
(90,156,166)
#518D96
(81,141,150)
#487E86
(72,126,134)
#3F6F76
(63,111,118)
#366066
(54,96,102)
#2D5156
(45,81,86)
#244246
(36,66,70)
#1B3336
(27,51,54)
#122426
(18,36,38)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #63ABB6

#63ABB6
(99,171,182)
#71B2BC
(113,178,188)
#7FB9C2
(127,185,194)
#8DC0C8
(141,192,200)
#9BC7CE
(155,199,206)
#A9CED4
(169,206,212)
#B7D5DA
(183,213,218)
#C5DCE0
(197,220,224)
#D3E3E6
(211,227,230)
#E1EAEC
(225,234,236)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ABB6 color. Also use rgb(99,171,182) instead hex code.

Text Font Color

.myTextColor { color: #63ABB6; }

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

This text font color is #63ABB6.

Background Color

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

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

This div background color is #63ABB6.

Border color

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

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

This div border color is #63ABB6.

Opacity

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

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

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

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

This text has shadow with #63ABB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63ABB6.

Preview

Color preview on black background

This text has color #63ABB6 on black background.


Color preview on white background

This text has color #63ABB6 on white background.


Black color preview on #63ABB6 background

This text has black color on #63ABB6 background.


White color preview on #63ABB6 background

This text has white color on #63ABB6 background.


Related colors

Complementary color

Complementary color for #hex is #9C5449.


I love getcolorcode.com

Triadic colors

1 #B663AB and #ABB663 with #63ABB6 are triadic colors.

2 #B6AB63 and #AB63B6 with #63ABB6 are triadic colors.