COLOR #A3BDC1

HEX: #A3BDC1
RGB: (163,189,193)

Color info

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

RGB color model

#A3BDC1 color RGB value is (163,189,193).

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

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 193 of 255 = 76%

163
189
193

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

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 193 = 545 (100%)
R 163 of 545 ~ 29.91%
G 189 of 545 ~ 34.68%
B 193 of 545 ~ 35.41%

%29.91
%34.68
%35.41

CMYK color model

#A3BDC1 color CMYK value is (16,2,0,24).

  • cyan value is 15.54%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(16,2,0,24)
C16M2Y0K24 
(16%,2%,0%,24%)
(0.16/0.02/0.00/0.24)	

CMYK percentages

%15.54
%2.07
%0
%24.31

Codes

Color #A3BDC1 in popluar color models

A3BDC1
RGB163189193
HSL188°19.48%69.80%
HSB/HSV188°15.54%75.69%
CMYK15.54%2.07%0.00%
24.31%

Color #A3BDC1 in popluar number systems.

HEXA3BDC1
Decimal163189193
Binary101000111011110111000001
Octal243275301

Shades and tints

Shades of #A3BDC1

#A3BDC1
(163,189,193)
#95ACB0
(149,172,176)
#879B9F
(135,155,159)
#798A8E
(121,138,142)
#6B797D
(107,121,125)
#5D686C
(93,104,108)
#4F575B
(79,87,91)
#41464A
(65,70,74)
#333539
(51,53,57)
#252428
(37,36,40)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #A3BDC1

#A3BDC1
(163,189,193)
#ABC3C6
(171,195,198)
#B3C9CB
(179,201,203)
#BBCFD0
(187,207,208)
#C3D5D5
(195,213,213)
#CBDBDA
(203,219,218)
#D3E1DF
(211,225,223)
#DBE7E4
(219,231,228)
#E3EDE9
(227,237,233)
#EBF3EE
(235,243,238)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BDC1; }

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

This text font color is #A3BDC1.


Background Color

.myBgColor { background-color: #A3BDC1; }

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

This div background color is #A3BDC1.


Border color

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

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

This div border color is #A3BDC1.


Opacity

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

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

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

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

This text has shadow with #A3BDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BDC1 on black background.


Color preview on white background

This text has color #A3BDC1 on white background.



Black color preview on #A3BDC1 background

This text has black color on #A3BDC1 background.


White color preview on #A3BDC1 background

This text has white color on #A3BDC1 background.