COLOR #A1A7DD

HEX: #A1A7DD
RGB: (161,167,221)

Color info

#A1A7DD contains mainly green and blue colors. Web safe color of #A1A7DD is #9999CC (or #99C).

RGB color model

#A1A7DD color RGB value is (161,167,221).

  • red value is 161;
  • green value is 167;
  • blue value is 221.
RGB:
(161,167,221)
(63%,65%,87%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 221 of 255 = 87%

161
167
221

R + G + B ~ 72%. #A1A7DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 167 + 221 = 549 (100%)
R 161 of 549 ~ 29.33%
G 167 of 549 ~ 30.42%
B 221 of 549 ~ 40.26%

%29.33
%30.42
%40.26

CMYK color model

#A1A7DD color CMYK value is (27,24,0,13).

  • cyan value is 27.15%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(27,24,0,13)
C27M24Y0K13 
(27%,24%,0%,13%)
(0.27/0.24/0.00/0.13)	

CMYK percentages

%27.15
%24.43
%0
%13.33

Codes

Color #A1A7DD in popluar color models

A1A7DD
RGB161167221
HSL234°46.88%74.90%
HSB/HSV234°27.15%86.67%
CMYK27.15%24.43%0.00%
13.33%

Color #A1A7DD in popluar number systems.

HEXA1A7DD
Decimal161167221
Binary101000011010011111011101
Octal241247335

Shades and tints

Shades of #A1A7DD

#A1A7DD
(161,167,221)
#9398C9
(147,152,201)
#8589B5
(133,137,181)
#777AA1
(119,122,161)
#696B8D
(105,107,141)
#5B5C79
(91,92,121)
#4D4D65
(77,77,101)
#3F3E51
(63,62,81)
#312F3D
(49,47,61)
#232029
(35,32,41)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #A1A7DD

#A1A7DD
(161,167,221)
#A9AFE0
(169,175,224)
#B1B7E3
(177,183,227)
#B9BFE6
(185,191,230)
#C1C7E9
(193,199,233)
#C9CFEC
(201,207,236)
#D1D7EF
(209,215,239)
#D9DFF2
(217,223,242)
#E1E7F5
(225,231,245)
#E9EFF8
(233,239,248)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A7DD; }

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

This text font color is #A1A7DD.


Background Color

.myBgColor { background-color: #A1A7DD; }

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

This div background color is #A1A7DD.


Border color

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

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

This div border color is #A1A7DD.


Opacity

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

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

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

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

This text has shadow with #A1A7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A7DD on black background.


Color preview on white background

This text has color #A1A7DD on white background.



Black color preview on #A1A7DD background

This text has black color on #A1A7DD background.


White color preview on #A1A7DD background

This text has white color on #A1A7DD background.