COLOR #A9B0D1

HEX: #A9B0D1 RGB: (169,176,209)

Color info

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

RGB color model

#A9B0D1 color RGB value is (169,176,209).

RGB: (169,176,209) (66%, 69%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 209 of 255 = 82%

169
176
209

R + G + B ~ 72%. #A9B0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 176 + 209 = 554 (100%)
R 169 of 554 ~ 30.51%
G 176 of 554 ~ 31.77%
B 209 of 554 ~ 37.73'%

%30.51
%31.77
%37.73

CMYK color model

#A9B0D1 color CMYK value is (19,16,0,18).

  • cyan value is 19.14%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (19,16,0,18) C19M16Y0K18 (19%,16%,0%,18%) (0.19/0.16/0.00/0.18) 

CMYK percentages

%19.14
%15.79
%0
%18.04

Codes

Color #A9B0D1 in popluar color models

A9 B0 D1
RGB 169 176 209
HSL 230° 30.30% 74.12%
HSB/HSV 230° 19.14% 81.96%
CMYK 19.14% 15.79% 0.00%
18.04%

Color #A9B0D1 in popluar number systems.

HEX A9 B0 D1
Decimal 169 176 209
Binary 10101001 10110000 11010001
Octal 251 260 321

Shades and tints

Shades of #A9B0D1

#A9B0D1
(169,176,209)
#9AA0BE
(154,160,190)
#8B90AB
(139,144,171)
#7C8098
(124,128,152)
#6D7085
(109,112,133)
#5E6072
(94,96,114)
#4F505F
(79,80,95)
#40404C
(64,64,76)
#313039
(49,48,57)
#222026
(34,32,38)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A9B0D1

#A9B0D1
(169,176,209)
#B0B7D5
(176,183,213)
#B7BED9
(183,190,217)
#BEC5DD
(190,197,221)
#C5CCE1
(197,204,225)
#CCD3E5
(204,211,229)
#D3DAE9
(211,218,233)
#DAE1ED
(218,225,237)
#E1E8F1
(225,232,241)
#E8EFF5
(232,239,245)
#EFF6F9
(239,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B0D1 color. Also use rgb(169,176,209) instead hex code.

Text Font Color

.myTextColor { color: #A9B0D1; }

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

This text font color is #A9B0D1.

Background Color

.myBgColor { background-color: #A9B0D1; }

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

This div background color is #A9B0D1.

Border color

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

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

This div border color is #A9B0D1.

Opacity

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

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

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

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

This text has shadow with #A9B0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B0D1.

Preview

Color preview on black background

This text has color #A9B0D1 on black background.


Color preview on white background

This text has color #A9B0D1 on white background.


Black color preview on #A9B0D1 background

This text has black color on #A9B0D1 background.


White color preview on #A9B0D1 background

This text has white color on #A9B0D1 background.


Related colors

Complementary color

Complementary color for #hex is #564F2E.


I love getcolorcode.com

Triadic colors

1 #D1A9B0 and #B0D1A9 with #A9B0D1 are triadic colors.

2 #D1B0A9 and #B0A9D1 with #A9B0D1 are triadic colors.