COLOR #A9B1CF

HEX: #A9B1CF RGB: (169,177,207)

Color info

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

RGB color model

#A9B1CF color RGB value is (169,177,207).

RGB: (169,177,207) (66%, 69%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 207 of 255 = 81%

169
177
207

R + G + B ~ 72%. #A9B1CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 177 + 207 = 553 (100%)
R 169 of 553 ~ 30.56%
G 177 of 553 ~ 32.01%
B 207 of 553 ~ 37.43'%

%30.56
%32.01
%37.43

CMYK color model

#A9B1CF color CMYK value is (18,14,0,19).

  • cyan value is 18.36%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (18,14,0,19)
C18M14Y0K19 (18%, 14%, 0%, 19%)
(0.18 / 0.14 / 0.00 / 0.19)

CMYK percentages

%18.36
%14.49
%0
%18.82

Codes

Color #A9B1CF in popluar color models

A9 B1 CF
RGB 169 177 207
HSL 227° 28.36% 73.73%
HSB/HSV 227° 18.36% 81.18%
CMYK 18.36% 14.49% 0.00%
18.82%

Color #A9B1CF in popluar number systems.

HEX A9 B1 CF
Decimal 169 177 207
Binary 10101001 10110001 11001111
Octal 251 261 317

Shades and tints

Shades of #A9B1CF

#A9B1CF
(169,177,207)
#9AA1BD
(154,161,189)
#8B91AB
(139,145,171)
#7C8199
(124,129,153)
#6D7187
(109,113,135)
#5E6175
(94,97,117)
#4F5163
(79,81,99)
#404151
(64,65,81)
#31313F
(49,49,63)
#22212D
(34,33,45)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #A9B1CF

#A9B1CF
(169,177,207)
#B0B8D3
(176,184,211)
#B7BFD7
(183,191,215)
#BEC6DB
(190,198,219)
#C5CDDF
(197,205,223)
#CCD4E3
(204,212,227)
#D3DBE7
(211,219,231)
#DAE2EB
(218,226,235)
#E1E9EF
(225,233,239)
#E8F0F3
(232,240,243)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B1CF; }

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

This text font color is #A9B1CF.

Background Color

.myBgColor { background-color: #A9B1CF; }

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

This div background color is #A9B1CF.

Border color

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

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

This div border color is #A9B1CF.

Opacity

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

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

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

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

This text has shadow with #A9B1CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B1CF.

Preview

Color preview on black background

This text has color #A9B1CF on black background.


Color preview on white background

This text has color #A9B1CF on white background.


Black color preview on #A9B1CF background

This text has black color on #A9B1CF background.


White color preview on #A9B1CF background

This text has white color on #A9B1CF background.


Related colors

Complementary color

Complementary color for #hex is #564E30.


I love getcolorcode.com

Triadic colors

1 #CFA9B1 and #B1CFA9 with #A9B1CF are triadic colors.

2 #CFB1A9 and #B1A9CF with #A9B1CF are triadic colors.