COLOR #A3B7CB

HEX: #A3B7CB
RGB: (163,183,203)

Color info

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

RGB color model

#A3B7CB color RGB value is (163,183,203).

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

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 203 of 255 = 80%

163
183
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 203 = 549 (100%)
R 163 of 549 ~ 29.69%
G 183 of 549 ~ 33.33%
B 203 of 549 ~ 36.98%

%29.69
%33.33
%36.98

CMYK color model

#A3B7CB color CMYK value is (20,10,0,20).

  • cyan value is 19.70%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,10,0,20)
C20M10Y0K20 
(20%,10%,0%,20%)
(0.20/0.10/0.00/0.20)	

CMYK percentages

%19.7
%9.85
%0
%20.39

Codes

Color #A3B7CB in popluar color models

A3B7CB
RGB163183203
HSL210°27.78%71.76%
HSB/HSV210°19.70%79.61%
CMYK19.70%9.85%0.00%
20.39%

Color #A3B7CB in popluar number systems.

HEXA3B7CB
Decimal163183203
Binary101000111011011111001011
Octal243267313

Shades and tints

Shades of #A3B7CB

#A3B7CB
(163,183,203)
#95A7B9
(149,167,185)
#8797A7
(135,151,167)
#798795
(121,135,149)
#6B7783
(107,119,131)
#5D6771
(93,103,113)
#4F575F
(79,87,95)
#41474D
(65,71,77)
#33373B
(51,55,59)
#252729
(37,39,41)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #A3B7CB

#A3B7CB
(163,183,203)
#ABBDCF
(171,189,207)
#B3C3D3
(179,195,211)
#BBC9D7
(187,201,215)
#C3CFDB
(195,207,219)
#CBD5DF
(203,213,223)
#D3DBE3
(211,219,227)
#DBE1E7
(219,225,231)
#E3E7EB
(227,231,235)
#EBEDEF
(235,237,239)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B7CB; }

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

This text font color is #A3B7CB.


Background Color

.myBgColor { background-color: #A3B7CB; }

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

This div background color is #A3B7CB.


Border color

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

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

This div border color is #A3B7CB.


Opacity

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

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

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

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

This text has shadow with #A3B7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B7CB on black background.


Color preview on white background

This text has color #A3B7CB on white background.



Black color preview on #A3B7CB background

This text has black color on #A3B7CB background.


White color preview on #A3B7CB background

This text has white color on #A3B7CB background.