COLOR #A7ADCD

HEX: #A7ADCD RGB: (167,173,205)

Color info

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

RGB color model

#A7ADCD color RGB value is (167,173,205).

RGB: (167,173,205) (65%, 68%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 205 of 255 = 80%

167
173
205

R + G + B ~ 71%. #A7ADCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 205 = 545 (100%)
R 167 of 545 ~ 30.64%
G 173 of 545 ~ 31.74%
B 205 of 545 ~ 37.61'%

%30.64
%31.74
%37.61

CMYK color model

#A7ADCD color CMYK value is (19,16,0,20).

  • cyan value is 18.54%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (19,16,0,20)
C19M16Y0K20 (19%, 16%, 0%, 20%)
(0.19 / 0.16 / 0.00 / 0.20)

CMYK percentages

%18.54
%15.61
%0
%19.61

Codes

Color #A7ADCD in popluar color models

A7 AD CD
RGB 167 173 205
HSL 231° 27.54% 72.94%
HSB/HSV 231° 18.54% 80.39%
CMYK 18.54% 15.61% 0.00%
19.61%

Color #A7ADCD in popluar number systems.

HEX A7 AD CD
Decimal 167 173 205
Binary 10100111 10101101 11001101
Octal 247 255 315

Shades and tints

Shades of #A7ADCD

#A7ADCD
(167,173,205)
#989EBB
(152,158,187)
#898FA9
(137,143,169)
#7A8097
(122,128,151)
#6B7185
(107,113,133)
#5C6273
(92,98,115)
#4D5361
(77,83,97)
#3E444F
(62,68,79)
#2F353D
(47,53,61)
#20262B
(32,38,43)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #A7ADCD

#A7ADCD
(167,173,205)
#AFB4D1
(175,180,209)
#B7BBD5
(183,187,213)
#BFC2D9
(191,194,217)
#C7C9DD
(199,201,221)
#CFD0E1
(207,208,225)
#D7D7E5
(215,215,229)
#DFDEE9
(223,222,233)
#E7E5ED
(231,229,237)
#EFECF1
(239,236,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADCD; }

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

This text font color is #A7ADCD.

Background Color

.myBgColor { background-color: #A7ADCD; }

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

This div background color is #A7ADCD.

Border color

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

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

This div border color is #A7ADCD.

Opacity

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

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

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

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

This text has shadow with #A7ADCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADCD.

Preview

Color preview on black background

This text has color #A7ADCD on black background.


Color preview on white background

This text has color #A7ADCD on white background.


Black color preview on #A7ADCD background

This text has black color on #A7ADCD background.


White color preview on #A7ADCD background

This text has white color on #A7ADCD background.


Related colors

Complementary color

Complementary color for #hex is #585232.


I love getcolorcode.com

Triadic colors

1 #CDA7AD and #ADCDA7 with #A7ADCD are triadic colors.

2 #CDADA7 and #ADA7CD with #A7ADCD are triadic colors.