COLOR #A9BCDC

HEX: #A9BCDC
RGB: (169,188,220)

Color info

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

RGB color model

#A9BCDC color RGB value is (169,188,220).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 220 of 255 = 86%

169
188
220

R + G + B ~ 75%. #A9BCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 220 = 577 (100%)
R 169 of 577 ~ 29.29%
G 188 of 577 ~ 32.58%
B 220 of 577 ~ 38.13%

%29.29
%32.58
%38.13

CMYK color model

#A9BCDC color CMYK value is (23,15,0,14).

  • cyan value is 23.18%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,15,0,14)
C23M15Y0K14 
(23%,15%,0%,14%)
(0.23/0.15/0.00/0.14)	

CMYK percentages

%23.18
%14.55
%0
%13.73

Codes

Color #A9BCDC in popluar color models

A9BCDC
RGB169188220
HSL218°42.15%76.27%
HSB/HSV218°23.18%86.27%
CMYK23.18%14.55%0.00%
13.73%

Color #A9BCDC in popluar number systems.

HEXA9BCDC
Decimal169188220
Binary101010011011110011011100
Octal251274334

Shades and tints

Shades of #A9BCDC

#A9BCDC
(169,188,220)
#9AABC8
(154,171,200)
#8B9AB4
(139,154,180)
#7C89A0
(124,137,160)
#6D788C
(109,120,140)
#5E6778
(94,103,120)
#4F5664
(79,86,100)
#404550
(64,69,80)
#31343C
(49,52,60)
#222328
(34,35,40)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A9BCDC

#A9BCDC
(169,188,220)
#B0C2DF
(176,194,223)
#B7C8E2
(183,200,226)
#BECEE5
(190,206,229)
#C5D4E8
(197,212,232)
#CCDAEB
(204,218,235)
#D3E0EE
(211,224,238)
#DAE6F1
(218,230,241)
#E1ECF4
(225,236,244)
#E8F2F7
(232,242,247)
#EFF8FA
(239,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCDC; }

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

This text font color is #A9BCDC.


Background Color

.myBgColor { background-color: #A9BCDC; }

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

This div background color is #A9BCDC.


Border color

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

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

This div border color is #A9BCDC.


Opacity

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

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

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

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

This text has shadow with #A9BCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCDC on black background.


Color preview on white background

This text has color #A9BCDC on white background.



Black color preview on #A9BCDC background

This text has black color on #A9BCDC background.


White color preview on #A9BCDC background

This text has white color on #A9BCDC background.