COLOR #A7AAD5

HEX: #A7AAD5
RGB: (167,170,213)

Color info

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

RGB color model

#A7AAD5 color RGB value is (167,170,213).

  • red value is 167;
  • green value is 170;
  • blue value is 213.
RGB:
(167,170,213)
(65%,67%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 213 of 255 = 84%

167
170
213

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

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 213 = 550 (100%)
R 167 of 550 ~ 30.36%
G 170 of 550 ~ 30.91%
B 213 of 550 ~ 38.73%

%30.36
%30.91
%38.73

CMYK color model

#A7AAD5 color CMYK value is (22,20,0,16).

  • cyan value is 21.60%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,20,0,16)
C22M20Y0K16 
(22%,20%,0%,16%)
(0.22/0.20/0.00/0.16)	

CMYK percentages

%21.6
%20.19
%0
%16.47

Codes

Color #A7AAD5 in popluar color models

A7AAD5
RGB167170213
HSL236°35.38%74.51%
HSB/HSV236°21.60%83.53%
CMYK21.60%20.19%0.00%
16.47%

Color #A7AAD5 in popluar number systems.

HEXA7AAD5
Decimal167170213
Binary101001111010101011010101
Octal247252325

Shades and tints

Shades of #A7AAD5

#A7AAD5
(167,170,213)
#989BC2
(152,155,194)
#898CAF
(137,140,175)
#7A7D9C
(122,125,156)
#6B6E89
(107,110,137)
#5C5F76
(92,95,118)
#4D5063
(77,80,99)
#3E4150
(62,65,80)
#2F323D
(47,50,61)
#20232A
(32,35,42)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7AAD5

#A7AAD5
(167,170,213)
#AFB1D8
(175,177,216)
#B7B8DB
(183,184,219)
#BFBFDE
(191,191,222)
#C7C6E1
(199,198,225)
#CFCDE4
(207,205,228)
#D7D4E7
(215,212,231)
#DFDBEA
(223,219,234)
#E7E2ED
(231,226,237)
#EFE9F0
(239,233,240)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AAD5 color. Also use rgb(167,170,213) instead hex code.

Text Font Color

.myTextColor { color: #A7AAD5; }

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

This text font color is #A7AAD5.


Background Color

.myBgColor { background-color: #A7AAD5; }

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

This div background color is #A7AAD5.


Border color

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

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

This div border color is #A7AAD5.


Opacity

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

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

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

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

This text has shadow with #A7AAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AAD5 on black background.


Color preview on white background

This text has color #A7AAD5 on white background.



Black color preview on #A7AAD5 background

This text has black color on #A7AAD5 background.


White color preview on #A7AAD5 background

This text has white color on #A7AAD5 background.