COLOR #A9B8CF

HEX: #A9B8CF
RGB: (169,184,207)

Color info

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

RGB color model

#A9B8CF color RGB value is (169,184,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 207 of 255 = 81%

169
184
207

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 207 = 560 (100%)
R 169 of 560 ~ 30.18%
G 184 of 560 ~ 32.86%
B 207 of 560 ~ 36.96%

%30.18
%32.86
%36.96

CMYK color model

#A9B8CF color CMYK value is (18,11,0,19).

  • cyan value is 18.36%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,11,0,19)
C18M11Y0K19 
(18%,11%,0%,19%)
(0.18/0.11/0.00/0.19)	

CMYK percentages

%18.36
%11.11
%0
%18.82

Codes

Color #A9B8CF in popluar color models

A9B8CF
RGB169184207
HSL216°28.36%73.73%
HSB/HSV216°18.36%81.18%
CMYK18.36%11.11%0.00%
18.82%

Color #A9B8CF in popluar number systems.

HEXA9B8CF
Decimal169184207
Binary101010011011100011001111
Octal251270317

Shades and tints

Shades of #A9B8CF

#A9B8CF
(169,184,207)
#9AA8BD
(154,168,189)
#8B98AB
(139,152,171)
#7C8899
(124,136,153)
#6D7887
(109,120,135)
#5E6875
(94,104,117)
#4F5863
(79,88,99)
#404851
(64,72,81)
#31383F
(49,56,63)
#22282D
(34,40,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #A9B8CF

#A9B8CF
(169,184,207)
#B0BED3
(176,190,211)
#B7C4D7
(183,196,215)
#BECADB
(190,202,219)
#C5D0DF
(197,208,223)
#CCD6E3
(204,214,227)
#D3DCE7
(211,220,231)
#DAE2EB
(218,226,235)
#E1E8EF
(225,232,239)
#E8EEF3
(232,238,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B8CF; }

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

This text font color is #A9B8CF.


Background Color

.myBgColor { background-color: #A9B8CF; }

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

This div background color is #A9B8CF.


Border color

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

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

This div border color is #A9B8CF.


Opacity

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

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

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

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

This text has shadow with #A9B8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B8CF on black background.


Color preview on white background

This text has color #A9B8CF on white background.



Black color preview on #A9B8CF background

This text has black color on #A9B8CF background.


White color preview on #A9B8CF background

This text has white color on #A9B8CF background.