COLOR #63AACC

HEX: #63AACC
RGB: (99,170,204)

Color info

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

RGB color model

#63AACC color RGB value is (99,170,204).

  • red value is 99;
  • green value is 170;
  • blue value is 204.
RGB:
(99,170,204)
(39%,67%,80%)

RGB channels and saturation

R 99 of 255 = 39%
G 170 of 255 = 67%
B 204 of 255 = 80%

99
170
204

R + G + B ~ 62%. #63AACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 170 + 204 = 473 (100%)
R 99 of 473 ~ 20.93%
G 170 of 473 ~ 35.94%
B 204 of 473 ~ 43.13%

%20.93
%35.94
%43.13

CMYK color model

#63AACC color CMYK value is (51,17,0,20).

  • cyan value is 51.47%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(51,17,0,20)
C51M17Y0K20 
(51%,17%,0%,20%)
(0.51/0.17/0.00/0.20)	

CMYK percentages

%51.47
%16.67
%0
%20

Codes

Color #63AACC in popluar color models

63AACC
RGB99170204
HSL199°50.72%59.41%
HSB/HSV199°51.47%80.00%
CMYK51.47%16.67%0.00%
20.00%

Color #63AACC in popluar number systems.

HEX63AACC
Decimal99170204
Binary11000111010101011001100
Octal143252314

Shades and tints

Shades of #63AACC

#63AACC
(99,170,204)
#5A9BBA
(90,155,186)
#518CA8
(81,140,168)
#487D96
(72,125,150)
#3F6E84
(63,110,132)
#365F72
(54,95,114)
#2D5060
(45,80,96)
#24414E
(36,65,78)
#1B323C
(27,50,60)
#12232A
(18,35,42)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #63AACC

#63AACC
(99,170,204)
#71B1D0
(113,177,208)
#7FB8D4
(127,184,212)
#8DBFD8
(141,191,216)
#9BC6DC
(155,198,220)
#A9CDE0
(169,205,224)
#B7D4E4
(183,212,228)
#C5DBE8
(197,219,232)
#D3E2EC
(211,226,236)
#E1E9F0
(225,233,240)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AACC color. Also use rgb(99,170,204) instead hex code.

Text Font Color

.myTextColor { color: #63AACC; }

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

This text font color is #63AACC.


Background Color

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

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

This div background color is #63AACC.


Border color

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

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

This div border color is #63AACC.


Opacity

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

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

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

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

This text has shadow with #63AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63AACC on black background.


Color preview on white background

This text has color #63AACC on white background.



Black color preview on #63AACC background

This text has black color on #63AACC background.


White color preview on #63AACC background

This text has white color on #63AACC background.