COLOR #A9BDF4

HEX: #A9BDF4
RGB: (169,189,244)

Color info

#A9BDF4 contains mainly green and blue colors. Web safe color of #A9BDF4 is #99CCFF (or #9CF).

RGB color model

#A9BDF4 color RGB value is (169,189,244).

  • red value is 169;
  • green value is 189;
  • blue value is 244.
RGB:
(169,189,244)
(66%,74%,96%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 244 of 255 = 96%

169
189
244

R + G + B ~ 79%. #A9BDF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 244 = 602 (100%)
R 169 of 602 ~ 28.07%
G 189 of 602 ~ 31.4%
B 244 of 602 ~ 40.53%

%28.07
%31.4
%40.53

CMYK color model

#A9BDF4 color CMYK value is (31,23,0,4).

  • cyan value is 30.74%
  • magenta value is 22.54%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(31,23,0,4)
C31M23Y0K4 
(31%,23%,0%,4%)
(0.31/0.23/0.00/0.04)	

CMYK percentages

%30.74
%22.54
%0
%4.31

Codes

Color #A9BDF4 in popluar color models

A9BDF4
RGB169189244
HSL224°77.32%80.98%
HSB/HSV224°30.74%95.69%
CMYK30.74%22.54%0.00%
4.31%

Color #A9BDF4 in popluar number systems.

HEXA9BDF4
Decimal169189244
Binary101010011011110111110100
Octal251275364

Shades and tints

Shades of #A9BDF4

#A9BDF4
(169,189,244)
#9AACDE
(154,172,222)
#8B9BC8
(139,155,200)
#7C8AB2
(124,138,178)
#6D799C
(109,121,156)
#5E6886
(94,104,134)
#4F5770
(79,87,112)
#40465A
(64,70,90)
#313544
(49,53,68)
#22242E
(34,36,46)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9BDF4

#A9BDF4
(169,189,244)
#B0C3F5
(176,195,245)
#B7C9F6
(183,201,246)
#BECFF7
(190,207,247)
#C5D5F8
(197,213,248)
#CCDBF9
(204,219,249)
#D3E1FA
(211,225,250)
#DAE7FB
(218,231,251)
#E1EDFC
(225,237,252)
#E8F3FD
(232,243,253)
#EFF9FE
(239,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BDF4 color. Also use rgb(169,189,244) instead hex code.

Text Font Color

.myTextColor { color: #A9BDF4; }

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

This text font color is #A9BDF4.


Background Color

.myBgColor { background-color: #A9BDF4; }

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

This div background color is #A9BDF4.


Border color

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

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

This div border color is #A9BDF4.


Opacity

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

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

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

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

This text has shadow with #A9BDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDF4 on black background.


Color preview on white background

This text has color #A9BDF4 on white background.



Black color preview on #A9BDF4 background

This text has black color on #A9BDF4 background.


White color preview on #A9BDF4 background

This text has white color on #A9BDF4 background.