COLOR #A9BFE8

HEX: #A9BFE8
RGB: (169,191,232)

Color info

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

RGB color model

#A9BFE8 color RGB value is (169,191,232).

  • red value is 169;
  • green value is 191;
  • blue value is 232.
RGB:
(169,191,232)
(66%,75%,91%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 232 of 255 = 91%

169
191
232

R + G + B ~ 77%. #A9BFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 232 = 592 (100%)
R 169 of 592 ~ 28.55%
G 191 of 592 ~ 32.26%
B 232 of 592 ~ 39.19%

%28.55
%32.26
%39.19

CMYK color model

#A9BFE8 color CMYK value is (27,18,0,9).

  • cyan value is 27.16%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(27,18,0,9)
C27M18Y0K9 
(27%,18%,0%,9%)
(0.27/0.18/0.00/0.09)	

CMYK percentages

%27.16
%17.67
%0
%9.02

Codes

Color #A9BFE8 in popluar color models

A9BFE8
RGB169191232
HSL219°57.80%78.63%
HSB/HSV219°27.16%90.98%
CMYK27.16%17.67%0.00%
9.02%

Color #A9BFE8 in popluar number systems.

HEXA9BFE8
Decimal169191232
Binary101010011011111111101000
Octal251277350

Shades and tints

Shades of #A9BFE8

#A9BFE8
(169,191,232)
#9AAED3
(154,174,211)
#8B9DBE
(139,157,190)
#7C8CA9
(124,140,169)
#6D7B94
(109,123,148)
#5E6A7F
(94,106,127)
#4F596A
(79,89,106)
#404855
(64,72,85)
#313740
(49,55,64)
#22262B
(34,38,43)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9BFE8

#A9BFE8
(169,191,232)
#B0C4EA
(176,196,234)
#B7C9EC
(183,201,236)
#BECEEE
(190,206,238)
#C5D3F0
(197,211,240)
#CCD8F2
(204,216,242)
#D3DDF4
(211,221,244)
#DAE2F6
(218,226,246)
#E1E7F8
(225,231,248)
#E8ECFA
(232,236,250)
#EFF1FC
(239,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BFE8 color. Also use rgb(169,191,232) instead hex code.

Text Font Color

.myTextColor { color: #A9BFE8; }

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

This text font color is #A9BFE8.


Background Color

.myBgColor { background-color: #A9BFE8; }

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

This div background color is #A9BFE8.


Border color

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

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

This div border color is #A9BFE8.


Opacity

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

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

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

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

This text has shadow with #A9BFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BFE8 on black background.


Color preview on white background

This text has color #A9BFE8 on white background.



Black color preview on #A9BFE8 background

This text has black color on #A9BFE8 background.


White color preview on #A9BFE8 background

This text has white color on #A9BFE8 background.