COLOR #A9A9C3

HEX: #A9A9C3
RGB: (169,169,195)

Color info

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

RGB color model

#A9A9C3 color RGB value is (169,169,195).

  • red value is 169;
  • green value is 169;
  • blue value is 195.
RGB:
(169,169,195)
(66%,66%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 169 of 255 = 66%
B 195 of 255 = 76%

169
169
195

R + G + B ~ 69%. #A9A9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 169 + 195 = 533 (100%)
R 169 of 533 ~ 31.71%
G 169 of 533 ~ 31.71%
B 195 of 533 ~ 36.59%

%31.71
%31.71
%36.59

CMYK color model

#A9A9C3 color CMYK value is (13,13,0,24).

  • cyan value is 13.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,13,0,24)
C13M13Y0K24 
(13%,13%,0%,24%)
(0.13/0.13/0.00/0.24)	

CMYK percentages

%13.33
%13.33
%0
%23.53

Codes

Color #A9A9C3 in popluar color models

A9A9C3
RGB169169195
HSL240°17.81%71.37%
HSB/HSV240°13.33%76.47%
CMYK13.33%13.33%0.00%
23.53%

Color #A9A9C3 in popluar number systems.

HEXA9A9C3
Decimal169169195
Binary101010011010100111000011
Octal251251303

Shades and tints

Shades of #A9A9C3

#A9A9C3
(169,169,195)
#9A9AB2
(154,154,178)
#8B8BA1
(139,139,161)
#7C7C90
(124,124,144)
#6D6D7F
(109,109,127)
#5E5E6E
(94,94,110)
#4F4F5D
(79,79,93)
#40404C
(64,64,76)
#31313B
(49,49,59)
#22222A
(34,34,42)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #A9A9C3

#A9A9C3
(169,169,195)
#B0B0C8
(176,176,200)
#B7B7CD
(183,183,205)
#BEBED2
(190,190,210)
#C5C5D7
(197,197,215)
#CCCCDC
(204,204,220)
#D3D3E1
(211,211,225)
#DADAE6
(218,218,230)
#E1E1EB
(225,225,235)
#E8E8F0
(232,232,240)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A9C3; }

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

This text font color is #A9A9C3.


Background Color

.myBgColor { background-color: #A9A9C3; }

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

This div background color is #A9A9C3.


Border color

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

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

This div border color is #A9A9C3.


Opacity

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

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

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

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

This text has shadow with #A9A9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A9C3 on black background.


Color preview on white background

This text has color #A9A9C3 on white background.



Black color preview on #A9A9C3 background

This text has black color on #A9A9C3 background.


White color preview on #A9A9C3 background

This text has white color on #A9A9C3 background.