COLOR #A5AAD8

HEX: #A5AAD8
RGB: (165,170,216)

Color info

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

RGB color model

#A5AAD8 color RGB value is (165,170,216).

  • red value is 165;
  • green value is 170;
  • blue value is 216.
RGB:
(165,170,216)
(65%,67%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 216 of 255 = 85%

165
170
216

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 216 = 551 (100%)
R 165 of 551 ~ 29.95%
G 170 of 551 ~ 30.85%
B 216 of 551 ~ 39.2%

%29.95
%30.85
%39.2

CMYK color model

#A5AAD8 color CMYK value is (24,21,0,15).

  • cyan value is 23.61%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(24,21,0,15)
C24M21Y0K15 
(24%,21%,0%,15%)
(0.24/0.21/0.00/0.15)	

CMYK percentages

%23.61
%21.3
%0
%15.29

Codes

Color #A5AAD8 in popluar color models

A5AAD8
RGB165170216
HSL234°39.53%74.71%
HSB/HSV234°23.61%84.71%
CMYK23.61%21.30%0.00%
15.29%

Color #A5AAD8 in popluar number systems.

HEXA5AAD8
Decimal165170216
Binary101001011010101011011000
Octal245252330

Shades and tints

Shades of #A5AAD8

#A5AAD8
(165,170,216)
#969BC5
(150,155,197)
#878CB2
(135,140,178)
#787D9F
(120,125,159)
#696E8C
(105,110,140)
#5A5F79
(90,95,121)
#4B5066
(75,80,102)
#3C4153
(60,65,83)
#2D3240
(45,50,64)
#1E232D
(30,35,45)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A5AAD8

#A5AAD8
(165,170,216)
#ADB1DB
(173,177,219)
#B5B8DE
(181,184,222)
#BDBFE1
(189,191,225)
#C5C6E4
(197,198,228)
#CDCDE7
(205,205,231)
#D5D4EA
(213,212,234)
#DDDBED
(221,219,237)
#E5E2F0
(229,226,240)
#EDE9F3
(237,233,243)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AAD8 color. Also use rgb(165,170,216) instead hex code.

Text Font Color

.myTextColor { color: #A5AAD8; }

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

This text font color is #A5AAD8.


Background Color

.myBgColor { background-color: #A5AAD8; }

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

This div background color is #A5AAD8.


Border color

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

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

This div border color is #A5AAD8.


Opacity

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

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

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

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

This text has shadow with #A5AAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAD8 on black background.


Color preview on white background

This text has color #A5AAD8 on white background.



Black color preview on #A5AAD8 background

This text has black color on #A5AAD8 background.


White color preview on #A5AAD8 background

This text has white color on #A5AAD8 background.