COLOR #A9C1BD

HEX: #A9C1BD
RGB: (169,193,189)

Color info

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

RGB color model

#A9C1BD color RGB value is (169,193,189).

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

RGB channels and saturation

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

169
193
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 193 + 189 = 551 (100%)
R 169 of 551 ~ 30.67%
G 193 of 551 ~ 35.03%
B 189 of 551 ~ 34.3%

%30.67
%35.03
%34.3

CMYK color model

#A9C1BD color CMYK value is (12,0,2,24).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 2.07%
  • key color value is 24.31%
CMYK:
(12,0,2,24)
C12M0Y2K24 
(12%,0%,2%,24%)
(0.12/0.00/0.02/0.24)	

CMYK percentages

%12.44
%0
%2.07
%24.31

Codes

Color #A9C1BD in popluar color models

A9C1BD
RGB169193189
HSL170°16.22%70.98%
HSB/HSV170°12.44%75.69%
CMYK12.44%0.00%2.07%
24.31%

Color #A9C1BD in popluar number systems.

HEXA9C1BD
Decimal169193189
Binary101010011100000110111101
Octal251301275

Shades and tints

Shades of #A9C1BD

#A9C1BD
(169,193,189)
#9AB0AC
(154,176,172)
#8B9F9B
(139,159,155)
#7C8E8A
(124,142,138)
#6D7D79
(109,125,121)
#5E6C68
(94,108,104)
#4F5B57
(79,91,87)
#404A46
(64,74,70)
#313935
(49,57,53)
#222824
(34,40,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #A9C1BD

#A9C1BD
(169,193,189)
#B0C6C3
(176,198,195)
#B7CBC9
(183,203,201)
#BED0CF
(190,208,207)
#C5D5D5
(197,213,213)
#CCDADB
(204,218,219)
#D3DFE1
(211,223,225)
#DAE4E7
(218,228,231)
#E1E9ED
(225,233,237)
#E8EEF3
(232,238,243)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C1BD; }

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

This text font color is #A9C1BD.


Background Color

.myBgColor { background-color: #A9C1BD; }

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

This div background color is #A9C1BD.


Border color

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

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

This div border color is #A9C1BD.


Opacity

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

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

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

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

This text has shadow with #A9C1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C1BD on black background.


Color preview on white background

This text has color #A9C1BD on white background.



Black color preview on #A9C1BD background

This text has black color on #A9C1BD background.


White color preview on #A9C1BD background

This text has white color on #A9C1BD background.