COLOR #A9BDEF

HEX: #A9BDEF
RGB: (169,189,239)

Color info

#A9BDEF contains mainly green and blue colors. Web safe color of #A9BDEF is #99CCFF (or #9CF).

RGB color model

#A9BDEF color RGB value is (169,189,239).

  • red value is 169;
  • green value is 189;
  • blue value is 239.
RGB:
(169,189,239)
(66%,74%,94%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 239 of 255 = 94%

169
189
239

R + G + B ~ 78%. #A9BDEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 239 = 597 (100%)
R 169 of 597 ~ 28.31%
G 189 of 597 ~ 31.66%
B 239 of 597 ~ 40.03%

%28.31
%31.66
%40.03

CMYK color model

#A9BDEF color CMYK value is (29,21,0,6).

  • cyan value is 29.29%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,21,0,6)
C29M21Y0K6 
(29%,21%,0%,6%)
(0.29/0.21/0.00/0.06)	

CMYK percentages

%29.29
%20.92
%0
%6.27

Codes

Color #A9BDEF in popluar color models

A9BDEF
RGB169189239
HSL223°68.63%80.00%
HSB/HSV223°29.29%93.73%
CMYK29.29%20.92%0.00%
6.27%

Color #A9BDEF in popluar number systems.

HEXA9BDEF
Decimal169189239
Binary101010011011110111101111
Octal251275357

Shades and tints

Shades of #A9BDEF

#A9BDEF
(169,189,239)
#9AACDA
(154,172,218)
#8B9BC5
(139,155,197)
#7C8AB0
(124,138,176)
#6D799B
(109,121,155)
#5E6886
(94,104,134)
#4F5771
(79,87,113)
#40465C
(64,70,92)
#313547
(49,53,71)
#222432
(34,36,50)
#13131D
(19,19,29)
#000000
(0,0,0)

Tints of #A9BDEF

#A9BDEF
(169,189,239)
#B0C3F0
(176,195,240)
#B7C9F1
(183,201,241)
#BECFF2
(190,207,242)
#C5D5F3
(197,213,243)
#CCDBF4
(204,219,244)
#D3E1F5
(211,225,245)
#DAE7F6
(218,231,246)
#E1EDF7
(225,237,247)
#E8F3F8
(232,243,248)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BDEF color. Also use rgb(169,189,239) instead hex code.

Text Font Color

.myTextColor { color: #A9BDEF; }

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

This text font color is #A9BDEF.


Background Color

.myBgColor { background-color: #A9BDEF; }

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

This div background color is #A9BDEF.


Border color

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

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

This div border color is #A9BDEF.


Opacity

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

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

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

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

This text has shadow with #A9BDEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDEF on black background.


Color preview on white background

This text has color #A9BDEF on white background.



Black color preview on #A9BDEF background

This text has black color on #A9BDEF background.


White color preview on #A9BDEF background

This text has white color on #A9BDEF background.