COLOR #A9B8DA

HEX: #A9B8DA
RGB: (169,184,218)

Color info

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

RGB color model

#A9B8DA color RGB value is (169,184,218).

  • red value is 169;
  • green value is 184;
  • blue value is 218.
RGB:
(169,184,218)
(66%,72%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 218 of 255 = 85%

169
184
218

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 218 = 571 (100%)
R 169 of 571 ~ 29.6%
G 184 of 571 ~ 32.22%
B 218 of 571 ~ 38.18%

%29.6
%32.22
%38.18

CMYK color model

#A9B8DA color CMYK value is (22,16,0,15).

  • cyan value is 22.48%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,16,0,15)
C22M16Y0K15 
(22%,16%,0%,15%)
(0.22/0.16/0.00/0.15)	

CMYK percentages

%22.48
%15.6
%0
%14.51

Codes

Color #A9B8DA in popluar color models

A9B8DA
RGB169184218
HSL222°39.84%75.88%
HSB/HSV222°22.48%85.49%
CMYK22.48%15.60%0.00%
14.51%

Color #A9B8DA in popluar number systems.

HEXA9B8DA
Decimal169184218
Binary101010011011100011011010
Octal251270332

Shades and tints

Shades of #A9B8DA

#A9B8DA
(169,184,218)
#9AA8C7
(154,168,199)
#8B98B4
(139,152,180)
#7C88A1
(124,136,161)
#6D788E
(109,120,142)
#5E687B
(94,104,123)
#4F5868
(79,88,104)
#404855
(64,72,85)
#313842
(49,56,66)
#22282F
(34,40,47)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #A9B8DA

#A9B8DA
(169,184,218)
#B0BEDD
(176,190,221)
#B7C4E0
(183,196,224)
#BECAE3
(190,202,227)
#C5D0E6
(197,208,230)
#CCD6E9
(204,214,233)
#D3DCEC
(211,220,236)
#DAE2EF
(218,226,239)
#E1E8F2
(225,232,242)
#E8EEF5
(232,238,245)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B8DA color. Also use rgb(169,184,218) instead hex code.

Text Font Color

.myTextColor { color: #A9B8DA; }

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

This text font color is #A9B8DA.


Background Color

.myBgColor { background-color: #A9B8DA; }

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

This div background color is #A9B8DA.


Border color

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

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

This div border color is #A9B8DA.


Opacity

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

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

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

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

This text has shadow with #A9B8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B8DA on black background.


Color preview on white background

This text has color #A9B8DA on white background.



Black color preview on #A9B8DA background

This text has black color on #A9B8DA background.


White color preview on #A9B8DA background

This text has white color on #A9B8DA background.