COLOR #A9B5F5

HEX: #A9B5F5
RGB: (169,181,245)

Color info

#A9B5F5 contains mainly blue color. Web safe color of #A9B5F5 is #99CCFF (or #9CF).

RGB color model

#A9B5F5 color RGB value is (169,181,245).

  • red value is 169;
  • green value is 181;
  • blue value is 245.
RGB:
(169,181,245)
(66%,71%,96%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 245 of 255 = 96%

169
181
245

R + G + B ~ 78%. #A9B5F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 245 = 595 (100%)
R 169 of 595 ~ 28.4%
G 181 of 595 ~ 30.42%
B 245 of 595 ~ 41.18%

%28.4
%30.42
%41.18

CMYK color model

#A9B5F5 color CMYK value is (31,26,0,4).

  • cyan value is 31.02%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(31,26,0,4)
C31M26Y0K4 
(31%,26%,0%,4%)
(0.31/0.26/0.00/0.04)	

CMYK percentages

%31.02
%26.12
%0
%3.92

Codes

Color #A9B5F5 in popluar color models

A9B5F5
RGB169181245
HSL231°79.17%81.18%
HSB/HSV231°31.02%96.08%
CMYK31.02%26.12%0.00%
3.92%

Color #A9B5F5 in popluar number systems.

HEXA9B5F5
Decimal169181245
Binary101010011011010111110101
Octal251265365

Shades and tints

Shades of #A9B5F5

#A9B5F5
(169,181,245)
#9AA5DF
(154,165,223)
#8B95C9
(139,149,201)
#7C85B3
(124,133,179)
#6D759D
(109,117,157)
#5E6587
(94,101,135)
#4F5571
(79,85,113)
#40455B
(64,69,91)
#313545
(49,53,69)
#22252F
(34,37,47)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #A9B5F5

#A9B5F5
(169,181,245)
#B0BBF5
(176,187,245)
#B7C1F5
(183,193,245)
#BEC7F5
(190,199,245)
#C5CDF5
(197,205,245)
#CCD3F5
(204,211,245)
#D3D9F5
(211,217,245)
#DADFF5
(218,223,245)
#E1E5F5
(225,229,245)
#E8EBF5
(232,235,245)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B5F5 color. Also use rgb(169,181,245) instead hex code.

Text Font Color

.myTextColor { color: #A9B5F5; }

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

This text font color is #A9B5F5.


Background Color

.myBgColor { background-color: #A9B5F5; }

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

This div background color is #A9B5F5.


Border color

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

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

This div border color is #A9B5F5.


Opacity

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

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

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

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

This text has shadow with #A9B5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B5F5 on black background.


Color preview on white background

This text has color #A9B5F5 on white background.



Black color preview on #A9B5F5 background

This text has black color on #A9B5F5 background.


White color preview on #A9B5F5 background

This text has white color on #A9B5F5 background.