COLOR #A9BDBC

HEX: #A9BDBC RGB: (169,189,188)

Color info

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

RGB color model

#A9BDBC color RGB value is (169,189,188).

RGB: (169,189,188) (66%, 74%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 188 of 255 = 74%

169
189
188

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

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 188 = 546 (100%)
R 169 of 546 ~ 30.95%
G 189 of 546 ~ 34.62%
B 188 of 546 ~ 34.43'%

%30.95
%34.62
%34.43

CMYK color model

#A9BDBC color CMYK value is (11,0,1,26).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%

CMYK: (11,0,1,26)
C11M0Y1K26 (11%, 0%, 1%, 26%)
(0.11 / 0.00 / 0.01 / 0.26)

CMYK percentages

%10.58
%0
%0.53
%25.88

Codes

Color #A9BDBC in popluar color models

A9 BD BC
RGB 169 189 188
HSL 177° 13.16% 70.20%
HSB/HSV 177° 10.58% 74.12%
CMYK 10.58% 0.00% 0.53%
25.88%

Color #A9BDBC in popluar number systems.

HEX A9 BD BC
Decimal 169 189 188
Binary 10101001 10111101 10111100
Octal 251 275 274

Shades and tints

Shades of #A9BDBC

#A9BDBC
(169,189,188)
#9AACAB
(154,172,171)
#8B9B9A
(139,155,154)
#7C8A89
(124,138,137)
#6D7978
(109,121,120)
#5E6867
(94,104,103)
#4F5756
(79,87,86)
#404645
(64,70,69)
#313534
(49,53,52)
#222423
(34,36,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A9BDBC

#A9BDBC
(169,189,188)
#B0C3C2
(176,195,194)
#B7C9C8
(183,201,200)
#BECFCE
(190,207,206)
#C5D5D4
(197,213,212)
#CCDBDA
(204,219,218)
#D3E1E0
(211,225,224)
#DAE7E6
(218,231,230)
#E1EDEC
(225,237,236)
#E8F3F2
(232,243,242)
#EFF9F8
(239,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDBC; }

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

This text font color is #A9BDBC.

Background Color

.myBgColor { background-color: #A9BDBC; }

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

This div background color is #A9BDBC.

Border color

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

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

This div border color is #A9BDBC.

Opacity

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

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

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

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

This text has shadow with #A9BDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDBC.

Preview

Color preview on black background

This text has color #A9BDBC on black background.


Color preview on white background

This text has color #A9BDBC on white background.


Black color preview on #A9BDBC background

This text has black color on #A9BDBC background.


White color preview on #A9BDBC background

This text has white color on #A9BDBC background.


Related colors

Complementary color

Complementary color for #hex is #564243.


I love getcolorcode.com

Triadic colors

1 #BCA9BD and #BDBCA9 with #A9BDBC are triadic colors.

2 #BCBDA9 and #BDA9BC with #A9BDBC are triadic colors.