COLOR #A3B6CC

HEX: #A3B6CC
RGB: (163,182,204)

Color info

#A3B6CC contains red, green and blue colors in about the same proportion. Web safe color of #A3B6CC is #99CCCC (or #9CC).

RGB color model

#A3B6CC color RGB value is (163,182,204).

  • red value is 163;
  • green value is 182;
  • blue value is 204.
RGB:
(163,182,204)
(64%,71%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 182 of 255 = 71%
B 204 of 255 = 80%

163
182
204

R + G + B ~ 72%. #A3B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 182 + 204 = 549 (100%)
R 163 of 549 ~ 29.69%
G 182 of 549 ~ 33.15%
B 204 of 549 ~ 37.16%

%29.69
%33.15
%37.16

CMYK color model

#A3B6CC color CMYK value is (20,11,0,20).

  • cyan value is 20.10%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,11,0,20)
C20M11Y0K20 
(20%,11%,0%,20%)
(0.20/0.11/0.00/0.20)	

CMYK percentages

%20.1
%10.78
%0
%20

Codes

Color #A3B6CC in popluar color models

A3B6CC
RGB163182204
HSL212°28.67%71.96%
HSB/HSV212°20.10%80.00%
CMYK20.10%10.78%0.00%
20.00%

Color #A3B6CC in popluar number systems.

HEXA3B6CC
Decimal163182204
Binary101000111011011011001100
Octal243266314

Shades and tints

Shades of #A3B6CC

#A3B6CC
(163,182,204)
#95A6BA
(149,166,186)
#8796A8
(135,150,168)
#798696
(121,134,150)
#6B7684
(107,118,132)
#5D6672
(93,102,114)
#4F5660
(79,86,96)
#41464E
(65,70,78)
#33363C
(51,54,60)
#25262A
(37,38,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #A3B6CC

#A3B6CC
(163,182,204)
#ABBCD0
(171,188,208)
#B3C2D4
(179,194,212)
#BBC8D8
(187,200,216)
#C3CEDC
(195,206,220)
#CBD4E0
(203,212,224)
#D3DAE4
(211,218,228)
#DBE0E8
(219,224,232)
#E3E6EC
(227,230,236)
#EBECF0
(235,236,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B6CC color. Also use rgb(163,182,204) instead hex code.

Text Font Color

.myTextColor { color: #A3B6CC; }

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

This text font color is #A3B6CC.


Background Color

.myBgColor { background-color: #A3B6CC; }

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

This div background color is #A3B6CC.


Border color

.myBorderColor { border: 1px solid #A3B6CC; }

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

This div border color is #A3B6CC.


Opacity

.myOpacity80 { color: #A3B6CC; opacity: 0.8; }

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

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

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

This text has shadow with #A3B6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B6CC on black background.


Color preview on white background

This text has color #A3B6CC on white background.



Black color preview on #A3B6CC background

This text has black color on #A3B6CC background.


White color preview on #A3B6CC background

This text has white color on #A3B6CC background.