COLOR #A9A7C3

HEX: #A9A7C3
RGB: (169,167,195)

Color info

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

RGB color model

#A9A7C3 color RGB value is (169,167,195).

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

RGB channels and saturation

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

169
167
195

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

Portions of RGB colors in percentages

R + G + B =
169 + 167 + 195 = 531 (100%)
R 169 of 531 ~ 31.83%
G 167 of 531 ~ 31.45%
B 195 of 531 ~ 36.72%

%31.83
%31.45
%36.72

CMYK color model

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

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

CMYK percentages

%13.33
%14.36
%0
%23.53

Codes

Color #A9A7C3 in popluar color models

A9A7C3
RGB169167195
HSL244°18.92%70.98%
HSB/HSV244°14.36%76.47%
CMYK13.33%14.36%0.00%
23.53%

Color #A9A7C3 in popluar number systems.

HEXA9A7C3
Decimal169167195
Binary101010011010011111000011
Octal251247303

Shades and tints

Shades of #A9A7C3

#A9A7C3
(169,167,195)
#9A98B2
(154,152,178)
#8B89A1
(139,137,161)
#7C7A90
(124,122,144)
#6D6B7F
(109,107,127)
#5E5C6E
(94,92,110)
#4F4D5D
(79,77,93)
#403E4C
(64,62,76)
#312F3B
(49,47,59)
#22202A
(34,32,42)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #A9A7C3

#A9A7C3
(169,167,195)
#B0AFC8
(176,175,200)
#B7B7CD
(183,183,205)
#BEBFD2
(190,191,210)
#C5C7D7
(197,199,215)
#CCCFDC
(204,207,220)
#D3D7E1
(211,215,225)
#DADFE6
(218,223,230)
#E1E7EB
(225,231,235)
#E8EFF0
(232,239,240)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A7C3; }

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

This text font color is #A9A7C3.


Background Color

.myBgColor { background-color: #A9A7C3; }

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

This div background color is #A9A7C3.


Border color

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

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

This div border color is #A9A7C3.


Opacity

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

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

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

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

This text has shadow with #A9A7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A7C3 on black background.


Color preview on white background

This text has color #A9A7C3 on white background.



Black color preview on #A9A7C3 background

This text has black color on #A9A7C3 background.


White color preview on #A9A7C3 background

This text has white color on #A9A7C3 background.