COLOR #A7ADD6

HEX: #A7ADD6
RGB: (167,173,214)

Color info

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

RGB color model

#A7ADD6 color RGB value is (167,173,214).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 214 of 255 = 84%

167
173
214

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

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 214 = 554 (100%)
R 167 of 554 ~ 30.14%
G 173 of 554 ~ 31.23%
B 214 of 554 ~ 38.63%

%30.14
%31.23
%38.63

CMYK color model

#A7ADD6 color CMYK value is (22,19,0,16).

  • cyan value is 21.96%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(22,19,0,16)
C22M19Y0K16 
(22%,19%,0%,16%)
(0.22/0.19/0.00/0.16)	

CMYK percentages

%21.96
%19.16
%0
%16.08

Codes

Color #A7ADD6 in popluar color models

A7ADD6
RGB167173214
HSL232°36.43%74.71%
HSB/HSV232°21.96%83.92%
CMYK21.96%19.16%0.00%
16.08%

Color #A7ADD6 in popluar number systems.

HEXA7ADD6
Decimal167173214
Binary101001111010110111010110
Octal247255326

Shades and tints

Shades of #A7ADD6

#A7ADD6
(167,173,214)
#989EC3
(152,158,195)
#898FB0
(137,143,176)
#7A809D
(122,128,157)
#6B718A
(107,113,138)
#5C6277
(92,98,119)
#4D5364
(77,83,100)
#3E4451
(62,68,81)
#2F353E
(47,53,62)
#20262B
(32,38,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7ADD6

#A7ADD6
(167,173,214)
#AFB4D9
(175,180,217)
#B7BBDC
(183,187,220)
#BFC2DF
(191,194,223)
#C7C9E2
(199,201,226)
#CFD0E5
(207,208,229)
#D7D7E8
(215,215,232)
#DFDEEB
(223,222,235)
#E7E5EE
(231,229,238)
#EFECF1
(239,236,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADD6; }

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

This text font color is #A7ADD6.


Background Color

.myBgColor { background-color: #A7ADD6; }

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

This div background color is #A7ADD6.


Border color

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

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

This div border color is #A7ADD6.


Opacity

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

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

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

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

This text has shadow with #A7ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADD6 on black background.


Color preview on white background

This text has color #A7ADD6 on white background.



Black color preview on #A7ADD6 background

This text has black color on #A7ADD6 background.


White color preview on #A7ADD6 background

This text has white color on #A7ADD6 background.