COLOR #A9BCDE

HEX: #A9BCDE
RGB: (169,188,222)

Color info

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

RGB color model

#A9BCDE color RGB value is (169,188,222).

  • red value is 169;
  • green value is 188;
  • blue value is 222.
RGB:
(169,188,222)
(66%,74%,87%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 222 of 255 = 87%

169
188
222

R + G + B ~ 76%. #A9BCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 222 = 579 (100%)
R 169 of 579 ~ 29.19%
G 188 of 579 ~ 32.47%
B 222 of 579 ~ 38.34%

%29.19
%32.47
%38.34

CMYK color model

#A9BCDE color CMYK value is (24,15,0,13).

  • cyan value is 23.87%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,15,0,13)
C24M15Y0K13 
(24%,15%,0%,13%)
(0.24/0.15/0.00/0.13)	

CMYK percentages

%23.87
%15.32
%0
%12.94

Codes

Color #A9BCDE in popluar color models

A9BCDE
RGB169188222
HSL218°44.54%76.67%
HSB/HSV218°23.87%87.06%
CMYK23.87%15.32%0.00%
12.94%

Color #A9BCDE in popluar number systems.

HEXA9BCDE
Decimal169188222
Binary101010011011110011011110
Octal251274336

Shades and tints

Shades of #A9BCDE

#A9BCDE
(169,188,222)
#9AABCA
(154,171,202)
#8B9AB6
(139,154,182)
#7C89A2
(124,137,162)
#6D788E
(109,120,142)
#5E677A
(94,103,122)
#4F5666
(79,86,102)
#404552
(64,69,82)
#31343E
(49,52,62)
#22232A
(34,35,42)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9BCDE

#A9BCDE
(169,188,222)
#B0C2E1
(176,194,225)
#B7C8E4
(183,200,228)
#BECEE7
(190,206,231)
#C5D4EA
(197,212,234)
#CCDAED
(204,218,237)
#D3E0F0
(211,224,240)
#DAE6F3
(218,230,243)
#E1ECF6
(225,236,246)
#E8F2F9
(232,242,249)
#EFF8FC
(239,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCDE; }

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

This text font color is #A9BCDE.


Background Color

.myBgColor { background-color: #A9BCDE; }

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

This div background color is #A9BCDE.


Border color

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

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

This div border color is #A9BCDE.


Opacity

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

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

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

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

This text has shadow with #A9BCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCDE on black background.


Color preview on white background

This text has color #A9BCDE on white background.



Black color preview on #A9BCDE background

This text has black color on #A9BCDE background.


White color preview on #A9BCDE background

This text has white color on #A9BCDE background.