COLOR #A9BBD4

HEX: #A9BBD4 RGB: (169,187,212)

Color info

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

RGB color model

#A9BBD4 color RGB value is (169,187,212).

RGB: (169,187,212) (66%, 73%, 83%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 212 of 255 = 83%

169
187
212

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

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 212 = 568 (100%)
R 169 of 568 ~ 29.75%
G 187 of 568 ~ 32.92%
B 212 of 568 ~ 37.32'%

%29.75
%32.92
%37.32

CMYK color model

#A9BBD4 color CMYK value is (20,12,0,17).

  • cyan value is 20.28%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (20,12,0,17)
C20M12Y0K17 (20%, 12%, 0%, 17%)
(0.20 / 0.12 / 0.00 / 0.17)

CMYK percentages

%20.28
%11.79
%0
%16.86

Codes

Color #A9BBD4 in popluar color models

A9 BB D4
RGB 169 187 212
HSL 215° 33.33% 74.71%
HSB/HSV 215° 20.28% 83.14%
CMYK 20.28% 11.79% 0.00%
16.86%

Color #A9BBD4 in popluar number systems.

HEX A9 BB D4
Decimal 169 187 212
Binary 10101001 10111011 11010100
Octal 251 273 324

Shades and tints

Shades of #A9BBD4

#A9BBD4
(169,187,212)
#9AAAC1
(154,170,193)
#8B99AE
(139,153,174)
#7C889B
(124,136,155)
#6D7788
(109,119,136)
#5E6675
(94,102,117)
#4F5562
(79,85,98)
#40444F
(64,68,79)
#31333C
(49,51,60)
#222229
(34,34,41)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #A9BBD4

#A9BBD4
(169,187,212)
#B0C1D7
(176,193,215)
#B7C7DA
(183,199,218)
#BECDDD
(190,205,221)
#C5D3E0
(197,211,224)
#CCD9E3
(204,217,227)
#D3DFE6
(211,223,230)
#DAE5E9
(218,229,233)
#E1EBEC
(225,235,236)
#E8F1EF
(232,241,239)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBD4; }

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

This text font color is #A9BBD4.

Background Color

.myBgColor { background-color: #A9BBD4; }

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

This div background color is #A9BBD4.

Border color

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

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

This div border color is #A9BBD4.

Opacity

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

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

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

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

This text has shadow with #A9BBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBD4.

Preview

Color preview on black background

This text has color #A9BBD4 on black background.


Color preview on white background

This text has color #A9BBD4 on white background.


Black color preview on #A9BBD4 background

This text has black color on #A9BBD4 background.


White color preview on #A9BBD4 background

This text has white color on #A9BBD4 background.


Related colors

Complementary color

Complementary color for #hex is #56442B.


I love getcolorcode.com

Triadic colors

1 #D4A9BB and #BBD4A9 with #A9BBD4 are triadic colors.

2 #D4BBA9 and #BBA9D4 with #A9BBD4 are triadic colors.