COLOR #A8A1D6

HEX: #A8A1D6
RGB: (168,161,214)

Color info

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

RGB color model

#A8A1D6 color RGB value is (168,161,214).

  • red value is 168;
  • green value is 161;
  • blue value is 214.
RGB:
(168,161,214)
(66%,63%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 214 of 255 = 84%

168
161
214

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

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 214 = 543 (100%)
R 168 of 543 ~ 30.94%
G 161 of 543 ~ 29.65%
B 214 of 543 ~ 39.41%

%30.94
%29.65
%39.41

CMYK color model

#A8A1D6 color CMYK value is (21,25,0,16).

  • cyan value is 21.50%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,25,0,16)
C21M25Y0K16 
(21%,25%,0%,16%)
(0.21/0.25/0.00/0.16)	

CMYK percentages

%21.5
%24.77
%0
%16.08

Codes

Color #A8A1D6 in popluar color models

A8A1D6
RGB168161214
HSL248°39.26%73.53%
HSB/HSV248°24.77%83.92%
CMYK21.50%24.77%0.00%
16.08%

Color #A8A1D6 in popluar number systems.

HEXA8A1D6
Decimal168161214
Binary101010001010000111010110
Octal250241326

Shades and tints

Shades of #A8A1D6

#A8A1D6
(168,161,214)
#9993C3
(153,147,195)
#8A85B0
(138,133,176)
#7B779D
(123,119,157)
#6C698A
(108,105,138)
#5D5B77
(93,91,119)
#4E4D64
(78,77,100)
#3F3F51
(63,63,81)
#30313E
(48,49,62)
#21232B
(33,35,43)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #A8A1D6

#A8A1D6
(168,161,214)
#AFA9D9
(175,169,217)
#B6B1DC
(182,177,220)
#BDB9DF
(189,185,223)
#C4C1E2
(196,193,226)
#CBC9E5
(203,201,229)
#D2D1E8
(210,209,232)
#D9D9EB
(217,217,235)
#E0E1EE
(224,225,238)
#E7E9F1
(231,233,241)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A1D6 color. Also use rgb(168,161,214) instead hex code.

Text Font Color

.myTextColor { color: #A8A1D6; }

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

This text font color is #A8A1D6.


Background Color

.myBgColor { background-color: #A8A1D6; }

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

This div background color is #A8A1D6.


Border color

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

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

This div border color is #A8A1D6.


Opacity

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

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

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

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

This text has shadow with #A8A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A1D6 on black background.


Color preview on white background

This text has color #A8A1D6 on white background.



Black color preview on #A8A1D6 background

This text has black color on #A8A1D6 background.


White color preview on #A8A1D6 background

This text has white color on #A8A1D6 background.