COLOR #A9BCDD

HEX: #A9BCDD RGB: (169,188,221)

Color info

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

RGB color model

#A9BCDD color RGB value is (169,188,221).

RGB: (169,188,221) (66%, 74%, 87%)

RGB channels and saturation

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

169
188
221

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 221 = 578 (100%)
R 169 of 578 ~ 29.24%
G 188 of 578 ~ 32.53%
B 221 of 578 ~ 38.24'%

%29.24
%32.53
%38.24

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,15,0,13)
C24M15Y0K13 (24%, 15%, 0%, 13%)
(0.24 / 0.15 / 0.00 / 0.13)

CMYK percentages

%23.53
%14.93
%0
%13.33

Codes

Color #A9BCDD in popluar color models

A9 BC DD
RGB 169 188 221
HSL 218° 43.33% 76.47%
HSB/HSV 218° 23.53% 86.67%
CMYK 23.53% 14.93% 0.00%
13.33%

Color #A9BCDD in popluar number systems.

HEX A9 BC DD
Decimal 169 188 221
Binary 10101001 10111100 11011101
Octal 251 274 335

Shades and tints

Shades of #A9BCDD

#A9BCDD
(169,188,221)
#9AABC9
(154,171,201)
#8B9AB5
(139,154,181)
#7C89A1
(124,137,161)
#6D788D
(109,120,141)
#5E6779
(94,103,121)
#4F5665
(79,86,101)
#404551
(64,69,81)
#31343D
(49,52,61)
#222329
(34,35,41)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A9BCDD

#A9BCDD
(169,188,221)
#B0C2E0
(176,194,224)
#B7C8E3
(183,200,227)
#BECEE6
(190,206,230)
#C5D4E9
(197,212,233)
#CCDAEC
(204,218,236)
#D3E0EF
(211,224,239)
#DAE6F2
(218,230,242)
#E1ECF5
(225,236,245)
#E8F2F8
(232,242,248)
#EFF8FB
(239,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCDD; }

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

This text font color is #A9BCDD.

Background Color

.myBgColor { background-color: #A9BCDD; }

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

This div background color is #A9BCDD.

Border color

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

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

This div border color is #A9BCDD.

Opacity

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

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

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

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

This text has shadow with #A9BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCDD.

Preview

Color preview on black background

This text has color #A9BCDD on black background.


Color preview on white background

This text has color #A9BCDD on white background.


Black color preview on #A9BCDD background

This text has black color on #A9BCDD background.


White color preview on #A9BCDD background

This text has white color on #A9BCDD background.


Related colors

Complementary color

Complementary color for #hex is #564322.


I love getcolorcode.com

Triadic colors

1 #DDA9BC and #BCDDA9 with #A9BCDD are triadic colors.

2 #DDBCA9 and #BCA9DD with #A9BCDD are triadic colors.