COLOR #A3B2C0

HEX: #A3B2C0
RGB: (163,178,192)

Color info

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

RGB color model

#A3B2C0 color RGB value is (163,178,192).

  • red value is 163;
  • green value is 178;
  • blue value is 192.
RGB:
(163,178,192)
(64%,70%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 192 of 255 = 75%

163
178
192

R + G + B ~ 70%. #A3B2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 178 + 192 = 533 (100%)
R 163 of 533 ~ 30.58%
G 178 of 533 ~ 33.4%
B 192 of 533 ~ 36.02%

%30.58
%33.4
%36.02

CMYK color model

#A3B2C0 color CMYK value is (15,7,0,25).

  • cyan value is 15.10%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,7,0,25)
C15M7Y0K25 
(15%,7%,0%,25%)
(0.15/0.07/0.00/0.25)	

CMYK percentages

%15.1
%7.29
%0
%24.71

Codes

Color #A3B2C0 in popluar color models

A3B2C0
RGB163178192
HSL209°18.71%69.61%
HSB/HSV209°15.10%75.29%
CMYK15.10%7.29%0.00%
24.71%

Color #A3B2C0 in popluar number systems.

HEXA3B2C0
Decimal163178192
Binary101000111011001011000000
Octal243262300

Shades and tints

Shades of #A3B2C0

#A3B2C0
(163,178,192)
#95A2AF
(149,162,175)
#87929E
(135,146,158)
#79828D
(121,130,141)
#6B727C
(107,114,124)
#5D626B
(93,98,107)
#4F525A
(79,82,90)
#414249
(65,66,73)
#333238
(51,50,56)
#252227
(37,34,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #A3B2C0

#A3B2C0
(163,178,192)
#ABB9C5
(171,185,197)
#B3C0CA
(179,192,202)
#BBC7CF
(187,199,207)
#C3CED4
(195,206,212)
#CBD5D9
(203,213,217)
#D3DCDE
(211,220,222)
#DBE3E3
(219,227,227)
#E3EAE8
(227,234,232)
#EBF1ED
(235,241,237)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B2C0 color. Also use rgb(163,178,192) instead hex code.

Text Font Color

.myTextColor { color: #A3B2C0; }

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

This text font color is #A3B2C0.


Background Color

.myBgColor { background-color: #A3B2C0; }

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

This div background color is #A3B2C0.


Border color

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

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

This div border color is #A3B2C0.


Opacity

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

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

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

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

This text has shadow with #A3B2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B2C0 on black background.


Color preview on white background

This text has color #A3B2C0 on white background.



Black color preview on #A3B2C0 background

This text has black color on #A3B2C0 background.


White color preview on #A3B2C0 background

This text has white color on #A3B2C0 background.