COLOR #A9B5CA

HEX: #A9B5CA RGB: (169,181,202)

Color info

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

RGB color model

#A9B5CA color RGB value is (169,181,202).

RGB: (169,181,202) (66%, 71%, 79%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 202 of 255 = 79%

169
181
202

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

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 202 = 552 (100%)
R 169 of 552 ~ 30.62%
G 181 of 552 ~ 32.79%
B 202 of 552 ~ 36.59'%

%30.62
%32.79
%36.59

CMYK color model

#A9B5CA color CMYK value is (16,10,0,21).

  • cyan value is 16.34%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (16,10,0,21) C16M10Y0K21 (16%,10%,0%,21%) (0.16/0.10/0.00/0.21) 

CMYK percentages

%16.34
%10.4
%0
%20.78

Codes

Color #A9B5CA in popluar color models

A9 B5 CA
RGB 169 181 202
HSL 218° 23.74% 72.75%
HSB/HSV 218° 16.34% 79.22%
CMYK 16.34% 10.40% 0.00%
20.78%

Color #A9B5CA in popluar number systems.

HEX A9 B5 CA
Decimal 169 181 202
Binary 10101001 10110101 11001010
Octal 251 265 312

Shades and tints

Shades of #A9B5CA

#A9B5CA
(169,181,202)
#9AA5B8
(154,165,184)
#8B95A6
(139,149,166)
#7C8594
(124,133,148)
#6D7582
(109,117,130)
#5E6570
(94,101,112)
#4F555E
(79,85,94)
#40454C
(64,69,76)
#31353A
(49,53,58)
#222528
(34,37,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9B5CA

#A9B5CA
(169,181,202)
#B0BBCE
(176,187,206)
#B7C1D2
(183,193,210)
#BEC7D6
(190,199,214)
#C5CDDA
(197,205,218)
#CCD3DE
(204,211,222)
#D3D9E2
(211,217,226)
#DADFE6
(218,223,230)
#E1E5EA
(225,229,234)
#E8EBEE
(232,235,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B5CA; }

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

This text font color is #A9B5CA.

Background Color

.myBgColor { background-color: #A9B5CA; }

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

This div background color is #A9B5CA.

Border color

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

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

This div border color is #A9B5CA.

Opacity

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

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

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

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

This text has shadow with #A9B5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B5CA.

Preview

Color preview on black background

This text has color #A9B5CA on black background.


Color preview on white background

This text has color #A9B5CA on white background.


Black color preview on #A9B5CA background

This text has black color on #A9B5CA background.


White color preview on #A9B5CA background

This text has white color on #A9B5CA background.


Related colors

Complementary color

Complementary color for #hex is #564A35.


I love getcolorcode.com

Triadic colors

1 #CAA9B5 and #B5CAA9 with #A9B5CA are triadic colors.

2 #CAB5A9 and #B5A9CA with #A9B5CA are triadic colors.