COLOR #A7ADBD

HEX: #A7ADBD RGB: (167,173,189)

Color info

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

RGB color model

#A7ADBD color RGB value is (167,173,189).

RGB: (167,173,189) (65%, 68%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 173 of 255 = 68%
B 189 of 255 = 74%

167
173
189

R + G + B ~ 69%. #A7ADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 173 + 189 = 529 (100%)
R 167 of 529 ~ 31.57%
G 173 of 529 ~ 32.7%
B 189 of 529 ~ 35.73'%

%31.57
%32.7
%35.73

CMYK color model

#A7ADBD color CMYK value is (12,8,0,26).

  • cyan value is 11.64%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,8,0,26) C12M8Y0K26 (12%,8%,0%,26%) (0.12/0.08/0.00/0.26) 

CMYK percentages

%11.64
%8.47
%0
%25.88

Codes

Color #A7ADBD in popluar color models

A7 AD BD
RGB 167 173 189
HSL 224° 14.29% 69.80%
HSB/HSV 224° 11.64% 74.12%
CMYK 11.64% 8.47% 0.00%
25.88%

Color #A7ADBD in popluar number systems.

HEX A7 AD BD
Decimal 167 173 189
Binary 10100111 10101101 10111101
Octal 247 255 275

Shades and tints

Shades of #A7ADBD

#A7ADBD
(167,173,189)
#989EAC
(152,158,172)
#898F9B
(137,143,155)
#7A808A
(122,128,138)
#6B7179
(107,113,121)
#5C6268
(92,98,104)
#4D5357
(77,83,87)
#3E4446
(62,68,70)
#2F3535
(47,53,53)
#202624
(32,38,36)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #A7ADBD

#A7ADBD
(167,173,189)
#AFB4C3
(175,180,195)
#B7BBC9
(183,187,201)
#BFC2CF
(191,194,207)
#C7C9D5
(199,201,213)
#CFD0DB
(207,208,219)
#D7D7E1
(215,215,225)
#DFDEE7
(223,222,231)
#E7E5ED
(231,229,237)
#EFECF3
(239,236,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ADBD; }

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

This text font color is #A7ADBD.

Background Color

.myBgColor { background-color: #A7ADBD; }

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

This div background color is #A7ADBD.

Border color

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

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

This div border color is #A7ADBD.

Opacity

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

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

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

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

This text has shadow with #A7ADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ADBD.

Preview

Color preview on black background

This text has color #A7ADBD on black background.


Color preview on white background

This text has color #A7ADBD on white background.


Black color preview on #A7ADBD background

This text has black color on #A7ADBD background.


White color preview on #A7ADBD background

This text has white color on #A7ADBD background.


Related colors

Complementary color

Complementary color for #hex is #585242.


I love getcolorcode.com

Triadic colors

1 #BDA7AD and #ADBDA7 with #A7ADBD are triadic colors.

2 #BDADA7 and #ADA7BD with #A7ADBD are triadic colors.