COLOR #A1B9CD

HEX: #A1B9CD
RGB: (161,185,205)

Color info

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

RGB color model

#A1B9CD color RGB value is (161,185,205).

  • red value is 161;
  • green value is 185;
  • blue value is 205.
RGB:
(161,185,205)
(63%,73%,80%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 205 of 255 = 80%

161
185
205

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

Portions of RGB colors in percentages

R + G + B =
161 + 185 + 205 = 551 (100%)
R 161 of 551 ~ 29.22%
G 185 of 551 ~ 33.58%
B 205 of 551 ~ 37.21%

%29.22
%33.58
%37.21

CMYK color model

#A1B9CD color CMYK value is (21,10,0,20).

  • cyan value is 21.46%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(21,10,0,20)
C21M10Y0K20 
(21%,10%,0%,20%)
(0.21/0.10/0.00/0.20)	

CMYK percentages

%21.46
%9.76
%0
%19.61

Codes

Color #A1B9CD in popluar color models

A1B9CD
RGB161185205
HSL207°30.56%71.76%
HSB/HSV207°21.46%80.39%
CMYK21.46%9.76%0.00%
19.61%

Color #A1B9CD in popluar number systems.

HEXA1B9CD
Decimal161185205
Binary101000011011100111001101
Octal241271315

Shades and tints

Shades of #A1B9CD

#A1B9CD
(161,185,205)
#93A9BB
(147,169,187)
#8599A9
(133,153,169)
#778997
(119,137,151)
#697985
(105,121,133)
#5B6973
(91,105,115)
#4D5961
(77,89,97)
#3F494F
(63,73,79)
#31393D
(49,57,61)
#23292B
(35,41,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #A1B9CD

#A1B9CD
(161,185,205)
#A9BFD1
(169,191,209)
#B1C5D5
(177,197,213)
#B9CBD9
(185,203,217)
#C1D1DD
(193,209,221)
#C9D7E1
(201,215,225)
#D1DDE5
(209,221,229)
#D9E3E9
(217,227,233)
#E1E9ED
(225,233,237)
#E9EFF1
(233,239,241)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B9CD color. Also use rgb(161,185,205) instead hex code.

Text Font Color

.myTextColor { color: #A1B9CD; }

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

This text font color is #A1B9CD.


Background Color

.myBgColor { background-color: #A1B9CD; }

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

This div background color is #A1B9CD.


Border color

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

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

This div border color is #A1B9CD.


Opacity

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

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

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

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

This text has shadow with #A1B9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B9CD on black background.


Color preview on white background

This text has color #A1B9CD on white background.



Black color preview on #A1B9CD background

This text has black color on #A1B9CD background.


White color preview on #A1B9CD background

This text has white color on #A1B9CD background.