COLOR #A7ADDB

HEX: #A7ADDB RGB: (167,173,219)

Color info

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

RGB color model

#A7ADDB color RGB value is (167,173,219).

RGB: (167,173,219) (65%, 68%, 86%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 219 of 255 = 86%

167
173
219

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

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 219 = 559 (100%)
R 167 of 559 ~ 29.87%
G 173 of 559 ~ 30.95%
B 219 of 559 ~ 39.18'%

%29.87
%30.95
%39.18

CMYK color model

#A7ADDB color CMYK value is (24,21,0,14).

  • cyan value is 23.74%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (24,21,0,14)
C24M21Y0K14 (24%, 21%, 0%, 14%)
(0.24 / 0.21 / 0.00 / 0.14)

CMYK percentages

%23.74
%21
%0
%14.12

Codes

Color #A7ADDB in popluar color models

A7 AD DB
RGB 167 173 219
HSL 233° 41.94% 75.69%
HSB/HSV 233° 23.74% 85.88%
CMYK 23.74% 21.00% 0.00%
14.12%

Color #A7ADDB in popluar number systems.

HEX A7 AD DB
Decimal 167 173 219
Binary 10100111 10101101 11011011
Octal 247 255 333

Shades and tints

Shades of #A7ADDB

#A7ADDB
(167,173,219)
#989EC8
(152,158,200)
#898FB5
(137,143,181)
#7A80A2
(122,128,162)
#6B718F
(107,113,143)
#5C627C
(92,98,124)
#4D5369
(77,83,105)
#3E4456
(62,68,86)
#2F3543
(47,53,67)
#202630
(32,38,48)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #A7ADDB

#A7ADDB
(167,173,219)
#AFB4DE
(175,180,222)
#B7BBE1
(183,187,225)
#BFC2E4
(191,194,228)
#C7C9E7
(199,201,231)
#CFD0EA
(207,208,234)
#D7D7ED
(215,215,237)
#DFDEF0
(223,222,240)
#E7E5F3
(231,229,243)
#EFECF6
(239,236,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADDB; }

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

This text font color is #A7ADDB.

Background Color

.myBgColor { background-color: #A7ADDB; }

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

This div background color is #A7ADDB.

Border color

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

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

This div border color is #A7ADDB.

Opacity

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

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

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

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

This text has shadow with #A7ADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADDB.

Preview

Color preview on black background

This text has color #A7ADDB on black background.


Color preview on white background

This text has color #A7ADDB on white background.


Black color preview on #A7ADDB background

This text has black color on #A7ADDB background.


White color preview on #A7ADDB background

This text has white color on #A7ADDB background.


Related colors

Complementary color

Complementary color for #hex is #585224.


I love getcolorcode.com

Triadic colors

1 #DBA7AD and #ADDBA7 with #A7ADDB are triadic colors.

2 #DBADA7 and #ADA7DB with #A7ADDB are triadic colors.