COLOR #A4A0CE

HEX: #A4A0CE
RGB: (164,160,206)

Color info

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

RGB color model

#A4A0CE color RGB value is (164,160,206).

  • red value is 164;
  • green value is 160;
  • blue value is 206.
RGB:
(164,160,206)
(64%,63%,81%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 206 of 255 = 81%

164
160
206

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

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 206 = 530 (100%)
R 164 of 530 ~ 30.94%
G 160 of 530 ~ 30.19%
B 206 of 530 ~ 38.87%

%30.94
%30.19
%38.87

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(20,22,0,19)
C20M22Y0K19 
(20%,22%,0%,19%)
(0.20/0.22/0.00/0.19)	

CMYK percentages

%20.39
%22.33
%0
%19.22

Codes

Color #A4A0CE in popluar color models

A4A0CE
RGB164160206
HSL245°31.94%71.76%
HSB/HSV245°22.33%80.78%
CMYK20.39%22.33%0.00%
19.22%

Color #A4A0CE in popluar number systems.

HEXA4A0CE
Decimal164160206
Binary101001001010000011001110
Octal244240316

Shades and tints

Shades of #A4A0CE

#A4A0CE
(164,160,206)
#9692BC
(150,146,188)
#8884AA
(136,132,170)
#7A7698
(122,118,152)
#6C6886
(108,104,134)
#5E5A74
(94,90,116)
#504C62
(80,76,98)
#423E50
(66,62,80)
#34303E
(52,48,62)
#26222C
(38,34,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #A4A0CE

#A4A0CE
(164,160,206)
#ACA8D2
(172,168,210)
#B4B0D6
(180,176,214)
#BCB8DA
(188,184,218)
#C4C0DE
(196,192,222)
#CCC8E2
(204,200,226)
#D4D0E6
(212,208,230)
#DCD8EA
(220,216,234)
#E4E0EE
(228,224,238)
#ECE8F2
(236,232,242)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A0CE color. Also use rgb(164,160,206) instead hex code.

Text Font Color

.myTextColor { color: #A4A0CE; }

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

This text font color is #A4A0CE.


Background Color

.myBgColor { background-color: #A4A0CE; }

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

This div background color is #A4A0CE.


Border color

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

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

This div border color is #A4A0CE.


Opacity

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

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

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

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

This text has shadow with #A4A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A0CE on black background.


Color preview on white background

This text has color #A4A0CE on white background.



Black color preview on #A4A0CE background

This text has black color on #A4A0CE background.


White color preview on #A4A0CE background

This text has white color on #A4A0CE background.