COLOR #A9BDD1

HEX: #A9BDD1 RGB: (169,189,209)

Color info

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

RGB color model

#A9BDD1 color RGB value is (169,189,209).

RGB: (169,189,209) (66%, 74%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 209 of 255 = 82%

169
189
209

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

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 209 = 567 (100%)
R 169 of 567 ~ 29.81%
G 189 of 567 ~ 33.33%
B 209 of 567 ~ 36.86'%

%29.81
%33.33
%36.86

CMYK color model

#A9BDD1 color CMYK value is (19,10,0,18).

  • cyan value is 19.14%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (19,10,0,18)
C19M10Y0K18 (19%, 10%, 0%, 18%)
(0.19 / 0.10 / 0.00 / 0.18)

CMYK percentages

%19.14
%9.57
%0
%18.04

Codes

Color #A9BDD1 in popluar color models

A9 BD D1
RGB 169 189 209
HSL 210° 30.30% 74.12%
HSB/HSV 210° 19.14% 81.96%
CMYK 19.14% 9.57% 0.00%
18.04%

Color #A9BDD1 in popluar number systems.

HEX A9 BD D1
Decimal 169 189 209
Binary 10101001 10111101 11010001
Octal 251 275 321

Shades and tints

Shades of #A9BDD1

#A9BDD1
(169,189,209)
#9AACBE
(154,172,190)
#8B9BAB
(139,155,171)
#7C8A98
(124,138,152)
#6D7985
(109,121,133)
#5E6872
(94,104,114)
#4F575F
(79,87,95)
#40464C
(64,70,76)
#313539
(49,53,57)
#222426
(34,36,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #A9BDD1

#A9BDD1
(169,189,209)
#B0C3D5
(176,195,213)
#B7C9D9
(183,201,217)
#BECFDD
(190,207,221)
#C5D5E1
(197,213,225)
#CCDBE5
(204,219,229)
#D3E1E9
(211,225,233)
#DAE7ED
(218,231,237)
#E1EDF1
(225,237,241)
#E8F3F5
(232,243,245)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDD1; }

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

This text font color is #A9BDD1.

Background Color

.myBgColor { background-color: #A9BDD1; }

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

This div background color is #A9BDD1.

Border color

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

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

This div border color is #A9BDD1.

Opacity

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

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

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

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

This text has shadow with #A9BDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDD1.

Preview

Color preview on black background

This text has color #A9BDD1 on black background.


Color preview on white background

This text has color #A9BDD1 on white background.


Black color preview on #A9BDD1 background

This text has black color on #A9BDD1 background.


White color preview on #A9BDD1 background

This text has white color on #A9BDD1 background.


Related colors

Complementary color

Complementary color for #hex is #56422E.


I love getcolorcode.com

Triadic colors

1 #D1A9BD and #BDD1A9 with #A9BDD1 are triadic colors.

2 #D1BDA9 and #BDA9D1 with #A9BDD1 are triadic colors.