COLOR #A9BDD5

HEX: #A9BDD5
RGB: (169,189,213)

Color info

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

RGB color model

#A9BDD5 color RGB value is (169,189,213).

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

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 213 of 255 = 84%

169
189
213

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

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 213 = 571 (100%)
R 169 of 571 ~ 29.6%
G 189 of 571 ~ 33.1%
B 213 of 571 ~ 37.3%

%29.6
%33.1
%37.3

CMYK color model

#A9BDD5 color CMYK value is (21,11,0,16).

  • cyan value is 20.66%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,11,0,16)
C21M11Y0K16 
(21%,11%,0%,16%)
(0.21/0.11/0.00/0.16)	

CMYK percentages

%20.66
%11.27
%0
%16.47

Codes

Color #A9BDD5 in popluar color models

A9BDD5
RGB169189213
HSL213°34.38%74.90%
HSB/HSV213°20.66%83.53%
CMYK20.66%11.27%0.00%
16.47%

Color #A9BDD5 in popluar number systems.

HEXA9BDD5
Decimal169189213
Binary101010011011110111010101
Octal251275325

Shades and tints

Shades of #A9BDD5

#A9BDD5
(169,189,213)
#9AACC2
(154,172,194)
#8B9BAF
(139,155,175)
#7C8A9C
(124,138,156)
#6D7989
(109,121,137)
#5E6876
(94,104,118)
#4F5763
(79,87,99)
#404650
(64,70,80)
#31353D
(49,53,61)
#22242A
(34,36,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A9BDD5

#A9BDD5
(169,189,213)
#B0C3D8
(176,195,216)
#B7C9DB
(183,201,219)
#BECFDE
(190,207,222)
#C5D5E1
(197,213,225)
#CCDBE4
(204,219,228)
#D3E1E7
(211,225,231)
#DAE7EA
(218,231,234)
#E1EDED
(225,237,237)
#E8F3F0
(232,243,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDD5; }

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

This text font color is #A9BDD5.


Background Color

.myBgColor { background-color: #A9BDD5; }

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

This div background color is #A9BDD5.


Border color

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

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

This div border color is #A9BDD5.


Opacity

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

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

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

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

This text has shadow with #A9BDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDD5 on black background.


Color preview on white background

This text has color #A9BDD5 on white background.



Black color preview on #A9BDD5 background

This text has black color on #A9BDD5 background.


White color preview on #A9BDD5 background

This text has white color on #A9BDD5 background.