COLOR #A9BCBF

HEX: #A9BCBF RGB: (169,188,191)

Color info

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

RGB color model

#A9BCBF color RGB value is (169,188,191).

RGB: (169,188,191) (66%, 74%, 75%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 191 of 255 = 75%

169
188
191

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 191 = 548 (100%)
R 169 of 548 ~ 30.84%
G 188 of 548 ~ 34.31%
B 191 of 548 ~ 34.85'%

%30.84
%34.31
%34.85

CMYK color model

#A9BCBF color CMYK value is (12,2,0,25).

  • cyan value is 11.52%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (12,2,0,25)
C12M2Y0K25 (12%, 2%, 0%, 25%)
(0.12 / 0.02 / 0.00 / 0.25)

CMYK percentages

%11.52
%1.57
%0
%25.1

Codes

Color #A9BCBF in popluar color models

A9 BC BF
RGB 169 188 191
HSL 188° 14.67% 70.59%
HSB/HSV 188° 11.52% 74.90%
CMYK 11.52% 1.57% 0.00%
25.10%

Color #A9BCBF in popluar number systems.

HEX A9 BC BF
Decimal 169 188 191
Binary 10101001 10111100 10111111
Octal 251 274 277

Shades and tints

Shades of #A9BCBF

#A9BCBF
(169,188,191)
#9AABAE
(154,171,174)
#8B9A9D
(139,154,157)
#7C898C
(124,137,140)
#6D787B
(109,120,123)
#5E676A
(94,103,106)
#4F5659
(79,86,89)
#404548
(64,69,72)
#313437
(49,52,55)
#222326
(34,35,38)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A9BCBF

#A9BCBF
(169,188,191)
#B0C2C4
(176,194,196)
#B7C8C9
(183,200,201)
#BECECE
(190,206,206)
#C5D4D3
(197,212,211)
#CCDAD8
(204,218,216)
#D3E0DD
(211,224,221)
#DAE6E2
(218,230,226)
#E1ECE7
(225,236,231)
#E8F2EC
(232,242,236)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCBF; }

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

This text font color is #A9BCBF.

Background Color

.myBgColor { background-color: #A9BCBF; }

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

This div background color is #A9BCBF.

Border color

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

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

This div border color is #A9BCBF.

Opacity

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

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

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

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

This text has shadow with #A9BCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCBF.

Preview

Color preview on black background

This text has color #A9BCBF on black background.


Color preview on white background

This text has color #A9BCBF on white background.


Black color preview on #A9BCBF background

This text has black color on #A9BCBF background.


White color preview on #A9BCBF background

This text has white color on #A9BCBF background.


Related colors

Complementary color

Complementary color for #hex is #564340.


I love getcolorcode.com

Triadic colors

1 #BFA9BC and #BCBFA9 with #A9BCBF are triadic colors.

2 #BFBCA9 and #BCA9BF with #A9BCBF are triadic colors.