COLOR #A5A9E9

HEX: #A5A9E9
RGB: (165,169,233)

Color info

#A5A9E9 contains mainly blue color. Web safe color of #A5A9E9 is #9999FF (or #99F).

RGB color model

#A5A9E9 color RGB value is (165,169,233).

  • red value is 165;
  • green value is 169;
  • blue value is 233.
RGB:
(165,169,233)
(65%,66%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 233 of 255 = 91%

165
169
233

R + G + B ~ 74%. #A5A9E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 169 + 233 = 567 (100%)
R 165 of 567 ~ 29.1%
G 169 of 567 ~ 29.81%
B 233 of 567 ~ 41.09%

%29.1
%29.81
%41.09

CMYK color model

#A5A9E9 color CMYK value is (29,27,0,9).

  • cyan value is 29.18%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(29,27,0,9)
C29M27Y0K9 
(29%,27%,0%,9%)
(0.29/0.27/0.00/0.09)	

CMYK percentages

%29.18
%27.47
%0
%8.63

Codes

Color #A5A9E9 in popluar color models

A5A9E9
RGB165169233
HSL236°60.71%78.04%
HSB/HSV236°29.18%91.37%
CMYK29.18%27.47%0.00%
8.63%

Color #A5A9E9 in popluar number systems.

HEXA5A9E9
Decimal165169233
Binary101001011010100111101001
Octal245251351

Shades and tints

Shades of #A5A9E9

#A5A9E9
(165,169,233)
#969AD4
(150,154,212)
#878BBF
(135,139,191)
#787CAA
(120,124,170)
#696D95
(105,109,149)
#5A5E80
(90,94,128)
#4B4F6B
(75,79,107)
#3C4056
(60,64,86)
#2D3141
(45,49,65)
#1E222C
(30,34,44)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A5A9E9

#A5A9E9
(165,169,233)
#ADB0EB
(173,176,235)
#B5B7ED
(181,183,237)
#BDBEEF
(189,190,239)
#C5C5F1
(197,197,241)
#CDCCF3
(205,204,243)
#D5D3F5
(213,211,245)
#DDDAF7
(221,218,247)
#E5E1F9
(229,225,249)
#EDE8FB
(237,232,251)
#F5EFFD
(245,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A9E9 color. Also use rgb(165,169,233) instead hex code.

Text Font Color

.myTextColor { color: #A5A9E9; }

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

This text font color is #A5A9E9.


Background Color

.myBgColor { background-color: #A5A9E9; }

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

This div background color is #A5A9E9.


Border color

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

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

This div border color is #A5A9E9.


Opacity

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

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

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

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

This text has shadow with #A5A9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A9E9 on black background.


Color preview on white background

This text has color #A5A9E9 on white background.



Black color preview on #A5A9E9 background

This text has black color on #A5A9E9 background.


White color preview on #A5A9E9 background

This text has white color on #A5A9E9 background.