COLOR #A9BDC2

HEX: #A9BDC2 RGB: (169,189,194)

Color info

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

RGB color model

#A9BDC2 color RGB value is (169,189,194).

RGB: (169,189,194) (66%, 74%, 76%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 194 of 255 = 76%

169
189
194

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

Portions of RGB colors in percentages

R + G + B = 169 + 189 + 194 = 552 (100%)
R 169 of 552 ~ 30.62%
G 189 of 552 ~ 34.24%
B 194 of 552 ~ 35.14'%

%30.62
%34.24
%35.14

CMYK color model

#A9BDC2 color CMYK value is (13,3,0,24).

  • cyan value is 12.89%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (13,3,0,24)
C13M3Y0K24 (13%, 3%, 0%, 24%)
(0.13 / 0.03 / 0.00 / 0.24)

CMYK percentages

%12.89
%2.58
%0
%23.92

Codes

Color #A9BDC2 in popluar color models

A9 BD C2
RGB 169 189 194
HSL 192° 17.01% 71.18%
HSB/HSV 192° 12.89% 76.08%
CMYK 12.89% 2.58% 0.00%
23.92%

Color #A9BDC2 in popluar number systems.

HEX A9 BD C2
Decimal 169 189 194
Binary 10101001 10111101 11000010
Octal 251 275 302

Shades and tints

Shades of #A9BDC2

#A9BDC2
(169,189,194)
#9AACB1
(154,172,177)
#8B9BA0
(139,155,160)
#7C8A8F
(124,138,143)
#6D797E
(109,121,126)
#5E686D
(94,104,109)
#4F575C
(79,87,92)
#40464B
(64,70,75)
#31353A
(49,53,58)
#222429
(34,36,41)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A9BDC2

#A9BDC2
(169,189,194)
#B0C3C7
(176,195,199)
#B7C9CC
(183,201,204)
#BECFD1
(190,207,209)
#C5D5D6
(197,213,214)
#CCDBDB
(204,219,219)
#D3E1E0
(211,225,224)
#DAE7E5
(218,231,229)
#E1EDEA
(225,237,234)
#E8F3EF
(232,243,239)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDC2; }

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

This text font color is #A9BDC2.

Background Color

.myBgColor { background-color: #A9BDC2; }

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

This div background color is #A9BDC2.

Border color

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

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

This div border color is #A9BDC2.

Opacity

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

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

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

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

This text has shadow with #A9BDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BDC2.

Preview

Color preview on black background

This text has color #A9BDC2 on black background.


Color preview on white background

This text has color #A9BDC2 on white background.


Black color preview on #A9BDC2 background

This text has black color on #A9BDC2 background.


White color preview on #A9BDC2 background

This text has white color on #A9BDC2 background.


Related colors

Complementary color

Complementary color for #hex is #56423D.


I love getcolorcode.com

Triadic colors

1 #C2A9BD and #BDC2A9 with #A9BDC2 are triadic colors.

2 #C2BDA9 and #BDA9C2 with #A9BDC2 are triadic colors.