COLOR #A9B7DF

HEX: #A9B7DF
RGB: (169,183,223)

Color info

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

RGB color model

#A9B7DF color RGB value is (169,183,223).

  • red value is 169;
  • green value is 183;
  • blue value is 223.
RGB:
(169,183,223)
(66%,72%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 223 of 255 = 87%

169
183
223

R + G + B ~ 75%. #A9B7DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 223 = 575 (100%)
R 169 of 575 ~ 29.39%
G 183 of 575 ~ 31.83%
B 223 of 575 ~ 38.78%

%29.39
%31.83
%38.78

CMYK color model

#A9B7DF color CMYK value is (24,18,0,13).

  • cyan value is 24.22%
  • magenta value is 17.94%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(24,18,0,13)
C24M18Y0K13 
(24%,18%,0%,13%)
(0.24/0.18/0.00/0.13)	

CMYK percentages

%24.22
%17.94
%0
%12.55

Codes

Color #A9B7DF in popluar color models

A9B7DF
RGB169183223
HSL224°45.76%76.86%
HSB/HSV224°24.22%87.45%
CMYK24.22%17.94%0.00%
12.55%

Color #A9B7DF in popluar number systems.

HEXA9B7DF
Decimal169183223
Binary101010011011011111011111
Octal251267337

Shades and tints

Shades of #A9B7DF

#A9B7DF
(169,183,223)
#9AA7CB
(154,167,203)
#8B97B7
(139,151,183)
#7C87A3
(124,135,163)
#6D778F
(109,119,143)
#5E677B
(94,103,123)
#4F5767
(79,87,103)
#404753
(64,71,83)
#31373F
(49,55,63)
#22272B
(34,39,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9B7DF

#A9B7DF
(169,183,223)
#B0BDE1
(176,189,225)
#B7C3E3
(183,195,227)
#BEC9E5
(190,201,229)
#C5CFE7
(197,207,231)
#CCD5E9
(204,213,233)
#D3DBEB
(211,219,235)
#DAE1ED
(218,225,237)
#E1E7EF
(225,231,239)
#E8EDF1
(232,237,241)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B7DF color. Also use rgb(169,183,223) instead hex code.

Text Font Color

.myTextColor { color: #A9B7DF; }

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

This text font color is #A9B7DF.


Background Color

.myBgColor { background-color: #A9B7DF; }

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

This div background color is #A9B7DF.


Border color

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

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

This div border color is #A9B7DF.


Opacity

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

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

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

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

This text has shadow with #A9B7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B7DF on black background.


Color preview on white background

This text has color #A9B7DF on white background.



Black color preview on #A9B7DF background

This text has black color on #A9B7DF background.


White color preview on #A9B7DF background

This text has white color on #A9B7DF background.