COLOR #A9AFCE

HEX: #A9AFCE
RGB: (169,175,206)

Color info

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

RGB color model

#A9AFCE color RGB value is (169,175,206).

  • red value is 169;
  • green value is 175;
  • blue value is 206.
RGB:
(169,175,206)
(66%,69%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 206 of 255 = 81%

169
175
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 175 + 206 = 550 (100%)
R 169 of 550 ~ 30.73%
G 175 of 550 ~ 31.82%
B 206 of 550 ~ 37.45%

%30.73
%31.82
%37.45

CMYK color model

#A9AFCE color CMYK value is (18,15,0,19).

  • cyan value is 17.96%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,15,0,19)
C18M15Y0K19 
(18%,15%,0%,19%)
(0.18/0.15/0.00/0.19)	

CMYK percentages

%17.96
%15.05
%0
%19.22

Codes

Color #A9AFCE in popluar color models

A9AFCE
RGB169175206
HSL230°27.41%73.53%
HSB/HSV230°17.96%80.78%
CMYK17.96%15.05%0.00%
19.22%

Color #A9AFCE in popluar number systems.

HEXA9AFCE
Decimal169175206
Binary101010011010111111001110
Octal251257316

Shades and tints

Shades of #A9AFCE

#A9AFCE
(169,175,206)
#9AA0BC
(154,160,188)
#8B91AA
(139,145,170)
#7C8298
(124,130,152)
#6D7386
(109,115,134)
#5E6474
(94,100,116)
#4F5562
(79,85,98)
#404650
(64,70,80)
#31373E
(49,55,62)
#22282C
(34,40,44)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #A9AFCE

#A9AFCE
(169,175,206)
#B0B6D2
(176,182,210)
#B7BDD6
(183,189,214)
#BEC4DA
(190,196,218)
#C5CBDE
(197,203,222)
#CCD2E2
(204,210,226)
#D3D9E6
(211,217,230)
#DAE0EA
(218,224,234)
#E1E7EE
(225,231,238)
#E8EEF2
(232,238,242)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9AFCE color. Also use rgb(169,175,206) instead hex code.

Text Font Color

.myTextColor { color: #A9AFCE; }

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

This text font color is #A9AFCE.


Background Color

.myBgColor { background-color: #A9AFCE; }

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

This div background color is #A9AFCE.


Border color

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

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

This div border color is #A9AFCE.


Opacity

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

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

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

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

This text has shadow with #A9AFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AFCE on black background.


Color preview on white background

This text has color #A9AFCE on white background.



Black color preview on #A9AFCE background

This text has black color on #A9AFCE background.


White color preview on #A9AFCE background

This text has white color on #A9AFCE background.