COLOR #A9BDD4

HEX: #A9BDD4
RGB: (169,189,212)

Color info

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

RGB color model

#A9BDD4 color RGB value is (169,189,212).

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

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 212 of 255 = 83%

169
189
212

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

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 212 = 570 (100%)
R 169 of 570 ~ 29.65%
G 189 of 570 ~ 33.16%
B 212 of 570 ~ 37.19%

%29.65
%33.16
%37.19

CMYK color model

#A9BDD4 color CMYK value is (20,11,0,17).

  • cyan value is 20.28%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(20,11,0,17)
C20M11Y0K17 
(20%,11%,0%,17%)
(0.20/0.11/0.00/0.17)	

CMYK percentages

%20.28
%10.85
%0
%16.86

Codes

Color #A9BDD4 in popluar color models

A9BDD4
RGB169189212
HSL212°33.33%74.71%
HSB/HSV212°20.28%83.14%
CMYK20.28%10.85%0.00%
16.86%

Color #A9BDD4 in popluar number systems.

HEXA9BDD4
Decimal169189212
Binary101010011011110111010100
Octal251275324

Shades and tints

Shades of #A9BDD4

#A9BDD4
(169,189,212)
#9AACC1
(154,172,193)
#8B9BAE
(139,155,174)
#7C8A9B
(124,138,155)
#6D7988
(109,121,136)
#5E6875
(94,104,117)
#4F5762
(79,87,98)
#40464F
(64,70,79)
#31353C
(49,53,60)
#222429
(34,36,41)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #A9BDD4

#A9BDD4
(169,189,212)
#B0C3D7
(176,195,215)
#B7C9DA
(183,201,218)
#BECFDD
(190,207,221)
#C5D5E0
(197,213,224)
#CCDBE3
(204,219,227)
#D3E1E6
(211,225,230)
#DAE7E9
(218,231,233)
#E1EDEC
(225,237,236)
#E8F3EF
(232,243,239)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDD4; }

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

This text font color is #A9BDD4.


Background Color

.myBgColor { background-color: #A9BDD4; }

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

This div background color is #A9BDD4.


Border color

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

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

This div border color is #A9BDD4.


Opacity

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

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

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

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

This text has shadow with #A9BDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDD4 on black background.


Color preview on white background

This text has color #A9BDD4 on white background.



Black color preview on #A9BDD4 background

This text has black color on #A9BDD4 background.


White color preview on #A9BDD4 background

This text has white color on #A9BDD4 background.