COLOR #A7ABD1

HEX: #A7ABD1 RGB: (167,171,209)

Color info

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

RGB color model

#A7ABD1 color RGB value is (167,171,209).

RGB: (167,171,209) (65%, 67%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 209 of 255 = 82%

167
171
209

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

Portions of RGB colors in percentages

R + G + B = 167 + 171 + 209 = 547 (100%)
R 167 of 547 ~ 30.53%
G 171 of 547 ~ 31.26%
B 209 of 547 ~ 38.21'%

%30.53
%31.26
%38.21

CMYK color model

#A7ABD1 color CMYK value is (20,18,0,18).

  • cyan value is 20.10%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (20,18,0,18)
C20M18Y0K18 (20%, 18%, 0%, 18%)
(0.20 / 0.18 / 0.00 / 0.18)

CMYK percentages

%20.1
%18.18
%0
%18.04

Codes

Color #A7ABD1 in popluar color models

A7 AB D1
RGB 167 171 209
HSL 234° 31.34% 73.73%
HSB/HSV 234° 20.10% 81.96%
CMYK 20.10% 18.18% 0.00%
18.04%

Color #A7ABD1 in popluar number systems.

HEX A7 AB D1
Decimal 167 171 209
Binary 10100111 10101011 11010001
Octal 247 253 321

Shades and tints

Shades of #A7ABD1

#A7ABD1
(167,171,209)
#989CBE
(152,156,190)
#898DAB
(137,141,171)
#7A7E98
(122,126,152)
#6B6F85
(107,111,133)
#5C6072
(92,96,114)
#4D515F
(77,81,95)
#3E424C
(62,66,76)
#2F3339
(47,51,57)
#202426
(32,36,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7ABD1

#A7ABD1
(167,171,209)
#AFB2D5
(175,178,213)
#B7B9D9
(183,185,217)
#BFC0DD
(191,192,221)
#C7C7E1
(199,199,225)
#CFCEE5
(207,206,229)
#D7D5E9
(215,213,233)
#DFDCED
(223,220,237)
#E7E3F1
(231,227,241)
#EFEAF5
(239,234,245)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ABD1 color. Also use rgb(167,171,209) instead hex code.

Text Font Color

.myTextColor { color: #A7ABD1; }

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

This text font color is #A7ABD1.

Background Color

.myBgColor { background-color: #A7ABD1; }

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

This div background color is #A7ABD1.

Border color

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

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

This div border color is #A7ABD1.

Opacity

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

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

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

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

This text has shadow with #A7ABD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ABD1.

Preview

Color preview on black background

This text has color #A7ABD1 on black background.


Color preview on white background

This text has color #A7ABD1 on white background.


Black color preview on #A7ABD1 background

This text has black color on #A7ABD1 background.


White color preview on #A7ABD1 background

This text has white color on #A7ABD1 background.


Related colors

Complementary color

Complementary color for #hex is #58542E.


I love getcolorcode.com

Triadic colors

1 #D1A7AB and #ABD1A7 with #A7ABD1 are triadic colors.

2 #D1ABA7 and #ABA7D1 with #A7ABD1 are triadic colors.