COLOR #A4ACCA

HEX: #A4ACCA
RGB: (164,172,202)

Color info

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

RGB color model

#A4ACCA color RGB value is (164,172,202).

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

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 202 of 255 = 79%

164
172
202

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

Portions of RGB colors in percentages

R + G + B =
164 + 172 + 202 = 538 (100%)
R 164 of 538 ~ 30.48%
G 172 of 538 ~ 31.97%
B 202 of 538 ~ 37.55%

%30.48
%31.97
%37.55

CMYK color model

#A4ACCA color CMYK value is (19,15,0,21).

  • cyan value is 18.81%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,15,0,21)
C19M15Y0K21 
(19%,15%,0%,21%)
(0.19/0.15/0.00/0.21)	

CMYK percentages

%18.81
%14.85
%0
%20.78

Codes

Color #A4ACCA in popluar color models

A4ACCA
RGB164172202
HSL227°26.39%71.76%
HSB/HSV227°18.81%79.22%
CMYK18.81%14.85%0.00%
20.78%

Color #A4ACCA in popluar number systems.

HEXA4ACCA
Decimal164172202
Binary101001001010110011001010
Octal244254312

Shades and tints

Shades of #A4ACCA

#A4ACCA
(164,172,202)
#969DB8
(150,157,184)
#888EA6
(136,142,166)
#7A7F94
(122,127,148)
#6C7082
(108,112,130)
#5E6170
(94,97,112)
#50525E
(80,82,94)
#42434C
(66,67,76)
#34343A
(52,52,58)
#262528
(38,37,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #A4ACCA

#A4ACCA
(164,172,202)
#ACB3CE
(172,179,206)
#B4BAD2
(180,186,210)
#BCC1D6
(188,193,214)
#C4C8DA
(196,200,218)
#CCCFDE
(204,207,222)
#D4D6E2
(212,214,226)
#DCDDE6
(220,221,230)
#E4E4EA
(228,228,234)
#ECEBEE
(236,235,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ACCA; }

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

This text font color is #A4ACCA.


Background Color

.myBgColor { background-color: #A4ACCA; }

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

This div background color is #A4ACCA.


Border color

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

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

This div border color is #A4ACCA.


Opacity

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

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

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

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

This text has shadow with #A4ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ACCA on black background.


Color preview on white background

This text has color #A4ACCA on white background.



Black color preview on #A4ACCA background

This text has black color on #A4ACCA background.


White color preview on #A4ACCA background

This text has white color on #A4ACCA background.