COLOR #A7ADDA

HEX: #A7ADDA RGB: (167,173,218)

Color info

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

RGB color model

#A7ADDA color RGB value is (167,173,218).

RGB: (167,173,218) (65%, 68%, 85%)

RGB channels and saturation

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

167
173
218

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

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 218 = 558 (100%)
R 167 of 558 ~ 29.93%
G 173 of 558 ~ 31%
B 218 of 558 ~ 39.07'%

%29.93
%31
%39.07

CMYK color model

#A7ADDA color CMYK value is (23,21,0,15).

  • cyan value is 23.39%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (23,21,0,15)
C23M21Y0K15 (23%, 21%, 0%, 15%)
(0.23 / 0.21 / 0.00 / 0.15)

CMYK percentages

%23.39
%20.64
%0
%14.51

Codes

Color #A7ADDA in popluar color models

A7 AD DA
RGB 167 173 218
HSL 233° 40.80% 75.49%
HSB/HSV 233° 23.39% 85.49%
CMYK 23.39% 20.64% 0.00%
14.51%

Color #A7ADDA in popluar number systems.

HEX A7 AD DA
Decimal 167 173 218
Binary 10100111 10101101 11011010
Octal 247 255 332

Shades and tints

Shades of #A7ADDA

#A7ADDA
(167,173,218)
#989EC7
(152,158,199)
#898FB4
(137,143,180)
#7A80A1
(122,128,161)
#6B718E
(107,113,142)
#5C627B
(92,98,123)
#4D5368
(77,83,104)
#3E4455
(62,68,85)
#2F3542
(47,53,66)
#20262F
(32,38,47)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #A7ADDA

#A7ADDA
(167,173,218)
#AFB4DD
(175,180,221)
#B7BBE0
(183,187,224)
#BFC2E3
(191,194,227)
#C7C9E6
(199,201,230)
#CFD0E9
(207,208,233)
#D7D7EC
(215,215,236)
#DFDEEF
(223,222,239)
#E7E5F2
(231,229,242)
#EFECF5
(239,236,245)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADDA; }

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

This text font color is #A7ADDA.

Background Color

.myBgColor { background-color: #A7ADDA; }

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

This div background color is #A7ADDA.

Border color

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

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

This div border color is #A7ADDA.

Opacity

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

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

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

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

This text has shadow with #A7ADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADDA.

Preview

Color preview on black background

This text has color #A7ADDA on black background.


Color preview on white background

This text has color #A7ADDA on white background.


Black color preview on #A7ADDA background

This text has black color on #A7ADDA background.


White color preview on #A7ADDA background

This text has white color on #A7ADDA background.


Related colors

Complementary color

Complementary color for #hex is #585225.


I love getcolorcode.com

Triadic colors

1 #DAA7AD and #ADDAA7 with #A7ADDA are triadic colors.

2 #DAADA7 and #ADA7DA with #A7ADDA are triadic colors.