COLOR #A4A5C9

HEX: #A4A5C9
RGB: (164,165,201)

Color info

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

RGB color model

#A4A5C9 color RGB value is (164,165,201).

  • red value is 164;
  • green value is 165;
  • blue value is 201.
RGB:
(164,165,201)
(64%,65%,79%)

RGB channels and saturation

R 164 of 255 = 64%
G 165 of 255 = 65%
B 201 of 255 = 79%

164
165
201

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

Portions of RGB colors in percentages

R + G + B =
164 + 165 + 201 = 530 (100%)
R 164 of 530 ~ 30.94%
G 165 of 530 ~ 31.13%
B 201 of 530 ~ 37.92%

%30.94
%31.13
%37.92

CMYK color model

#A4A5C9 color CMYK value is (18,18,0,21).

  • cyan value is 18.41%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(18,18,0,21)
C18M18Y0K21 
(18%,18%,0%,21%)
(0.18/0.18/0.00/0.21)	

CMYK percentages

%18.41
%17.91
%0
%21.18

Codes

Color #A4A5C9 in popluar color models

A4A5C9
RGB164165201
HSL238°25.52%71.57%
HSB/HSV238°18.41%78.82%
CMYK18.41%17.91%0.00%
21.18%

Color #A4A5C9 in popluar number systems.

HEXA4A5C9
Decimal164165201
Binary101001001010010111001001
Octal244245311

Shades and tints

Shades of #A4A5C9

#A4A5C9
(164,165,201)
#9696B7
(150,150,183)
#8887A5
(136,135,165)
#7A7893
(122,120,147)
#6C6981
(108,105,129)
#5E5A6F
(94,90,111)
#504B5D
(80,75,93)
#423C4B
(66,60,75)
#342D39
(52,45,57)
#261E27
(38,30,39)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A4A5C9

#A4A5C9
(164,165,201)
#ACADCD
(172,173,205)
#B4B5D1
(180,181,209)
#BCBDD5
(188,189,213)
#C4C5D9
(196,197,217)
#CCCDDD
(204,205,221)
#D4D5E1
(212,213,225)
#DCDDE5
(220,221,229)
#E4E5E9
(228,229,233)
#ECEDED
(236,237,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A5C9 color. Also use rgb(164,165,201) instead hex code.

Text Font Color

.myTextColor { color: #A4A5C9; }

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

This text font color is #A4A5C9.


Background Color

.myBgColor { background-color: #A4A5C9; }

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

This div background color is #A4A5C9.


Border color

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

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

This div border color is #A4A5C9.


Opacity

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

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

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

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

This text has shadow with #A4A5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A5C9 on black background.


Color preview on white background

This text has color #A4A5C9 on white background.



Black color preview on #A4A5C9 background

This text has black color on #A4A5C9 background.


White color preview on #A4A5C9 background

This text has white color on #A4A5C9 background.