COLOR #A9BFDA

HEX: #A9BFDA
RGB: (169,191,218)

Color info

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

RGB color model

#A9BFDA color RGB value is (169,191,218).

  • red value is 169;
  • green value is 191;
  • blue value is 218.
RGB:
(169,191,218)
(66%,75%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 218 of 255 = 85%

169
191
218

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

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 218 = 578 (100%)
R 169 of 578 ~ 29.24%
G 191 of 578 ~ 33.04%
B 218 of 578 ~ 37.72%

%29.24
%33.04
%37.72

CMYK color model

#A9BFDA color CMYK value is (22,12,0,15).

  • cyan value is 22.48%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(22,12,0,15)
C22M12Y0K15 
(22%,12%,0%,15%)
(0.22/0.12/0.00/0.15)	

CMYK percentages

%22.48
%12.39
%0
%14.51

Codes

Color #A9BFDA in popluar color models

A9BFDA
RGB169191218
HSL213°39.84%75.88%
HSB/HSV213°22.48%85.49%
CMYK22.48%12.39%0.00%
14.51%

Color #A9BFDA in popluar number systems.

HEXA9BFDA
Decimal169191218
Binary101010011011111111011010
Octal251277332

Shades and tints

Shades of #A9BFDA

#A9BFDA
(169,191,218)
#9AAEC7
(154,174,199)
#8B9DB4
(139,157,180)
#7C8CA1
(124,140,161)
#6D7B8E
(109,123,142)
#5E6A7B
(94,106,123)
#4F5968
(79,89,104)
#404855
(64,72,85)
#313742
(49,55,66)
#22262F
(34,38,47)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #A9BFDA

#A9BFDA
(169,191,218)
#B0C4DD
(176,196,221)
#B7C9E0
(183,201,224)
#BECEE3
(190,206,227)
#C5D3E6
(197,211,230)
#CCD8E9
(204,216,233)
#D3DDEC
(211,221,236)
#DAE2EF
(218,226,239)
#E1E7F2
(225,231,242)
#E8ECF5
(232,236,245)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BFDA color. Also use rgb(169,191,218) instead hex code.

Text Font Color

.myTextColor { color: #A9BFDA; }

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

This text font color is #A9BFDA.


Background Color

.myBgColor { background-color: #A9BFDA; }

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

This div background color is #A9BFDA.


Border color

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

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

This div border color is #A9BFDA.


Opacity

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

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

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

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

This text has shadow with #A9BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BFDA on black background.


Color preview on white background

This text has color #A9BFDA on white background.



Black color preview on #A9BFDA background

This text has black color on #A9BFDA background.


White color preview on #A9BFDA background

This text has white color on #A9BFDA background.