COLOR #A1A5CF

HEX: #A1A5CF
RGB: (161,165,207)

Color info

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

RGB color model

#A1A5CF color RGB value is (161,165,207).

  • red value is 161;
  • green value is 165;
  • blue value is 207.
RGB:
(161,165,207)
(63%,65%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 207 of 255 = 81%

161
165
207

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

Portions of RGB colors in percentages

R + G + B =
161 + 165 + 207 = 533 (100%)
R 161 of 533 ~ 30.21%
G 165 of 533 ~ 30.96%
B 207 of 533 ~ 38.84%

%30.21
%30.96
%38.84

CMYK color model

#A1A5CF color CMYK value is (22,20,0,19).

  • cyan value is 22.22%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(22,20,0,19)
C22M20Y0K19 
(22%,20%,0%,19%)
(0.22/0.20/0.00/0.19)	

CMYK percentages

%22.22
%20.29
%0
%18.82

Codes

Color #A1A5CF in popluar color models

A1A5CF
RGB161165207
HSL235°32.39%72.16%
HSB/HSV235°22.22%81.18%
CMYK22.22%20.29%0.00%
18.82%

Color #A1A5CF in popluar number systems.

HEXA1A5CF
Decimal161165207
Binary101000011010010111001111
Octal241245317

Shades and tints

Shades of #A1A5CF

#A1A5CF
(161,165,207)
#9396BD
(147,150,189)
#8587AB
(133,135,171)
#777899
(119,120,153)
#696987
(105,105,135)
#5B5A75
(91,90,117)
#4D4B63
(77,75,99)
#3F3C51
(63,60,81)
#312D3F
(49,45,63)
#231E2D
(35,30,45)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #A1A5CF

#A1A5CF
(161,165,207)
#A9ADD3
(169,173,211)
#B1B5D7
(177,181,215)
#B9BDDB
(185,189,219)
#C1C5DF
(193,197,223)
#C9CDE3
(201,205,227)
#D1D5E7
(209,213,231)
#D9DDEB
(217,221,235)
#E1E5EF
(225,229,239)
#E9EDF3
(233,237,243)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A5CF color. Also use rgb(161,165,207) instead hex code.

Text Font Color

.myTextColor { color: #A1A5CF; }

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

This text font color is #A1A5CF.


Background Color

.myBgColor { background-color: #A1A5CF; }

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

This div background color is #A1A5CF.


Border color

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

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

This div border color is #A1A5CF.


Opacity

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

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

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

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

This text has shadow with #A1A5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A5CF on black background.


Color preview on white background

This text has color #A1A5CF on white background.



Black color preview on #A1A5CF background

This text has black color on #A1A5CF background.


White color preview on #A1A5CF background

This text has white color on #A1A5CF background.