COLOR #A9AECE

HEX: #A9AECE
RGB: (169,174,206)

Color info

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

RGB color model

#A9AECE color RGB value is (169,174,206).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 206 of 255 = 81%

169
174
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 206 = 549 (100%)
R 169 of 549 ~ 30.78%
G 174 of 549 ~ 31.69%
B 206 of 549 ~ 37.52%

%30.78
%31.69
%37.52

CMYK color model

#A9AECE color CMYK value is (18,16,0,19).

  • cyan value is 17.96%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,16,0,19)
C18M16Y0K19 
(18%,16%,0%,19%)
(0.18/0.16/0.00/0.19)	

CMYK percentages

%17.96
%15.53
%0
%19.22

Codes

Color #A9AECE in popluar color models

A9AECE
RGB169174206
HSL232°27.41%73.53%
HSB/HSV232°17.96%80.78%
CMYK17.96%15.53%0.00%
19.22%

Color #A9AECE in popluar number systems.

HEXA9AECE
Decimal169174206
Binary101010011010111011001110
Octal251256316

Shades and tints

Shades of #A9AECE

#A9AECE
(169,174,206)
#9A9FBC
(154,159,188)
#8B90AA
(139,144,170)
#7C8198
(124,129,152)
#6D7286
(109,114,134)
#5E6374
(94,99,116)
#4F5462
(79,84,98)
#404550
(64,69,80)
#31363E
(49,54,62)
#22272C
(34,39,44)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #A9AECE

#A9AECE
(169,174,206)
#B0B5D2
(176,181,210)
#B7BCD6
(183,188,214)
#BEC3DA
(190,195,218)
#C5CADE
(197,202,222)
#CCD1E2
(204,209,226)
#D3D8E6
(211,216,230)
#DADFEA
(218,223,234)
#E1E6EE
(225,230,238)
#E8EDF2
(232,237,242)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AECE; }

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

This text font color is #A9AECE.


Background Color

.myBgColor { background-color: #A9AECE; }

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

This div background color is #A9AECE.


Border color

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

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

This div border color is #A9AECE.


Opacity

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

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

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

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

This text has shadow with #A9AECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AECE on black background.


Color preview on white background

This text has color #A9AECE on white background.



Black color preview on #A9AECE background

This text has black color on #A9AECE background.


White color preview on #A9AECE background

This text has white color on #A9AECE background.