COLOR #A9BDCD

HEX: #A9BDCD
RGB: (169,189,205)

Color info

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

RGB color model

#A9BDCD color RGB value is (169,189,205).

  • red value is 169;
  • green value is 189;
  • blue value is 205.
RGB:
(169,189,205)
(66%,74%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 189 of 255 = 74%
B 205 of 255 = 80%

169
189
205

R + G + B ~ 73%. #A9BDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 189 + 205 = 563 (100%)
R 169 of 563 ~ 30.02%
G 189 of 563 ~ 33.57%
B 205 of 563 ~ 36.41%

%30.02
%33.57
%36.41

CMYK color model

#A9BDCD color CMYK value is (18,8,0,20).

  • cyan value is 17.56%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,8,0,20)
C18M8Y0K20 
(18%,8%,0%,20%)
(0.18/0.08/0.00/0.20)	

CMYK percentages

%17.56
%7.8
%0
%19.61

Codes

Color #A9BDCD in popluar color models

A9BDCD
RGB169189205
HSL207°26.47%73.33%
HSB/HSV207°17.56%80.39%
CMYK17.56%7.80%0.00%
19.61%

Color #A9BDCD in popluar number systems.

HEXA9BDCD
Decimal169189205
Binary101010011011110111001101
Octal251275315

Shades and tints

Shades of #A9BDCD

#A9BDCD
(169,189,205)
#9AACBB
(154,172,187)
#8B9BA9
(139,155,169)
#7C8A97
(124,138,151)
#6D7985
(109,121,133)
#5E6873
(94,104,115)
#4F5761
(79,87,97)
#40464F
(64,70,79)
#31353D
(49,53,61)
#22242B
(34,36,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #A9BDCD

#A9BDCD
(169,189,205)
#B0C3D1
(176,195,209)
#B7C9D5
(183,201,213)
#BECFD9
(190,207,217)
#C5D5DD
(197,213,221)
#CCDBE1
(204,219,225)
#D3E1E5
(211,225,229)
#DAE7E9
(218,231,233)
#E1EDED
(225,237,237)
#E8F3F1
(232,243,241)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BDCD; }

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

This text font color is #A9BDCD.


Background Color

.myBgColor { background-color: #A9BDCD; }

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

This div background color is #A9BDCD.


Border color

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

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

This div border color is #A9BDCD.


Opacity

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

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

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

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

This text has shadow with #A9BDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BDCD on black background.


Color preview on white background

This text has color #A9BDCD on white background.



Black color preview on #A9BDCD background

This text has black color on #A9BDCD background.


White color preview on #A9BDCD background

This text has white color on #A9BDCD background.