COLOR #A5A8DB

HEX: #A5A8DB
RGB: (165,168,219)

Color info

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

RGB color model

#A5A8DB color RGB value is (165,168,219).

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

RGB channels and saturation

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

165
168
219

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

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 219 = 552 (100%)
R 165 of 552 ~ 29.89%
G 168 of 552 ~ 30.43%
B 219 of 552 ~ 39.67%

%29.89
%30.43
%39.67

CMYK color model

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

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

CMYK percentages

%24.66
%23.29
%0
%14.12

Codes

Color #A5A8DB in popluar color models

A5A8DB
RGB165168219
HSL237°42.86%75.29%
HSB/HSV237°24.66%85.88%
CMYK24.66%23.29%0.00%
14.12%

Color #A5A8DB in popluar number systems.

HEXA5A8DB
Decimal165168219
Binary101001011010100011011011
Octal245250333

Shades and tints

Shades of #A5A8DB

#A5A8DB
(165,168,219)
#9699C8
(150,153,200)
#878AB5
(135,138,181)
#787BA2
(120,123,162)
#696C8F
(105,108,143)
#5A5D7C
(90,93,124)
#4B4E69
(75,78,105)
#3C3F56
(60,63,86)
#2D3043
(45,48,67)
#1E2130
(30,33,48)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #A5A8DB

#A5A8DB
(165,168,219)
#ADAFDE
(173,175,222)
#B5B6E1
(181,182,225)
#BDBDE4
(189,189,228)
#C5C4E7
(197,196,231)
#CDCBEA
(205,203,234)
#D5D2ED
(213,210,237)
#DDD9F0
(221,217,240)
#E5E0F3
(229,224,243)
#EDE7F6
(237,231,246)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8DB; }

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

This text font color is #A5A8DB.


Background Color

.myBgColor { background-color: #A5A8DB; }

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

This div background color is #A5A8DB.


Border color

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

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

This div border color is #A5A8DB.


Opacity

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

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

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

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

This text has shadow with #A5A8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A8DB on black background.


Color preview on white background

This text has color #A5A8DB on white background.



Black color preview on #A5A8DB background

This text has black color on #A5A8DB background.


White color preview on #A5A8DB background

This text has white color on #A5A8DB background.