COLOR #A7A9D1

HEX: #A7A9D1
RGB: (167,169,209)

Color info

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

RGB color model

#A7A9D1 color RGB value is (167,169,209).

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

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 209 of 255 = 82%

167
169
209

R + G + B ~ 71%. #A7A9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 209 = 545 (100%)
R 167 of 545 ~ 30.64%
G 169 of 545 ~ 31.01%
B 209 of 545 ~ 38.35%

%30.64
%31.01
%38.35

CMYK color model

#A7A9D1 color CMYK value is (20,19,0,18).

  • cyan value is 20.10%
  • magenta value is 19.14%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,19,0,18)
C20M19Y0K18 
(20%,19%,0%,18%)
(0.20/0.19/0.00/0.18)	

CMYK percentages

%20.1
%19.14
%0
%18.04

Codes

Color #A7A9D1 in popluar color models

A7A9D1
RGB167169209
HSL237°31.34%73.73%
HSB/HSV237°20.10%81.96%
CMYK20.10%19.14%0.00%
18.04%

Color #A7A9D1 in popluar number systems.

HEXA7A9D1
Decimal167169209
Binary101001111010100111010001
Octal247251321

Shades and tints

Shades of #A7A9D1

#A7A9D1
(167,169,209)
#989ABE
(152,154,190)
#898BAB
(137,139,171)
#7A7C98
(122,124,152)
#6B6D85
(107,109,133)
#5C5E72
(92,94,114)
#4D4F5F
(77,79,95)
#3E404C
(62,64,76)
#2F3139
(47,49,57)
#202226
(32,34,38)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7A9D1

#A7A9D1
(167,169,209)
#AFB0D5
(175,176,213)
#B7B7D9
(183,183,217)
#BFBEDD
(191,190,221)
#C7C5E1
(199,197,225)
#CFCCE5
(207,204,229)
#D7D3E9
(215,211,233)
#DFDAED
(223,218,237)
#E7E1F1
(231,225,241)
#EFE8F5
(239,232,245)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A9D1; }

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

This text font color is #A7A9D1.


Background Color

.myBgColor { background-color: #A7A9D1; }

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

This div background color is #A7A9D1.


Border color

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

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

This div border color is #A7A9D1.


Opacity

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

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

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

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

This text has shadow with #A7A9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A9D1 on black background.


Color preview on white background

This text has color #A7A9D1 on white background.



Black color preview on #A7A9D1 background

This text has black color on #A7A9D1 background.


White color preview on #A7A9D1 background

This text has white color on #A7A9D1 background.