COLOR #A3ACC8

HEX: #A3ACC8
RGB: (163,172,200)

Color info

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

RGB color model

#A3ACC8 color RGB value is (163,172,200).

  • red value is 163;
  • green value is 172;
  • blue value is 200.
RGB:
(163,172,200)
(64%,67%,78%)

RGB channels and saturation

R 163 of 255 = 64%
G 172 of 255 = 67%
B 200 of 255 = 78%

163
172
200

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

Portions of RGB colors in percentages

R + G + B =
163 + 172 + 200 = 535 (100%)
R 163 of 535 ~ 30.47%
G 172 of 535 ~ 32.15%
B 200 of 535 ~ 37.38%

%30.47
%32.15
%37.38

CMYK color model

#A3ACC8 color CMYK value is (19,14,0,22).

  • cyan value is 18.50%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(19,14,0,22)
C19M14Y0K22 
(19%,14%,0%,22%)
(0.19/0.14/0.00/0.22)	

CMYK percentages

%18.5
%14
%0
%21.57

Codes

Color #A3ACC8 in popluar color models

A3ACC8
RGB163172200
HSL225°25.17%71.18%
HSB/HSV225°18.50%78.43%
CMYK18.50%14.00%0.00%
21.57%

Color #A3ACC8 in popluar number systems.

HEXA3ACC8
Decimal163172200
Binary101000111010110011001000
Octal243254310

Shades and tints

Shades of #A3ACC8

#A3ACC8
(163,172,200)
#959DB6
(149,157,182)
#878EA4
(135,142,164)
#797F92
(121,127,146)
#6B7080
(107,112,128)
#5D616E
(93,97,110)
#4F525C
(79,82,92)
#41434A
(65,67,74)
#333438
(51,52,56)
#252526
(37,37,38)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3ACC8

#A3ACC8
(163,172,200)
#ABB3CD
(171,179,205)
#B3BAD2
(179,186,210)
#BBC1D7
(187,193,215)
#C3C8DC
(195,200,220)
#CBCFE1
(203,207,225)
#D3D6E6
(211,214,230)
#DBDDEB
(219,221,235)
#E3E4F0
(227,228,240)
#EBEBF5
(235,235,245)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3ACC8 color. Also use rgb(163,172,200) instead hex code.

Text Font Color

.myTextColor { color: #A3ACC8; }

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

This text font color is #A3ACC8.


Background Color

.myBgColor { background-color: #A3ACC8; }

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

This div background color is #A3ACC8.


Border color

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

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

This div border color is #A3ACC8.


Opacity

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

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

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

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

This text has shadow with #A3ACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3ACC8 on black background.


Color preview on white background

This text has color #A3ACC8 on white background.



Black color preview on #A3ACC8 background

This text has black color on #A3ACC8 background.


White color preview on #A3ACC8 background

This text has white color on #A3ACC8 background.