COLOR #A9CAB8

HEX: #A9CAB8
RGB: (169,202,184)

Color info

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

RGB color model

#A9CAB8 color RGB value is (169,202,184).

  • red value is 169;
  • green value is 202;
  • blue value is 184.
RGB:
(169,202,184)
(66%,79%,72%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 184 of 255 = 72%

169
202
184

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

Portions of RGB colors in percentages

R + G + B =
169 + 202 + 184 = 555 (100%)
R 169 of 555 ~ 30.45%
G 202 of 555 ~ 36.4%
B 184 of 555 ~ 33.15%

%30.45
%36.4
%33.15

CMYK color model

#A9CAB8 color CMYK value is (16,0,9,21).

  • cyan value is 16.34%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(16,0,9,21)
C16M0Y9K21 
(16%,0%,9%,21%)
(0.16/0.00/0.09/0.21)	

CMYK percentages

%16.34
%0
%8.91
%20.78

Codes

Color #A9CAB8 in popluar color models

A9CAB8
RGB169202184
HSL147°23.74%72.75%
HSB/HSV147°16.34%79.22%
CMYK16.34%0.00%8.91%
20.78%

Color #A9CAB8 in popluar number systems.

HEXA9CAB8
Decimal169202184
Binary101010011100101010111000
Octal251312270

Shades and tints

Shades of #A9CAB8

#A9CAB8
(169,202,184)
#9AB8A8
(154,184,168)
#8BA698
(139,166,152)
#7C9488
(124,148,136)
#6D8278
(109,130,120)
#5E7068
(94,112,104)
#4F5E58
(79,94,88)
#404C48
(64,76,72)
#313A38
(49,58,56)
#222828
(34,40,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #A9CAB8

#A9CAB8
(169,202,184)
#B0CEBE
(176,206,190)
#B7D2C4
(183,210,196)
#BED6CA
(190,214,202)
#C5DAD0
(197,218,208)
#CCDED6
(204,222,214)
#D3E2DC
(211,226,220)
#DAE6E2
(218,230,226)
#E1EAE8
(225,234,232)
#E8EEEE
(232,238,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CAB8 color. Also use rgb(169,202,184) instead hex code.

Text Font Color

.myTextColor { color: #A9CAB8; }

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

This text font color is #A9CAB8.


Background Color

.myBgColor { background-color: #A9CAB8; }

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

This div background color is #A9CAB8.


Border color

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

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

This div border color is #A9CAB8.


Opacity

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

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

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

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

This text has shadow with #A9CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CAB8 on black background.


Color preview on white background

This text has color #A9CAB8 on white background.



Black color preview on #A9CAB8 background

This text has black color on #A9CAB8 background.


White color preview on #A9CAB8 background

This text has white color on #A9CAB8 background.