COLOR #A7ADD8

HEX: #A7ADD8
RGB: (167,173,216)

Color info

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

RGB color model

#A7ADD8 color RGB value is (167,173,216).

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

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 216 of 255 = 85%

167
173
216

R + G + B ~ 73%. #A7ADD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 173 + 216 = 556 (100%)
R 167 of 556 ~ 30.04%
G 173 of 556 ~ 31.12%
B 216 of 556 ~ 38.85%

%30.04
%31.12
%38.85

CMYK color model

#A7ADD8 color CMYK value is (23,20,0,15).

  • cyan value is 22.69%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(23,20,0,15)
C23M20Y0K15 
(23%,20%,0%,15%)
(0.23/0.20/0.00/0.15)	

CMYK percentages

%22.69
%19.91
%0
%15.29

Codes

Color #A7ADD8 in popluar color models

A7ADD8
RGB167173216
HSL233°38.58%75.10%
HSB/HSV233°22.69%84.71%
CMYK22.69%19.91%0.00%
15.29%

Color #A7ADD8 in popluar number systems.

HEXA7ADD8
Decimal167173216
Binary101001111010110111011000
Octal247255330

Shades and tints

Shades of #A7ADD8

#A7ADD8
(167,173,216)
#989EC5
(152,158,197)
#898FB2
(137,143,178)
#7A809F
(122,128,159)
#6B718C
(107,113,140)
#5C6279
(92,98,121)
#4D5366
(77,83,102)
#3E4453
(62,68,83)
#2F3540
(47,53,64)
#20262D
(32,38,45)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #A7ADD8

#A7ADD8
(167,173,216)
#AFB4DB
(175,180,219)
#B7BBDE
(183,187,222)
#BFC2E1
(191,194,225)
#C7C9E4
(199,201,228)
#CFD0E7
(207,208,231)
#D7D7EA
(215,215,234)
#DFDEED
(223,222,237)
#E7E5F0
(231,229,240)
#EFECF3
(239,236,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADD8; }

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

This text font color is #A7ADD8.


Background Color

.myBgColor { background-color: #A7ADD8; }

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

This div background color is #A7ADD8.


Border color

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

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

This div border color is #A7ADD8.


Opacity

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

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

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

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

This text has shadow with #A7ADD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ADD8 on black background.


Color preview on white background

This text has color #A7ADD8 on white background.



Black color preview on #A7ADD8 background

This text has black color on #A7ADD8 background.


White color preview on #A7ADD8 background

This text has white color on #A7ADD8 background.