COLOR #A9BCCE

HEX: #A9BCCE RGB: (169,188,206)

Color info

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

RGB color model

#A9BCCE color RGB value is (169,188,206).

RGB: (169,188,206) (66%, 74%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 206 of 255 = 81%

169
188
206

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 206 = 563 (100%)
R 169 of 563 ~ 30.02%
G 188 of 563 ~ 33.39%
B 206 of 563 ~ 36.59'%

%30.02
%33.39
%36.59

CMYK color model

#A9BCCE color CMYK value is (18,9,0,19).

  • cyan value is 17.96%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (18,9,0,19)
C18M9Y0K19 (18%, 9%, 0%, 19%)
(0.18 / 0.09 / 0.00 / 0.19)

CMYK percentages

%17.96
%8.74
%0
%19.22

Codes

Color #A9BCCE in popluar color models

A9 BC CE
RGB 169 188 206
HSL 209° 27.41% 73.53%
HSB/HSV 209° 17.96% 80.78%
CMYK 17.96% 8.74% 0.00%
19.22%

Color #A9BCCE in popluar number systems.

HEX A9 BC CE
Decimal 169 188 206
Binary 10101001 10111100 11001110
Octal 251 274 316

Shades and tints

Shades of #A9BCCE

#A9BCCE
(169,188,206)
#9AABBC
(154,171,188)
#8B9AAA
(139,154,170)
#7C8998
(124,137,152)
#6D7886
(109,120,134)
#5E6774
(94,103,116)
#4F5662
(79,86,98)
#404550
(64,69,80)
#31343E
(49,52,62)
#22232C
(34,35,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #A9BCCE

#A9BCCE
(169,188,206)
#B0C2D2
(176,194,210)
#B7C8D6
(183,200,214)
#BECEDA
(190,206,218)
#C5D4DE
(197,212,222)
#CCDAE2
(204,218,226)
#D3E0E6
(211,224,230)
#DAE6EA
(218,230,234)
#E1ECEE
(225,236,238)
#E8F2F2
(232,242,242)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BCCE color. Also use rgb(169,188,206) instead hex code.

Text Font Color

.myTextColor { color: #A9BCCE; }

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

This text font color is #A9BCCE.

Background Color

.myBgColor { background-color: #A9BCCE; }

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

This div background color is #A9BCCE.

Border color

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

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

This div border color is #A9BCCE.

Opacity

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

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

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

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

This text has shadow with #A9BCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCCE.

Preview

Color preview on black background

This text has color #A9BCCE on black background.


Color preview on white background

This text has color #A9BCCE on white background.


Black color preview on #A9BCCE background

This text has black color on #A9BCCE background.


White color preview on #A9BCCE background

This text has white color on #A9BCCE background.


Related colors

Complementary color

Complementary color for #hex is #564331.


I love getcolorcode.com

Triadic colors

1 #CEA9BC and #BCCEA9 with #A9BCCE are triadic colors.

2 #CEBCA9 and #BCA9CE with #A9BCCE are triadic colors.