COLOR #A9CACD

HEX: #A9CACD RGB: (169,202,205)

Color info

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

RGB color model

#A9CACD color RGB value is (169,202,205).

RGB: (169,202,205) (66%, 79%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 205 of 255 = 80%

169
202
205

R + G + B ~ 75%. #A9CACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 202 + 205 = 576 (100%)
R 169 of 576 ~ 29.34%
G 202 of 576 ~ 35.07%
B 205 of 576 ~ 35.59'%

%29.34
%35.07
%35.59

CMYK color model

#A9CACD color CMYK value is (18,1,0,20).

  • cyan value is 17.56%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (18,1,0,20)
C18M1Y0K20 (18%, 1%, 0%, 20%)
(0.18 / 0.01 / 0.00 / 0.20)

CMYK percentages

%17.56
%1.46
%0
%19.61

Codes

Color #A9CACD in popluar color models

A9 CA CD
RGB 169 202 205
HSL 185° 26.47% 73.33%
HSB/HSV 185° 17.56% 80.39%
CMYK 17.56% 1.46% 0.00%
19.61%

Color #A9CACD in popluar number systems.

HEX A9 CA CD
Decimal 169 202 205
Binary 10101001 11001010 11001101
Octal 251 312 315

Shades and tints

Shades of #A9CACD

#A9CACD
(169,202,205)
#9AB8BB
(154,184,187)
#8BA6A9
(139,166,169)
#7C9497
(124,148,151)
#6D8285
(109,130,133)
#5E7073
(94,112,115)
#4F5E61
(79,94,97)
#404C4F
(64,76,79)
#313A3D
(49,58,61)
#22282B
(34,40,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #A9CACD

#A9CACD
(169,202,205)
#B0CED1
(176,206,209)
#B7D2D5
(183,210,213)
#BED6D9
(190,214,217)
#C5DADD
(197,218,221)
#CCDEE1
(204,222,225)
#D3E2E5
(211,226,229)
#DAE6E9
(218,230,233)
#E1EAED
(225,234,237)
#E8EEF1
(232,238,241)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CACD; }

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

This text font color is #A9CACD.

Background Color

.myBgColor { background-color: #A9CACD; }

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

This div background color is #A9CACD.

Border color

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

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

This div border color is #A9CACD.

Opacity

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

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

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

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

This text has shadow with #A9CACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CACD.

Preview

Color preview on black background

This text has color #A9CACD on black background.


Color preview on white background

This text has color #A9CACD on white background.


Black color preview on #A9CACD background

This text has black color on #A9CACD background.


White color preview on #A9CACD background

This text has white color on #A9CACD background.


Related colors

Complementary color

Complementary color for #hex is #563532.


I love getcolorcode.com

Triadic colors

1 #CDA9CA and #CACDA9 with #A9CACD are triadic colors.

2 #CDCAA9 and #CAA9CD with #A9CACD are triadic colors.