COLOR #A9BFB4

HEX: #A9BFB4
RGB: (169,191,180)

Color info

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

RGB color model

#A9BFB4 color RGB value is (169,191,180).

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

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 180 of 255 = 71%

169
191
180

R + G + B ~ 71%. #A9BFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 180 = 540 (100%)
R 169 of 540 ~ 31.3%
G 191 of 540 ~ 35.37%
B 180 of 540 ~ 33.33%

%31.3
%35.37
%33.33

CMYK color model

#A9BFB4 color CMYK value is (12,0,6,25).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(12,0,6,25)
C12M0Y6K25 
(12%,0%,6%,25%)
(0.12/0.00/0.06/0.25)	

CMYK percentages

%11.52
%0
%5.76
%25.1

Codes

Color #A9BFB4 in popluar color models

A9BFB4
RGB169191180
HSL150°14.67%70.59%
HSB/HSV150°11.52%74.90%
CMYK11.52%0.00%5.76%
25.10%

Color #A9BFB4 in popluar number systems.

HEXA9BFB4
Decimal169191180
Binary101010011011111110110100
Octal251277264

Shades and tints

Shades of #A9BFB4

#A9BFB4
(169,191,180)
#9AAEA4
(154,174,164)
#8B9D94
(139,157,148)
#7C8C84
(124,140,132)
#6D7B74
(109,123,116)
#5E6A64
(94,106,100)
#4F5954
(79,89,84)
#404844
(64,72,68)
#313734
(49,55,52)
#222624
(34,38,36)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A9BFB4

#A9BFB4
(169,191,180)
#B0C4BA
(176,196,186)
#B7C9C0
(183,201,192)
#BECEC6
(190,206,198)
#C5D3CC
(197,211,204)
#CCD8D2
(204,216,210)
#D3DDD8
(211,221,216)
#DAE2DE
(218,226,222)
#E1E7E4
(225,231,228)
#E8ECEA
(232,236,234)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BFB4; }

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

This text font color is #A9BFB4.


Background Color

.myBgColor { background-color: #A9BFB4; }

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

This div background color is #A9BFB4.


Border color

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

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

This div border color is #A9BFB4.


Opacity

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

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

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

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

This text has shadow with #A9BFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BFB4 on black background.


Color preview on white background

This text has color #A9BFB4 on white background.



Black color preview on #A9BFB4 background

This text has black color on #A9BFB4 background.


White color preview on #A9BFB4 background

This text has white color on #A9BFB4 background.