COLOR #A9B7F3

HEX: #A9B7F3
RGB: (169,183,243)

Color info

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

RGB color model

#A9B7F3 color RGB value is (169,183,243).

  • red value is 169;
  • green value is 183;
  • blue value is 243.
RGB:
(169,183,243)
(66%,72%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 183 of 255 = 72%
B 243 of 255 = 95%

169
183
243

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

Portions of RGB colors in percentages

R + G + B =
169 + 183 + 243 = 595 (100%)
R 169 of 595 ~ 28.4%
G 183 of 595 ~ 30.76%
B 243 of 595 ~ 40.84%

%28.4
%30.76
%40.84

CMYK color model

#A9B7F3 color CMYK value is (30,25,0,5).

  • cyan value is 30.45%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(30,25,0,5)
C30M25Y0K5 
(30%,25%,0%,5%)
(0.30/0.25/0.00/0.05)	

CMYK percentages

%30.45
%24.69
%0
%4.71

Codes

Color #A9B7F3 in popluar color models

A9B7F3
RGB169183243
HSL229°75.51%80.78%
HSB/HSV229°30.45%95.29%
CMYK30.45%24.69%0.00%
4.71%

Color #A9B7F3 in popluar number systems.

HEXA9B7F3
Decimal169183243
Binary101010011011011111110011
Octal251267363

Shades and tints

Shades of #A9B7F3

#A9B7F3
(169,183,243)
#9AA7DD
(154,167,221)
#8B97C7
(139,151,199)
#7C87B1
(124,135,177)
#6D779B
(109,119,155)
#5E6785
(94,103,133)
#4F576F
(79,87,111)
#404759
(64,71,89)
#313743
(49,55,67)
#22272D
(34,39,45)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9B7F3

#A9B7F3
(169,183,243)
#B0BDF4
(176,189,244)
#B7C3F5
(183,195,245)
#BEC9F6
(190,201,246)
#C5CFF7
(197,207,247)
#CCD5F8
(204,213,248)
#D3DBF9
(211,219,249)
#DAE1FA
(218,225,250)
#E1E7FB
(225,231,251)
#E8EDFC
(232,237,252)
#EFF3FD
(239,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B7F3 color. Also use rgb(169,183,243) instead hex code.

Text Font Color

.myTextColor { color: #A9B7F3; }

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

This text font color is #A9B7F3.


Background Color

.myBgColor { background-color: #A9B7F3; }

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

This div background color is #A9B7F3.


Border color

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

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

This div border color is #A9B7F3.


Opacity

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

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

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

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

This text has shadow with #A9B7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B7F3 on black background.


Color preview on white background

This text has color #A9B7F3 on white background.



Black color preview on #A9B7F3 background

This text has black color on #A9B7F3 background.


White color preview on #A9B7F3 background

This text has white color on #A9B7F3 background.