COLOR #A9BBCE

HEX: #A9BBCE RGB: (169,187,206)

Color info

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

RGB color model

#A9BBCE color RGB value is (169,187,206).

RGB: (169,187,206) (66%, 73%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 206 of 255 = 81%

169
187
206

R + G + B ~ 73%. #A9BBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 206 = 562 (100%)
R 169 of 562 ~ 30.07%
G 187 of 562 ~ 33.27%
B 206 of 562 ~ 36.65'%

%30.07
%33.27
%36.65

CMYK color model

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

  • cyan value is 17.96%
  • magenta value is 9.22%
  • 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
%9.22
%0
%19.22

Codes

Color #A9BBCE in popluar color models

A9 BB CE
RGB 169 187 206
HSL 211° 27.41% 73.53%
HSB/HSV 211° 17.96% 80.78%
CMYK 17.96% 9.22% 0.00%
19.22%

Color #A9BBCE in popluar number systems.

HEX A9 BB CE
Decimal 169 187 206
Binary 10101001 10111011 11001110
Octal 251 273 316

Shades and tints

Shades of #A9BBCE

#A9BBCE
(169,187,206)
#9AAABC
(154,170,188)
#8B99AA
(139,153,170)
#7C8898
(124,136,152)
#6D7786
(109,119,134)
#5E6674
(94,102,116)
#4F5562
(79,85,98)
#404450
(64,68,80)
#31333E
(49,51,62)
#22222C
(34,34,44)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #A9BBCE

#A9BBCE
(169,187,206)
#B0C1D2
(176,193,210)
#B7C7D6
(183,199,214)
#BECDDA
(190,205,218)
#C5D3DE
(197,211,222)
#CCD9E2
(204,217,226)
#D3DFE6
(211,223,230)
#DAE5EA
(218,229,234)
#E1EBEE
(225,235,238)
#E8F1F2
(232,241,242)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBCE; }

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

This text font color is #A9BBCE.

Background Color

.myBgColor { background-color: #A9BBCE; }

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

This div background color is #A9BBCE.

Border color

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

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

This div border color is #A9BBCE.

Opacity

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

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

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

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

This text has shadow with #A9BBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBCE.

Preview

Color preview on black background

This text has color #A9BBCE on black background.


Color preview on white background

This text has color #A9BBCE on white background.


Black color preview on #A9BBCE background

This text has black color on #A9BBCE background.


White color preview on #A9BBCE background

This text has white color on #A9BBCE background.


Related colors

Complementary color

Complementary color for #hex is #564431.


I love getcolorcode.com

Triadic colors

1 #CEA9BB and #BBCEA9 with #A9BBCE are triadic colors.

2 #CEBBA9 and #BBA9CE with #A9BBCE are triadic colors.