COLOR #A9BFCA

HEX: #A9BFCA RGB: (169,191,202)

Color info

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

RGB color model

#A9BFCA color RGB value is (169,191,202).

RGB: (169,191,202) (66%, 75%, 79%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 202 of 255 = 79%

169
191
202

R + G + B ~ 73%. #A9BFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 191 + 202 = 562 (100%)
R 169 of 562 ~ 30.07%
G 191 of 562 ~ 33.99%
B 202 of 562 ~ 35.94'%

%30.07
%33.99
%35.94

CMYK color model

#A9BFCA color CMYK value is (16,5,0,21).

  • cyan value is 16.34%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (16,5,0,21) C16M5Y0K21 (16%,5%,0%,21%) (0.16/0.05/0.00/0.21) 

CMYK percentages

%16.34
%5.45
%0
%20.78

Codes

Color #A9BFCA in popluar color models

A9 BF CA
RGB 169 191 202
HSL 200° 23.74% 72.75%
HSB/HSV 200° 16.34% 79.22%
CMYK 16.34% 5.45% 0.00%
20.78%

Color #A9BFCA in popluar number systems.

HEX A9 BF CA
Decimal 169 191 202
Binary 10101001 10111111 11001010
Octal 251 277 312

Shades and tints

Shades of #A9BFCA

#A9BFCA
(169,191,202)
#9AAEB8
(154,174,184)
#8B9DA6
(139,157,166)
#7C8C94
(124,140,148)
#6D7B82
(109,123,130)
#5E6A70
(94,106,112)
#4F595E
(79,89,94)
#40484C
(64,72,76)
#31373A
(49,55,58)
#222628
(34,38,40)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9BFCA

#A9BFCA
(169,191,202)
#B0C4CE
(176,196,206)
#B7C9D2
(183,201,210)
#BECED6
(190,206,214)
#C5D3DA
(197,211,218)
#CCD8DE
(204,216,222)
#D3DDE2
(211,221,226)
#DAE2E6
(218,226,230)
#E1E7EA
(225,231,234)
#E8ECEE
(232,236,238)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BFCA; }

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

This text font color is #A9BFCA.

Background Color

.myBgColor { background-color: #A9BFCA; }

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

This div background color is #A9BFCA.

Border color

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

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

This div border color is #A9BFCA.

Opacity

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

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

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

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

This text has shadow with #A9BFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BFCA.

Preview

Color preview on black background

This text has color #A9BFCA on black background.


Color preview on white background

This text has color #A9BFCA on white background.


Black color preview on #A9BFCA background

This text has black color on #A9BFCA background.


White color preview on #A9BFCA background

This text has white color on #A9BFCA background.


Related colors

Complementary color

Complementary color for #hex is #564035.


I love getcolorcode.com

Triadic colors

1 #CAA9BF and #BFCAA9 with #A9BFCA are triadic colors.

2 #CABFA9 and #BFA9CA with #A9BFCA are triadic colors.