COLOR #A3ADC2

HEX: #A3ADC2
RGB: (163,173,194)

Color info

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

RGB color model

#A3ADC2 color RGB value is (163,173,194).

  • red value is 163;
  • green value is 173;
  • blue value is 194.
RGB:
(163,173,194)
(64%,68%,76%)

RGB channels and saturation

R 163 of 255 = 64%
G 173 of 255 = 68%
B 194 of 255 = 76%

163
173
194

R + G + B ~ 69%. #A3ADC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 173 + 194 = 530 (100%)
R 163 of 530 ~ 30.75%
G 173 of 530 ~ 32.64%
B 194 of 530 ~ 36.6%

%30.75
%32.64
%36.6

CMYK color model

#A3ADC2 color CMYK value is (16,11,0,24).

  • cyan value is 15.98%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(16,11,0,24)
C16M11Y0K24 
(16%,11%,0%,24%)
(0.16/0.11/0.00/0.24)	

CMYK percentages

%15.98
%10.82
%0
%23.92

Codes

Color #A3ADC2 in popluar color models

A3ADC2
RGB163173194
HSL221°20.26%70.00%
HSB/HSV221°15.98%76.08%
CMYK15.98%10.82%0.00%
23.92%

Color #A3ADC2 in popluar number systems.

HEXA3ADC2
Decimal163173194
Binary101000111010110111000010
Octal243255302

Shades and tints

Shades of #A3ADC2

#A3ADC2
(163,173,194)
#959EB1
(149,158,177)
#878FA0
(135,143,160)
#79808F
(121,128,143)
#6B717E
(107,113,126)
#5D626D
(93,98,109)
#4F535C
(79,83,92)
#41444B
(65,68,75)
#33353A
(51,53,58)
#252629
(37,38,41)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #A3ADC2

#A3ADC2
(163,173,194)
#ABB4C7
(171,180,199)
#B3BBCC
(179,187,204)
#BBC2D1
(187,194,209)
#C3C9D6
(195,201,214)
#CBD0DB
(203,208,219)
#D3D7E0
(211,215,224)
#DBDEE5
(219,222,229)
#E3E5EA
(227,229,234)
#EBECEF
(235,236,239)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ADC2 color. Also use rgb(163,173,194) instead hex code.

Text Font Color

.myTextColor { color: #A3ADC2; }

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

This text font color is #A3ADC2.


Background Color

.myBgColor { background-color: #A3ADC2; }

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

This div background color is #A3ADC2.


Border color

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

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

This div border color is #A3ADC2.


Opacity

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

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

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

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

This text has shadow with #A3ADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ADC2 on black background.


Color preview on white background

This text has color #A3ADC2 on white background.



Black color preview on #A3ADC2 background

This text has black color on #A3ADC2 background.


White color preview on #A3ADC2 background

This text has white color on #A3ADC2 background.