COLOR #A9B9E6

HEX: #A9B9E6
RGB: (169,185,230)

Color info

#A9B9E6 contains mainly green and blue colors. Web safe color of #A9B9E6 is #99CCCC (or #9CC).

RGB color model

#A9B9E6 color RGB value is (169,185,230).

  • red value is 169;
  • green value is 185;
  • blue value is 230.
RGB:
(169,185,230)
(66%,73%,90%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 230 of 255 = 90%

169
185
230

R + G + B ~ 76%. #A9B9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 230 = 584 (100%)
R 169 of 584 ~ 28.94%
G 185 of 584 ~ 31.68%
B 230 of 584 ~ 39.38%

%28.94
%31.68
%39.38

CMYK color model

#A9B9E6 color CMYK value is (27,20,0,10).

  • cyan value is 26.52%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,20,0,10)
C27M20Y0K10 
(27%,20%,0%,10%)
(0.27/0.20/0.00/0.10)	

CMYK percentages

%26.52
%19.57
%0
%9.8

Codes

Color #A9B9E6 in popluar color models

A9B9E6
RGB169185230
HSL224°54.95%78.24%
HSB/HSV224°26.52%90.20%
CMYK26.52%19.57%0.00%
9.80%

Color #A9B9E6 in popluar number systems.

HEXA9B9E6
Decimal169185230
Binary101010011011100111100110
Octal251271346

Shades and tints

Shades of #A9B9E6

#A9B9E6
(169,185,230)
#9AA9D2
(154,169,210)
#8B99BE
(139,153,190)
#7C89AA
(124,137,170)
#6D7996
(109,121,150)
#5E6982
(94,105,130)
#4F596E
(79,89,110)
#40495A
(64,73,90)
#313946
(49,57,70)
#222932
(34,41,50)
#13191E
(19,25,30)
#000000
(0,0,0)

Tints of #A9B9E6

#A9B9E6
(169,185,230)
#B0BFE8
(176,191,232)
#B7C5EA
(183,197,234)
#BECBEC
(190,203,236)
#C5D1EE
(197,209,238)
#CCD7F0
(204,215,240)
#D3DDF2
(211,221,242)
#DAE3F4
(218,227,244)
#E1E9F6
(225,233,246)
#E8EFF8
(232,239,248)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B9E6 color. Also use rgb(169,185,230) instead hex code.

Text Font Color

.myTextColor { color: #A9B9E6; }

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

This text font color is #A9B9E6.


Background Color

.myBgColor { background-color: #A9B9E6; }

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

This div background color is #A9B9E6.


Border color

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

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

This div border color is #A9B9E6.


Opacity

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

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

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

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

This text has shadow with #A9B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B9E6 on black background.


Color preview on white background

This text has color #A9B9E6 on white background.



Black color preview on #A9B9E6 background

This text has black color on #A9B9E6 background.


White color preview on #A9B9E6 background

This text has white color on #A9B9E6 background.