COLOR #A3BDC0

HEX: #A3BDC0
RGB: (163,189,192)

Color info

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

RGB color model

#A3BDC0 color RGB value is (163,189,192).

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

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 192 of 255 = 75%

163
189
192

R + G + B ~ 71%. #A3BDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 192 = 544 (100%)
R 163 of 544 ~ 29.96%
G 189 of 544 ~ 34.74%
B 192 of 544 ~ 35.29%

%29.96
%34.74
%35.29

CMYK color model

#A3BDC0 color CMYK value is (15,2,0,25).

  • cyan value is 15.10%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,2,0,25)
C15M2Y0K25 
(15%,2%,0%,25%)
(0.15/0.02/0.00/0.25)	

CMYK percentages

%15.1
%1.56
%0
%24.71

Codes

Color #A3BDC0 in popluar color models

A3BDC0
RGB163189192
HSL186°18.71%69.61%
HSB/HSV186°15.10%75.29%
CMYK15.10%1.56%0.00%
24.71%

Color #A3BDC0 in popluar number systems.

HEXA3BDC0
Decimal163189192
Binary101000111011110111000000
Octal243275300

Shades and tints

Shades of #A3BDC0

#A3BDC0
(163,189,192)
#95ACAF
(149,172,175)
#879B9E
(135,155,158)
#798A8D
(121,138,141)
#6B797C
(107,121,124)
#5D686B
(93,104,107)
#4F575A
(79,87,90)
#414649
(65,70,73)
#333538
(51,53,56)
#252427
(37,36,39)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #A3BDC0

#A3BDC0
(163,189,192)
#ABC3C5
(171,195,197)
#B3C9CA
(179,201,202)
#BBCFCF
(187,207,207)
#C3D5D4
(195,213,212)
#CBDBD9
(203,219,217)
#D3E1DE
(211,225,222)
#DBE7E3
(219,231,227)
#E3EDE8
(227,237,232)
#EBF3ED
(235,243,237)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BDC0; }

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

This text font color is #A3BDC0.


Background Color

.myBgColor { background-color: #A3BDC0; }

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

This div background color is #A3BDC0.


Border color

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

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

This div border color is #A3BDC0.


Opacity

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

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

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

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

This text has shadow with #A3BDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BDC0 on black background.


Color preview on white background

This text has color #A3BDC0 on white background.



Black color preview on #A3BDC0 background

This text has black color on #A3BDC0 background.


White color preview on #A3BDC0 background

This text has white color on #A3BDC0 background.