COLOR #A9B1E9

HEX: #A9B1E9
RGB: (169,177,233)

Color info

#A9B1E9 contains mainly green and blue colors. Web safe color of #A9B1E9 is #9999FF (or #99F).

RGB color model

#A9B1E9 color RGB value is (169,177,233).

  • red value is 169;
  • green value is 177;
  • blue value is 233.
RGB:
(169,177,233)
(66%,69%,91%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 233 of 255 = 91%

169
177
233

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

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 233 = 579 (100%)
R 169 of 579 ~ 29.19%
G 177 of 579 ~ 30.57%
B 233 of 579 ~ 40.24%

%29.19
%30.57
%40.24

CMYK color model

#A9B1E9 color CMYK value is (27,24,0,9).

  • cyan value is 27.47%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,24,0,9)
C27M24Y0K9 
(27%,24%,0%,9%)
(0.27/0.24/0.00/0.09)	

CMYK percentages

%27.47
%24.03
%0
%8.63

Codes

Color #A9B1E9 in popluar color models

A9B1E9
RGB169177233
HSL233°59.26%78.82%
HSB/HSV233°27.47%91.37%
CMYK27.47%24.03%0.00%
8.63%

Color #A9B1E9 in popluar number systems.

HEXA9B1E9
Decimal169177233
Binary101010011011000111101001
Octal251261351

Shades and tints

Shades of #A9B1E9

#A9B1E9
(169,177,233)
#9AA1D4
(154,161,212)
#8B91BF
(139,145,191)
#7C81AA
(124,129,170)
#6D7195
(109,113,149)
#5E6180
(94,97,128)
#4F516B
(79,81,107)
#404156
(64,65,86)
#313141
(49,49,65)
#22212C
(34,33,44)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A9B1E9

#A9B1E9
(169,177,233)
#B0B8EB
(176,184,235)
#B7BFED
(183,191,237)
#BEC6EF
(190,198,239)
#C5CDF1
(197,205,241)
#CCD4F3
(204,212,243)
#D3DBF5
(211,219,245)
#DAE2F7
(218,226,247)
#E1E9F9
(225,233,249)
#E8F0FB
(232,240,251)
#EFF7FD
(239,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B1E9 color. Also use rgb(169,177,233) instead hex code.

Text Font Color

.myTextColor { color: #A9B1E9; }

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

This text font color is #A9B1E9.


Background Color

.myBgColor { background-color: #A9B1E9; }

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

This div background color is #A9B1E9.


Border color

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

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

This div border color is #A9B1E9.


Opacity

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

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

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

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

This text has shadow with #A9B1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B1E9 on black background.


Color preview on white background

This text has color #A9B1E9 on white background.



Black color preview on #A9B1E9 background

This text has black color on #A9B1E9 background.


White color preview on #A9B1E9 background

This text has white color on #A9B1E9 background.