COLOR #A4ACDA

HEX: #A4ACDA
RGB: (164,172,218)

Color info

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

RGB color model

#A4ACDA color RGB value is (164,172,218).

  • red value is 164;
  • green value is 172;
  • blue value is 218.
RGB:
(164,172,218)
(64%,67%,85%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 218 of 255 = 85%

164
172
218

R + G + B ~ 72%. #A4ACDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 172 + 218 = 554 (100%)
R 164 of 554 ~ 29.6%
G 172 of 554 ~ 31.05%
B 218 of 554 ~ 39.35%

%29.6
%31.05
%39.35

CMYK color model

#A4ACDA color CMYK value is (25,21,0,15).

  • cyan value is 24.77%
  • magenta value is 21.10%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,21,0,15)
C25M21Y0K15 
(25%,21%,0%,15%)
(0.25/0.21/0.00/0.15)	

CMYK percentages

%24.77
%21.1
%0
%14.51

Codes

Color #A4ACDA in popluar color models

A4ACDA
RGB164172218
HSL231°42.19%74.90%
HSB/HSV231°24.77%85.49%
CMYK24.77%21.10%0.00%
14.51%

Color #A4ACDA in popluar number systems.

HEXA4ACDA
Decimal164172218
Binary101001001010110011011010
Octal244254332

Shades and tints

Shades of #A4ACDA

#A4ACDA
(164,172,218)
#969DC7
(150,157,199)
#888EB4
(136,142,180)
#7A7FA1
(122,127,161)
#6C708E
(108,112,142)
#5E617B
(94,97,123)
#505268
(80,82,104)
#424355
(66,67,85)
#343442
(52,52,66)
#26252F
(38,37,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #A4ACDA

#A4ACDA
(164,172,218)
#ACB3DD
(172,179,221)
#B4BAE0
(180,186,224)
#BCC1E3
(188,193,227)
#C4C8E6
(196,200,230)
#CCCFE9
(204,207,233)
#D4D6EC
(212,214,236)
#DCDDEF
(220,221,239)
#E4E4F2
(228,228,242)
#ECEBF5
(236,235,245)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ACDA color. Also use rgb(164,172,218) instead hex code.

Text Font Color

.myTextColor { color: #A4ACDA; }

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

This text font color is #A4ACDA.


Background Color

.myBgColor { background-color: #A4ACDA; }

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

This div background color is #A4ACDA.


Border color

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

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

This div border color is #A4ACDA.


Opacity

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

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

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

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

This text has shadow with #A4ACDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ACDA on black background.


Color preview on white background

This text has color #A4ACDA on white background.



Black color preview on #A4ACDA background

This text has black color on #A4ACDA background.


White color preview on #A4ACDA background

This text has white color on #A4ACDA background.