COLOR #A9B5D6

HEX: #A9B5D6
RGB: (169,181,214)

Color info

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

RGB color model

#A9B5D6 color RGB value is (169,181,214).

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

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 214 of 255 = 84%

169
181
214

R + G + B ~ 74%. #A9B5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 214 = 564 (100%)
R 169 of 564 ~ 29.96%
G 181 of 564 ~ 32.09%
B 214 of 564 ~ 37.94%

%29.96
%32.09
%37.94

CMYK color model

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

  • cyan value is 21.03%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,15,0,16)
C21M15Y0K16 
(21%,15%,0%,16%)
(0.21/0.15/0.00/0.16)	

CMYK percentages

%21.03
%15.42
%0
%16.08

Codes

Color #A9B5D6 in popluar color models

A9B5D6
RGB169181214
HSL224°35.43%75.10%
HSB/HSV224°21.03%83.92%
CMYK21.03%15.42%0.00%
16.08%

Color #A9B5D6 in popluar number systems.

HEXA9B5D6
Decimal169181214
Binary101010011011010111010110
Octal251265326

Shades and tints

Shades of #A9B5D6

#A9B5D6
(169,181,214)
#9AA5C3
(154,165,195)
#8B95B0
(139,149,176)
#7C859D
(124,133,157)
#6D758A
(109,117,138)
#5E6577
(94,101,119)
#4F5564
(79,85,100)
#404551
(64,69,81)
#31353E
(49,53,62)
#22252B
(34,37,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #A9B5D6

#A9B5D6
(169,181,214)
#B0BBD9
(176,187,217)
#B7C1DC
(183,193,220)
#BEC7DF
(190,199,223)
#C5CDE2
(197,205,226)
#CCD3E5
(204,211,229)
#D3D9E8
(211,217,232)
#DADFEB
(218,223,235)
#E1E5EE
(225,229,238)
#E8EBF1
(232,235,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5D6; }

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

This text font color is #A9B5D6.


Background Color

.myBgColor { background-color: #A9B5D6; }

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

This div background color is #A9B5D6.


Border color

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

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

This div border color is #A9B5D6.


Opacity

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

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

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

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

This text has shadow with #A9B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B5D6 on black background.


Color preview on white background

This text has color #A9B5D6 on white background.



Black color preview on #A9B5D6 background

This text has black color on #A9B5D6 background.


White color preview on #A9B5D6 background

This text has white color on #A9B5D6 background.