COLOR #A9B4EC

HEX: #A9B4EC RGB: (169,180,236)

Color info

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

RGB color model

#A9B4EC color RGB value is (169,180,236).

RGB: (169,180,236) (66%, 71%, 93%)

RGB channels and saturation

R 169 of 255 = 66%
G 180 of 255 = 71%
B 236 of 255 = 93%

169
180
236

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

Portions of RGB colors in percentages

R + G + B = 169 + 180 + 236 = 585 (100%)
R 169 of 585 ~ 28.89%
G 180 of 585 ~ 30.77%
B 236 of 585 ~ 40.34'%

%28.89
%30.77
%40.34

CMYK color model

#A9B4EC color CMYK value is (28,24,0,7).

  • cyan value is 28.39%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (28,24,0,7)
C28M24Y0K7 (28%, 24%, 0%, 7%)
(0.28 / 0.24 / 0.00 / 0.07)

CMYK percentages

%28.39
%23.73
%0
%7.45

Codes

Color #A9B4EC in popluar color models

A9 B4 EC
RGB 169 180 236
HSL 230° 63.81% 79.41%
HSB/HSV 230° 28.39% 92.55%
CMYK 28.39% 23.73% 0.00%
7.45%

Color #A9B4EC in popluar number systems.

HEX A9 B4 EC
Decimal 169 180 236
Binary 10101001 10110100 11101100
Octal 251 264 354

Shades and tints

Shades of #A9B4EC

#A9B4EC
(169,180,236)
#9AA4D7
(154,164,215)
#8B94C2
(139,148,194)
#7C84AD
(124,132,173)
#6D7498
(109,116,152)
#5E6483
(94,100,131)
#4F546E
(79,84,110)
#404459
(64,68,89)
#313444
(49,52,68)
#22242F
(34,36,47)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #A9B4EC

#A9B4EC
(169,180,236)
#B0BAED
(176,186,237)
#B7C0EE
(183,192,238)
#BEC6EF
(190,198,239)
#C5CCF0
(197,204,240)
#CCD2F1
(204,210,241)
#D3D8F2
(211,216,242)
#DADEF3
(218,222,243)
#E1E4F4
(225,228,244)
#E8EAF5
(232,234,245)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B4EC color. Also use rgb(169,180,236) instead hex code.

Text Font Color

.myTextColor { color: #A9B4EC; }

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

This text font color is #A9B4EC.

Background Color

.myBgColor { background-color: #A9B4EC; }

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

This div background color is #A9B4EC.

Border color

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

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

This div border color is #A9B4EC.

Opacity

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

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

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

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

This text has shadow with #A9B4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B4EC.

Preview

Color preview on black background

This text has color #A9B4EC on black background.


Color preview on white background

This text has color #A9B4EC on white background.


Black color preview on #A9B4EC background

This text has black color on #A9B4EC background.


White color preview on #A9B4EC background

This text has white color on #A9B4EC background.


Related colors

Complementary color

Complementary color for #hex is #564B13.


I love getcolorcode.com

Triadic colors

1 #ECA9B4 and #B4ECA9 with #A9B4EC are triadic colors.

2 #ECB4A9 and #B4A9EC with #A9B4EC are triadic colors.