COLOR #A7ABDD

HEX: #A7ABDD RGB: (167,171,221)

Color info

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

RGB color model

#A7ABDD color RGB value is (167,171,221).

RGB: (167,171,221) (65%, 67%, 87%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 221 of 255 = 87%

167
171
221

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

Portions of RGB colors in percentages

R + G + B = 167 + 171 + 221 = 559 (100%)
R 167 of 559 ~ 29.87%
G 171 of 559 ~ 30.59%
B 221 of 559 ~ 39.53'%

%29.87
%30.59
%39.53

CMYK color model

#A7ABDD color CMYK value is (24,23,0,13).

  • cyan value is 24.43%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (24,23,0,13)
C24M23Y0K13 (24%, 23%, 0%, 13%)
(0.24 / 0.23 / 0.00 / 0.13)

CMYK percentages

%24.43
%22.62
%0
%13.33

Codes

Color #A7ABDD in popluar color models

A7 AB DD
RGB 167 171 221
HSL 236° 44.26% 76.08%
HSB/HSV 236° 24.43% 86.67%
CMYK 24.43% 22.62% 0.00%
13.33%

Color #A7ABDD in popluar number systems.

HEX A7 AB DD
Decimal 167 171 221
Binary 10100111 10101011 11011101
Octal 247 253 335

Shades and tints

Shades of #A7ABDD

#A7ABDD
(167,171,221)
#989CC9
(152,156,201)
#898DB5
(137,141,181)
#7A7EA1
(122,126,161)
#6B6F8D
(107,111,141)
#5C6079
(92,96,121)
#4D5165
(77,81,101)
#3E4251
(62,66,81)
#2F333D
(47,51,61)
#202429
(32,36,41)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A7ABDD

#A7ABDD
(167,171,221)
#AFB2E0
(175,178,224)
#B7B9E3
(183,185,227)
#BFC0E6
(191,192,230)
#C7C7E9
(199,199,233)
#CFCEEC
(207,206,236)
#D7D5EF
(215,213,239)
#DFDCF2
(223,220,242)
#E7E3F5
(231,227,245)
#EFEAF8
(239,234,248)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ABDD; }

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

This text font color is #A7ABDD.

Background Color

.myBgColor { background-color: #A7ABDD; }

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

This div background color is #A7ABDD.

Border color

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

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

This div border color is #A7ABDD.

Opacity

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

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

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

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

This text has shadow with #A7ABDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ABDD.

Preview

Color preview on black background

This text has color #A7ABDD on black background.


Color preview on white background

This text has color #A7ABDD on white background.


Black color preview on #A7ABDD background

This text has black color on #A7ABDD background.


White color preview on #A7ABDD background

This text has white color on #A7ABDD background.


Related colors

Complementary color

Complementary color for #hex is #585422.


I love getcolorcode.com

Triadic colors

1 #DDA7AB and #ABDDA7 with #A7ABDD are triadic colors.

2 #DDABA7 and #ABA7DD with #A7ABDD are triadic colors.