COLOR #A8A8DB

HEX: #A8A8DB
RGB: (168,168,219)

Color info

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

RGB color model

#A8A8DB color RGB value is (168,168,219).

  • red value is 168;
  • green value is 168;
  • blue value is 219.
RGB:
(168,168,219)
(66%,66%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 219 of 255 = 86%

168
168
219

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 219 = 555 (100%)
R 168 of 555 ~ 30.27%
G 168 of 555 ~ 30.27%
B 219 of 555 ~ 39.46%

%30.27
%30.27
%39.46

CMYK color model

#A8A8DB color CMYK value is (23,23,0,14).

  • cyan value is 23.29%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(23,23,0,14)
C23M23Y0K14 
(23%,23%,0%,14%)
(0.23/0.23/0.00/0.14)	

CMYK percentages

%23.29
%23.29
%0
%14.12

Codes

Color #A8A8DB in popluar color models

A8A8DB
RGB168168219
HSL240°41.46%75.88%
HSB/HSV240°23.29%85.88%
CMYK23.29%23.29%0.00%
14.12%

Color #A8A8DB in popluar number systems.

HEXA8A8DB
Decimal168168219
Binary101010001010100011011011
Octal250250333

Shades and tints

Shades of #A8A8DB

#A8A8DB
(168,168,219)
#9999C8
(153,153,200)
#8A8AB5
(138,138,181)
#7B7BA2
(123,123,162)
#6C6C8F
(108,108,143)
#5D5D7C
(93,93,124)
#4E4E69
(78,78,105)
#3F3F56
(63,63,86)
#303043
(48,48,67)
#212130
(33,33,48)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #A8A8DB

#A8A8DB
(168,168,219)
#AFAFDE
(175,175,222)
#B6B6E1
(182,182,225)
#BDBDE4
(189,189,228)
#C4C4E7
(196,196,231)
#CBCBEA
(203,203,234)
#D2D2ED
(210,210,237)
#D9D9F0
(217,217,240)
#E0E0F3
(224,224,243)
#E7E7F6
(231,231,246)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8DB; }

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

This text font color is #A8A8DB.


Background Color

.myBgColor { background-color: #A8A8DB; }

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

This div background color is #A8A8DB.


Border color

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

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

This div border color is #A8A8DB.


Opacity

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

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

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

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

This text has shadow with #A8A8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8DB on black background.


Color preview on white background

This text has color #A8A8DB on white background.



Black color preview on #A8A8DB background

This text has black color on #A8A8DB background.


White color preview on #A8A8DB background

This text has white color on #A8A8DB background.