COLOR #A5AAC5

HEX: #A5AAC5
RGB: (165,170,197)

Color info

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

RGB color model

#A5AAC5 color RGB value is (165,170,197).

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

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 197 of 255 = 77%

165
170
197

R + G + B ~ 70%. #A5AAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 197 = 532 (100%)
R 165 of 532 ~ 31.02%
G 170 of 532 ~ 31.95%
B 197 of 532 ~ 37.03%

%31.02
%31.95
%37.03

CMYK color model

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

  • cyan value is 16.24%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,14,0,23)
C16M14Y0K23 
(16%,14%,0%,23%)
(0.16/0.14/0.00/0.23)	

CMYK percentages

%16.24
%13.71
%0
%22.75

Codes

Color #A5AAC5 in popluar color models

A5AAC5
RGB165170197
HSL231°21.62%70.98%
HSB/HSV231°16.24%77.25%
CMYK16.24%13.71%0.00%
22.75%

Color #A5AAC5 in popluar number systems.

HEXA5AAC5
Decimal165170197
Binary101001011010101011000101
Octal245252305

Shades and tints

Shades of #A5AAC5

#A5AAC5
(165,170,197)
#969BB4
(150,155,180)
#878CA3
(135,140,163)
#787D92
(120,125,146)
#696E81
(105,110,129)
#5A5F70
(90,95,112)
#4B505F
(75,80,95)
#3C414E
(60,65,78)
#2D323D
(45,50,61)
#1E232C
(30,35,44)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #A5AAC5

#A5AAC5
(165,170,197)
#ADB1CA
(173,177,202)
#B5B8CF
(181,184,207)
#BDBFD4
(189,191,212)
#C5C6D9
(197,198,217)
#CDCDDE
(205,205,222)
#D5D4E3
(213,212,227)
#DDDBE8
(221,219,232)
#E5E2ED
(229,226,237)
#EDE9F2
(237,233,242)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAC5; }

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

This text font color is #A5AAC5.


Background Color

.myBgColor { background-color: #A5AAC5; }

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

This div background color is #A5AAC5.


Border color

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

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

This div border color is #A5AAC5.


Opacity

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

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

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

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

This text has shadow with #A5AAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAC5 on black background.


Color preview on white background

This text has color #A5AAC5 on white background.



Black color preview on #A5AAC5 background

This text has black color on #A5AAC5 background.


White color preview on #A5AAC5 background

This text has white color on #A5AAC5 background.