COLOR #A9B1CD

HEX: #A9B1CD
RGB: (169,177,205)

Color info

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

RGB color model

#A9B1CD color RGB value is (169,177,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 177 of 255 = 69%
B 205 of 255 = 80%

169
177
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 177 + 205 = 551 (100%)
R 169 of 551 ~ 30.67%
G 177 of 551 ~ 32.12%
B 205 of 551 ~ 37.21%

%30.67
%32.12
%37.21

CMYK color model

#A9B1CD color CMYK value is (18,14,0,20).

  • cyan value is 17.56%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,14,0,20)
C18M14Y0K20 
(18%,14%,0%,20%)
(0.18/0.14/0.00/0.20)	

CMYK percentages

%17.56
%13.66
%0
%19.61

Codes

Color #A9B1CD in popluar color models

A9B1CD
RGB169177205
HSL227°26.47%73.33%
HSB/HSV227°17.56%80.39%
CMYK17.56%13.66%0.00%
19.61%

Color #A9B1CD in popluar number systems.

HEXA9B1CD
Decimal169177205
Binary101010011011000111001101
Octal251261315

Shades and tints

Shades of #A9B1CD

#A9B1CD
(169,177,205)
#9AA1BB
(154,161,187)
#8B91A9
(139,145,169)
#7C8197
(124,129,151)
#6D7185
(109,113,133)
#5E6173
(94,97,115)
#4F5161
(79,81,97)
#40414F
(64,65,79)
#31313D
(49,49,61)
#22212B
(34,33,43)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #A9B1CD

#A9B1CD
(169,177,205)
#B0B8D1
(176,184,209)
#B7BFD5
(183,191,213)
#BEC6D9
(190,198,217)
#C5CDDD
(197,205,221)
#CCD4E1
(204,212,225)
#D3DBE5
(211,219,229)
#DAE2E9
(218,226,233)
#E1E9ED
(225,233,237)
#E8F0F1
(232,240,241)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B1CD; }

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

This text font color is #A9B1CD.


Background Color

.myBgColor { background-color: #A9B1CD; }

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

This div background color is #A9B1CD.


Border color

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

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

This div border color is #A9B1CD.


Opacity

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

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

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

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

This text has shadow with #A9B1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B1CD on black background.


Color preview on white background

This text has color #A9B1CD on white background.



Black color preview on #A9B1CD background

This text has black color on #A9B1CD background.


White color preview on #A9B1CD background

This text has white color on #A9B1CD background.