COLOR #63A1C9

HEX: #63A1C9
RGB: (99,161,201)

Color info

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

RGB color model

#63A1C9 color RGB value is (99,161,201).

  • red value is 99;
  • green value is 161;
  • blue value is 201.
RGB:
(99,161,201)
(39%,63%,79%)

RGB channels and saturation

R 99 of 255 = 39%
G 161 of 255 = 63%
B 201 of 255 = 79%

99
161
201

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

Portions of RGB colors in percentages

R + G + B =
99 + 161 + 201 = 461 (100%)
R 99 of 461 ~ 21.48%
G 161 of 461 ~ 34.92%
B 201 of 461 ~ 43.6%

%21.48
%34.92
%43.6

CMYK color model

#63A1C9 color CMYK value is (51,20,0,21).

  • cyan value is 50.75%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(51,20,0,21)
C51M20Y0K21 
(51%,20%,0%,21%)
(0.51/0.20/0.00/0.21)	

CMYK percentages

%50.75
%19.9
%0
%21.18

Codes

Color #63A1C9 in popluar color models

63A1C9
RGB99161201
HSL204°48.57%58.82%
HSB/HSV204°50.75%78.82%
CMYK50.75%19.90%0.00%
21.18%

Color #63A1C9 in popluar number systems.

HEX63A1C9
Decimal99161201
Binary11000111010000111001001
Octal143241311

Shades and tints

Shades of #63A1C9

#63A1C9
(99,161,201)
#5A93B7
(90,147,183)
#5185A5
(81,133,165)
#487793
(72,119,147)
#3F6981
(63,105,129)
#365B6F
(54,91,111)
#2D4D5D
(45,77,93)
#243F4B
(36,63,75)
#1B3139
(27,49,57)
#122327
(18,35,39)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #63A1C9

#63A1C9
(99,161,201)
#71A9CD
(113,169,205)
#7FB1D1
(127,177,209)
#8DB9D5
(141,185,213)
#9BC1D9
(155,193,217)
#A9C9DD
(169,201,221)
#B7D1E1
(183,209,225)
#C5D9E5
(197,217,229)
#D3E1E9
(211,225,233)
#E1E9ED
(225,233,237)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A1C9 color. Also use rgb(99,161,201) instead hex code.

Text Font Color

.myTextColor { color: #63A1C9; }

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

This text font color is #63A1C9.


Background Color

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

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

This div background color is #63A1C9.


Border color

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

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

This div border color is #63A1C9.


Opacity

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

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

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

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

This text has shadow with #63A1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A1C9 on black background.


Color preview on white background

This text has color #63A1C9 on white background.



Black color preview on #63A1C9 background

This text has black color on #63A1C9 background.


White color preview on #63A1C9 background

This text has white color on #63A1C9 background.