COLOR #A9B5CF

HEX: #A9B5CF
RGB: (169,181,207)

Color info

#A9B5CF contains red, green and blue colors in about the same proportion. Web safe color of #A9B5CF is #99CCCC (or #9CC).

RGB color model

#A9B5CF color RGB value is (169,181,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 207 of 255 = 81%

169
181
207

R + G + B ~ 73%. #A9B5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 181 + 207 = 557 (100%)
R 169 of 557 ~ 30.34%
G 181 of 557 ~ 32.5%
B 207 of 557 ~ 37.16%

%30.34
%32.5
%37.16

CMYK color model

#A9B5CF color CMYK value is (18,13,0,19).

  • cyan value is 18.36%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,13,0,19)
C18M13Y0K19 
(18%,13%,0%,19%)
(0.18/0.13/0.00/0.19)	

CMYK percentages

%18.36
%12.56
%0
%18.82

Codes

Color #A9B5CF in popluar color models

A9B5CF
RGB169181207
HSL221°28.36%73.73%
HSB/HSV221°18.36%81.18%
CMYK18.36%12.56%0.00%
18.82%

Color #A9B5CF in popluar number systems.

HEXA9B5CF
Decimal169181207
Binary101010011011010111001111
Octal251265317

Shades and tints

Shades of #A9B5CF

#A9B5CF
(169,181,207)
#9AA5BD
(154,165,189)
#8B95AB
(139,149,171)
#7C8599
(124,133,153)
#6D7587
(109,117,135)
#5E6575
(94,101,117)
#4F5563
(79,85,99)
#404551
(64,69,81)
#31353F
(49,53,63)
#22252D
(34,37,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #A9B5CF

#A9B5CF
(169,181,207)
#B0BBD3
(176,187,211)
#B7C1D7
(183,193,215)
#BEC7DB
(190,199,219)
#C5CDDF
(197,205,223)
#CCD3E3
(204,211,227)
#D3D9E7
(211,217,231)
#DADFEB
(218,223,235)
#E1E5EF
(225,229,239)
#E8EBF3
(232,235,243)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5CF; }

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

This text font color is #A9B5CF.


Background Color

.myBgColor { background-color: #A9B5CF; }

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

This div background color is #A9B5CF.


Border color

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

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

This div border color is #A9B5CF.


Opacity

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

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

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

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

This text has shadow with #A9B5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B5CF on black background.


Color preview on white background

This text has color #A9B5CF on white background.



Black color preview on #A9B5CF background

This text has black color on #A9B5CF background.


White color preview on #A9B5CF background

This text has white color on #A9B5CF background.