COLOR #A7ADD3

HEX: #A7ADD3
RGB: (167,173,211)

Color info

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

RGB color model

#A7ADD3 color RGB value is (167,173,211).

  • red value is 167;
  • green value is 173;
  • blue value is 211.
RGB:
(167,173,211)
(65%,68%,83%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 211 of 255 = 83%

167
173
211

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 211 = 551 (100%)
R 167 of 551 ~ 30.31%
G 173 of 551 ~ 31.4%
B 211 of 551 ~ 38.29%

%30.31
%31.4
%38.29

CMYK color model

#A7ADD3 color CMYK value is (21,18,0,17).

  • cyan value is 20.85%
  • magenta value is 18.01%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(21,18,0,17)
C21M18Y0K17 
(21%,18%,0%,17%)
(0.21/0.18/0.00/0.17)	

CMYK percentages

%20.85
%18.01
%0
%17.25

Codes

Color #A7ADD3 in popluar color models

A7ADD3
RGB167173211
HSL232°33.33%74.12%
HSB/HSV232°20.85%82.75%
CMYK20.85%18.01%0.00%
17.25%

Color #A7ADD3 in popluar number systems.

HEXA7ADD3
Decimal167173211
Binary101001111010110111010011
Octal247255323

Shades and tints

Shades of #A7ADD3

#A7ADD3
(167,173,211)
#989EC0
(152,158,192)
#898FAD
(137,143,173)
#7A809A
(122,128,154)
#6B7187
(107,113,135)
#5C6274
(92,98,116)
#4D5361
(77,83,97)
#3E444E
(62,68,78)
#2F353B
(47,53,59)
#202628
(32,38,40)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #A7ADD3

#A7ADD3
(167,173,211)
#AFB4D7
(175,180,215)
#B7BBDB
(183,187,219)
#BFC2DF
(191,194,223)
#C7C9E3
(199,201,227)
#CFD0E7
(207,208,231)
#D7D7EB
(215,215,235)
#DFDEEF
(223,222,239)
#E7E5F3
(231,229,243)
#EFECF7
(239,236,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ADD3 color. Also use rgb(167,173,211) instead hex code.

Text Font Color

.myTextColor { color: #A7ADD3; }

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

This text font color is #A7ADD3.


Background Color

.myBgColor { background-color: #A7ADD3; }

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

This div background color is #A7ADD3.


Border color

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

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

This div border color is #A7ADD3.


Opacity

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

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

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

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

This text has shadow with #A7ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADD3 on black background.


Color preview on white background

This text has color #A7ADD3 on white background.



Black color preview on #A7ADD3 background

This text has black color on #A7ADD3 background.


White color preview on #A7ADD3 background

This text has white color on #A7ADD3 background.