COLOR #A4A6E3

HEX: #A4A6E3
RGB: (164,166,227)

Color info

#A4A6E3 contains mainly blue color. Web safe color of #A4A6E3 is #9999CC (or #99C).

RGB color model

#A4A6E3 color RGB value is (164,166,227).

  • red value is 164;
  • green value is 166;
  • blue value is 227.
RGB:
(164,166,227)
(64%,65%,89%)

RGB channels and saturation

R 164 of 255 = 64%
G 166 of 255 = 65%
B 227 of 255 = 89%

164
166
227

R + G + B ~ 73%. #A4A6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 166 + 227 = 557 (100%)
R 164 of 557 ~ 29.44%
G 166 of 557 ~ 29.8%
B 227 of 557 ~ 40.75%

%29.44
%29.8
%40.75

CMYK color model

#A4A6E3 color CMYK value is (28,27,0,11).

  • cyan value is 27.75%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,27,0,11)
C28M27Y0K11 
(28%,27%,0%,11%)
(0.28/0.27/0.00/0.11)	

CMYK percentages

%27.75
%26.87
%0
%10.98

Codes

Color #A4A6E3 in popluar color models

A4A6E3
RGB164166227
HSL238°52.94%76.67%
HSB/HSV238°27.75%89.02%
CMYK27.75%26.87%0.00%
10.98%

Color #A4A6E3 in popluar number systems.

HEXA4A6E3
Decimal164166227
Binary101001001010011011100011
Octal244246343

Shades and tints

Shades of #A4A6E3

#A4A6E3
(164,166,227)
#9697CF
(150,151,207)
#8888BB
(136,136,187)
#7A79A7
(122,121,167)
#6C6A93
(108,106,147)
#5E5B7F
(94,91,127)
#504C6B
(80,76,107)
#423D57
(66,61,87)
#342E43
(52,46,67)
#261F2F
(38,31,47)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #A4A6E3

#A4A6E3
(164,166,227)
#ACAEE5
(172,174,229)
#B4B6E7
(180,182,231)
#BCBEE9
(188,190,233)
#C4C6EB
(196,198,235)
#CCCEED
(204,206,237)
#D4D6EF
(212,214,239)
#DCDEF1
(220,222,241)
#E4E6F3
(228,230,243)
#ECEEF5
(236,238,245)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A6E3 color. Also use rgb(164,166,227) instead hex code.

Text Font Color

.myTextColor { color: #A4A6E3; }

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

This text font color is #A4A6E3.


Background Color

.myBgColor { background-color: #A4A6E3; }

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

This div background color is #A4A6E3.


Border color

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

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

This div border color is #A4A6E3.


Opacity

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

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

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

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

This text has shadow with #A4A6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A6E3 on black background.


Color preview on white background

This text has color #A4A6E3 on white background.



Black color preview on #A4A6E3 background

This text has black color on #A4A6E3 background.


White color preview on #A4A6E3 background

This text has white color on #A4A6E3 background.