COLOR #A9B0D7

HEX: #A9B0D7
RGB: (169,176,215)

Color info

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

RGB color model

#A9B0D7 color RGB value is (169,176,215).

  • red value is 169;
  • green value is 176;
  • blue value is 215.
RGB:
(169,176,215)
(66%,69%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 215 of 255 = 84%

169
176
215

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

Portions of RGB colors in percentages

R + G + B =
169 + 176 + 215 = 560 (100%)
R 169 of 560 ~ 30.18%
G 176 of 560 ~ 31.43%
B 215 of 560 ~ 38.39%

%30.18
%31.43
%38.39

CMYK color model

#A9B0D7 color CMYK value is (21,18,0,16).

  • cyan value is 21.40%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(21,18,0,16)
C21M18Y0K16 
(21%,18%,0%,16%)
(0.21/0.18/0.00/0.16)	

CMYK percentages

%21.4
%18.14
%0
%15.69

Codes

Color #A9B0D7 in popluar color models

A9B0D7
RGB169176215
HSL231°36.51%75.29%
HSB/HSV231°21.40%84.31%
CMYK21.40%18.14%0.00%
15.69%

Color #A9B0D7 in popluar number systems.

HEXA9B0D7
Decimal169176215
Binary101010011011000011010111
Octal251260327

Shades and tints

Shades of #A9B0D7

#A9B0D7
(169,176,215)
#9AA0C4
(154,160,196)
#8B90B1
(139,144,177)
#7C809E
(124,128,158)
#6D708B
(109,112,139)
#5E6078
(94,96,120)
#4F5065
(79,80,101)
#404052
(64,64,82)
#31303F
(49,48,63)
#22202C
(34,32,44)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #A9B0D7

#A9B0D7
(169,176,215)
#B0B7DA
(176,183,218)
#B7BEDD
(183,190,221)
#BEC5E0
(190,197,224)
#C5CCE3
(197,204,227)
#CCD3E6
(204,211,230)
#D3DAE9
(211,218,233)
#DAE1EC
(218,225,236)
#E1E8EF
(225,232,239)
#E8EFF2
(232,239,242)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B0D7; }

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

This text font color is #A9B0D7.


Background Color

.myBgColor { background-color: #A9B0D7; }

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

This div background color is #A9B0D7.


Border color

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

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

This div border color is #A9B0D7.


Opacity

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

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

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

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

This text has shadow with #A9B0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B0D7 on black background.


Color preview on white background

This text has color #A9B0D7 on white background.



Black color preview on #A9B0D7 background

This text has black color on #A9B0D7 background.


White color preview on #A9B0D7 background

This text has white color on #A9B0D7 background.