COLOR #A5AAC3

HEX: #A5AAC3 RGB: (165,170,195)

Color info

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

RGB color model

#A5AAC3 color RGB value is (165,170,195).

RGB: (165,170,195) (65%, 67%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 195 of 255 = 76%

165
170
195

R + G + B ~ 69%. #A5AAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 195 = 530 (100%)
R 165 of 530 ~ 31.13%
G 170 of 530 ~ 32.08%
B 195 of 530 ~ 36.79'%

%31.13
%32.08
%36.79

CMYK color model

#A5AAC3 color CMYK value is (15,13,0,24).

  • cyan value is 15.38%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (15,13,0,24) C15M13Y0K24 (15%,13%,0%,24%) (0.15/0.13/0.00/0.24) 

CMYK percentages

%15.38
%12.82
%0
%23.53

Codes

Color #A5AAC3 in popluar color models

A5 AA C3
RGB 165 170 195
HSL 230° 20.00% 70.59%
HSB/HSV 230° 15.38% 76.47%
CMYK 15.38% 12.82% 0.00%
23.53%

Color #A5AAC3 in popluar number systems.

HEX A5 AA C3
Decimal 165 170 195
Binary 10100101 10101010 11000011
Octal 245 252 303

Shades and tints

Shades of #A5AAC3

#A5AAC3
(165,170,195)
#969BB2
(150,155,178)
#878CA1
(135,140,161)
#787D90
(120,125,144)
#696E7F
(105,110,127)
#5A5F6E
(90,95,110)
#4B505D
(75,80,93)
#3C414C
(60,65,76)
#2D323B
(45,50,59)
#1E232A
(30,35,42)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #A5AAC3

#A5AAC3
(165,170,195)
#ADB1C8
(173,177,200)
#B5B8CD
(181,184,205)
#BDBFD2
(189,191,210)
#C5C6D7
(197,198,215)
#CDCDDC
(205,205,220)
#D5D4E1
(213,212,225)
#DDDBE6
(221,219,230)
#E5E2EB
(229,226,235)
#EDE9F0
(237,233,240)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AAC3; }

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

This text font color is #A5AAC3.

Background Color

.myBgColor { background-color: #A5AAC3; }

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

This div background color is #A5AAC3.

Border color

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

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

This div border color is #A5AAC3.

Opacity

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

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

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

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

This text has shadow with #A5AAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AAC3.

Preview

Color preview on black background

This text has color #A5AAC3 on black background.


Color preview on white background

This text has color #A5AAC3 on white background.


Black color preview on #A5AAC3 background

This text has black color on #A5AAC3 background.


White color preview on #A5AAC3 background

This text has white color on #A5AAC3 background.


Related colors

Complementary color

Complementary color for #hex is #5A553C.


I love getcolorcode.com

Triadic colors

1 #C3A5AA and #AAC3A5 with #A5AAC3 are triadic colors.

2 #C3AAA5 and #AAA5C3 with #A5AAC3 are triadic colors.