COLOR #A9B3D6

HEX: #A9B3D6
RGB: (169,179,214)

Color info

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

RGB color model

#A9B3D6 color RGB value is (169,179,214).

  • red value is 169;
  • green value is 179;
  • blue value is 214.
RGB:
(169,179,214)
(66%,70%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 179 of 255 = 70%
B 214 of 255 = 84%

169
179
214

R + G + B ~ 73%. #A9B3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 179 + 214 = 562 (100%)
R 169 of 562 ~ 30.07%
G 179 of 562 ~ 31.85%
B 214 of 562 ~ 38.08%

%30.07
%31.85
%38.08

CMYK color model

#A9B3D6 color CMYK value is (21,16,0,16).

  • cyan value is 21.03%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,16,0,16)
C21M16Y0K16 
(21%,16%,0%,16%)
(0.21/0.16/0.00/0.16)	

CMYK percentages

%21.03
%16.36
%0
%16.08

Codes

Color #A9B3D6 in popluar color models

A9B3D6
RGB169179214
HSL227°35.43%75.10%
HSB/HSV227°21.03%83.92%
CMYK21.03%16.36%0.00%
16.08%

Color #A9B3D6 in popluar number systems.

HEXA9B3D6
Decimal169179214
Binary101010011011001111010110
Octal251263326

Shades and tints

Shades of #A9B3D6

#A9B3D6
(169,179,214)
#9AA3C3
(154,163,195)
#8B93B0
(139,147,176)
#7C839D
(124,131,157)
#6D738A
(109,115,138)
#5E6377
(94,99,119)
#4F5364
(79,83,100)
#404351
(64,67,81)
#31333E
(49,51,62)
#22232B
(34,35,43)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9B3D6

#A9B3D6
(169,179,214)
#B0B9D9
(176,185,217)
#B7BFDC
(183,191,220)
#BEC5DF
(190,197,223)
#C5CBE2
(197,203,226)
#CCD1E5
(204,209,229)
#D3D7E8
(211,215,232)
#DADDEB
(218,221,235)
#E1E3EE
(225,227,238)
#E8E9F1
(232,233,241)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B3D6 color. Also use rgb(169,179,214) instead hex code.

Text Font Color

.myTextColor { color: #A9B3D6; }

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

This text font color is #A9B3D6.


Background Color

.myBgColor { background-color: #A9B3D6; }

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

This div background color is #A9B3D6.


Border color

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

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

This div border color is #A9B3D6.


Opacity

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

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

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

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

This text has shadow with #A9B3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B3D6 on black background.


Color preview on white background

This text has color #A9B3D6 on white background.



Black color preview on #A9B3D6 background

This text has black color on #A9B3D6 background.


White color preview on #A9B3D6 background

This text has white color on #A9B3D6 background.