COLOR #A3B9CB

HEX: #A3B9CB
RGB: (163,185,203)

Color info

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

RGB color model

#A3B9CB color RGB value is (163,185,203).

  • red value is 163;
  • green value is 185;
  • blue value is 203.
RGB:
(163,185,203)
(64%,73%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 203 of 255 = 80%

163
185
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 185 + 203 = 551 (100%)
R 163 of 551 ~ 29.58%
G 185 of 551 ~ 33.58%
B 203 of 551 ~ 36.84%

%29.58
%33.58
%36.84

CMYK color model

#A3B9CB color CMYK value is (20,9,0,20).

  • cyan value is 19.70%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,9,0,20)
C20M9Y0K20 
(20%,9%,0%,20%)
(0.20/0.09/0.00/0.20)	

CMYK percentages

%19.7
%8.87
%0
%20.39

Codes

Color #A3B9CB in popluar color models

A3B9CB
RGB163185203
HSL207°27.78%71.76%
HSB/HSV207°19.70%79.61%
CMYK19.70%8.87%0.00%
20.39%

Color #A3B9CB in popluar number systems.

HEXA3B9CB
Decimal163185203
Binary101000111011100111001011
Octal243271313

Shades and tints

Shades of #A3B9CB

#A3B9CB
(163,185,203)
#95A9B9
(149,169,185)
#8799A7
(135,153,167)
#798995
(121,137,149)
#6B7983
(107,121,131)
#5D6971
(93,105,113)
#4F595F
(79,89,95)
#41494D
(65,73,77)
#33393B
(51,57,59)
#252929
(37,41,41)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #A3B9CB

#A3B9CB
(163,185,203)
#ABBFCF
(171,191,207)
#B3C5D3
(179,197,211)
#BBCBD7
(187,203,215)
#C3D1DB
(195,209,219)
#CBD7DF
(203,215,223)
#D3DDE3
(211,221,227)
#DBE3E7
(219,227,231)
#E3E9EB
(227,233,235)
#EBEFEF
(235,239,239)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B9CB color. Also use rgb(163,185,203) instead hex code.

Text Font Color

.myTextColor { color: #A3B9CB; }

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

This text font color is #A3B9CB.


Background Color

.myBgColor { background-color: #A3B9CB; }

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

This div background color is #A3B9CB.


Border color

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

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

This div border color is #A3B9CB.


Opacity

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

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

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

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

This text has shadow with #A3B9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B9CB on black background.


Color preview on white background

This text has color #A3B9CB on white background.



Black color preview on #A3B9CB background

This text has black color on #A3B9CB background.


White color preview on #A3B9CB background

This text has white color on #A3B9CB background.