COLOR #A9BDDE

HEX: #A9BDDE RGB: (169,189,222)

Color info

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

RGB color model

#A9BDDE color RGB value is (169,189,222).

RGB: (169,189,222) (66%, 74%, 87%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 222 of 255 = 87%

169
189
222

R + G + B ~ 76%. #A9BDDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 222 = 580 (100%)
R 169 of 580 ~ 29.14%
G 189 of 580 ~ 32.59%
B 222 of 580 ~ 38.28'%

%29.14
%32.59
%38.28

CMYK color model

#A9BDDE color CMYK value is (24,15,0,13).

  • cyan value is 23.87%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (24,15,0,13)
C24M15Y0K13 (24%, 15%, 0%, 13%)
(0.24 / 0.15 / 0.00 / 0.13)

CMYK percentages

%23.87
%14.86
%0
%12.94

Codes

Color #A9BDDE in popluar color models

A9 BD DE
RGB 169 189 222
HSL 217° 44.54% 76.67%
HSB/HSV 217° 23.87% 87.06%
CMYK 23.87% 14.86% 0.00%
12.94%

Color #A9BDDE in popluar number systems.

HEX A9 BD DE
Decimal 169 189 222
Binary 10101001 10111101 11011110
Octal 251 275 336

Shades and tints

Shades of #A9BDDE

#A9BDDE
(169,189,222)
#9AACCA
(154,172,202)
#8B9BB6
(139,155,182)
#7C8AA2
(124,138,162)
#6D798E
(109,121,142)
#5E687A
(94,104,122)
#4F5766
(79,87,102)
#404652
(64,70,82)
#31353E
(49,53,62)
#22242A
(34,36,42)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A9BDDE

#A9BDDE
(169,189,222)
#B0C3E1
(176,195,225)
#B7C9E4
(183,201,228)
#BECFE7
(190,207,231)
#C5D5EA
(197,213,234)
#CCDBED
(204,219,237)
#D3E1F0
(211,225,240)
#DAE7F3
(218,231,243)
#E1EDF6
(225,237,246)
#E8F3F9
(232,243,249)
#EFF9FC
(239,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDDE; }

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

This text font color is #A9BDDE.

Background Color

.myBgColor { background-color: #A9BDDE; }

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

This div background color is #A9BDDE.

Border color

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

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

This div border color is #A9BDDE.

Opacity

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

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

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

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

This text has shadow with #A9BDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDDE.

Preview

Color preview on black background

This text has color #A9BDDE on black background.


Color preview on white background

This text has color #A9BDDE on white background.


Black color preview on #A9BDDE background

This text has black color on #A9BDDE background.


White color preview on #A9BDDE background

This text has white color on #A9BDDE background.


Related colors

Complementary color

Complementary color for #hex is #564221.


I love getcolorcode.com

Triadic colors

1 #DEA9BD and #BDDEA9 with #A9BDDE are triadic colors.

2 #DEBDA9 and #BDA9DE with #A9BDDE are triadic colors.