COLOR #A9BAED

HEX: #A9BAED RGB: (169,186,237)

Color info

#A9BAED contains mainly green and blue colors. Web safe color of #A9BAED is #99CCFF (or #9CF).

RGB color model

#A9BAED color RGB value is (169,186,237).

RGB: (169,186,237) (66%, 73%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 186 of 255 = 73%
B 237 of 255 = 93%

169
186
237

R + G + B ~ 77%. #A9BAED is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 186 + 237 = 592 (100%)
R 169 of 592 ~ 28.55%
G 186 of 592 ~ 31.42%
B 237 of 592 ~ 40.03'%

%28.55
%31.42
%40.03

CMYK color model

#A9BAED color CMYK value is (29,22,0,7).

  • cyan value is 28.69%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (29,22,0,7)
C29M22Y0K7 (29%, 22%, 0%, 7%)
(0.29 / 0.22 / 0.00 / 0.07)

CMYK percentages

%28.69
%21.52
%0
%7.06

Codes

Color #A9BAED in popluar color models

A9 BA ED
RGB 169 186 237
HSL 225° 65.38% 79.61%
HSB/HSV 225° 28.69% 92.94%
CMYK 28.69% 21.52% 0.00%
7.06%

Color #A9BAED in popluar number systems.

HEX A9 BA ED
Decimal 169 186 237
Binary 10101001 10111010 11101101
Octal 251 272 355

Shades and tints

Shades of #A9BAED

#A9BAED
(169,186,237)
#9AAAD8
(154,170,216)
#8B9AC3
(139,154,195)
#7C8AAE
(124,138,174)
#6D7A99
(109,122,153)
#5E6A84
(94,106,132)
#4F5A6F
(79,90,111)
#404A5A
(64,74,90)
#313A45
(49,58,69)
#222A30
(34,42,48)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #A9BAED

#A9BAED
(169,186,237)
#B0C0EE
(176,192,238)
#B7C6EF
(183,198,239)
#BECCF0
(190,204,240)
#C5D2F1
(197,210,241)
#CCD8F2
(204,216,242)
#D3DEF3
(211,222,243)
#DAE4F4
(218,228,244)
#E1EAF5
(225,234,245)
#E8F0F6
(232,240,246)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BAED color. Also use rgb(169,186,237) instead hex code.

Text Font Color

.myTextColor { color: #A9BAED; }

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

This text font color is #A9BAED.

Background Color

.myBgColor { background-color: #A9BAED; }

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

This div background color is #A9BAED.

Border color

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

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

This div border color is #A9BAED.

Opacity

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

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

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

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

This text has shadow with #A9BAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BAED.

Preview

Color preview on black background

This text has color #A9BAED on black background.


Color preview on white background

This text has color #A9BAED on white background.


Black color preview on #A9BAED background

This text has black color on #A9BAED background.


White color preview on #A9BAED background

This text has white color on #A9BAED background.


Related colors

Complementary color

Complementary color for #hex is #564512.


I love getcolorcode.com

Triadic colors

1 #EDA9BA and #BAEDA9 with #A9BAED are triadic colors.

2 #EDBAA9 and #BAA9ED with #A9BAED are triadic colors.